@charset "UTF-8";

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	background: rgb(217,217,217) url(/assets/site/img/mainBack.png) repeat-x center 100px;
}

body.frontpage {
	background: rgb(169,169,169) url(/assets/site/img/frontBack.png) repeat-x center 100px;
}

body.productOverview {
	background: rgb(169,169,169) url(/assets/site/img/frontBack.png) repeat-x center 80px;
}


h1 {
	font-size:40px;
	line-height:40px;
	margin:0px;
	text-transform:uppercase;
	font-weight:normal;
}

h2 {
	font-size:18px;
	line-height:20px;
	margin:0px;
	text-transform:uppercase;
	font-weight:normal;
}

h3 {
	font-size:12px;
	line-height:20px;
	margin:5px 0px -5px;
}

p {
	margin:5px 0px;
}

a {
	color:rgb(237,35,39);
}

a:hover {
	text-decoration:none;
}

img {
	border:none;
}

#topOuter {
	background:url(/assets/site/img/topBack.png) repeat-x center;
	height:100px;
}

#topInner {
	position:relative;
	width:940px;
	color:white;
	margin:auto;
}

#losLogos {
	position:absolute;
	left:-30px;
}

#contentInner {
	position:relative;
	width:940px;
	margin:auto;
}

#leftCol {
	float:left;
	width:280px;
	margin: 0px 40px 0px 0px;
}

#info {
	padding: 15px 0px;
	border-bottom:5px solid rgb(170,170,170);
}

#product {
	text-align:center;
	padding: 20px 0px 0px;
}

#mainCol {
	float:left;
	width:620px;
	padding: 10px 0px;
	border-bottom:5px solid rgb(170,170,170);
}

#intro {
	position:absolute;
	top:230px;
	width:100%;
}

#bottom {
	background:url(/assets/site/img/bottomPattern.png) repeat-x center;
	height:100px;
	width:100%;
	clear:both;
}

body.frontpage #bottom,
body.productOverview #bottom {
	position:absolute;
	top:700px;
}
