@import url(reset.css);

body {
	background: #ffffff;
	color:#020202;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:62.5%;
	text-align:center;
}

.clear {
	clear: both;
}

.floatRight { 
	float: right;
	margin: 0px 0px 20px 20px;
}

.floatLeft { 
	float: left;
	margin: 20px 20px 0px 0px;
}

a {
	color: #1e7dbf;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	padding: 15px 0px 5px;
}

h2 {
	font-size: 2.8em;
	color: #666;
}

h3 {
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: normal;
}

p {
	line-height: 1.5em;
	margin-top: 0.5em;
	text-align:justify;
	padding-bottom: 1.33em;
}

#header, #wrapper, #content, #footer, #copyright {
	text-align:left;
	font-size: 1.2em;
}

#header {
	background: #cfcfcf url(../images/header-bg.jpg) repeat;
	width: 958px;
	height: 169px;
	margin: 0px auto 0px;
	overflow: hidden;
	border: solid #333 1px;
}

#content {
	padding: 20px;
	width: 918px;
	margin: 5px auto 0px;
	overflow: hidden;
	line-height: 1.5;
}

#wrapper {
	background: #cfcfcf url(../images/bg-new.jpg) repeat;
	padding: 20px;
	width: 918px;
	margin: 18px auto 0px;
	overflow: hidden;
	border: solid #333 1px;
}

#wrapper .col {
	float: left;
	width: 303px;
	margin: 0px 57px;
	background-color: #fff;
	padding: 0px 20px;
	height: 425px;
	border: solid #333 1px;
}

h2#agcam a{
	background: url(../images/agcam.jpg) no-repeat;
	text-indent: -9999px;
	height: 80px;
	width: 369px;
	display: block;
	margin-left: -32px;
}

h2#dakotamicro a{
	background: url(../images/dakota-micro.png) no-repeat;
	text-indent: -9999px;
	height: 102px;
	width: 483px;
	display: block;
	margin-left: 10px;
	margin-top: 15px;
}

h2#enduracam a {
	background: url(../images/enduracam.jpg) no-repeat;
	text-indent: -9999px;
	height: 78px;
	width: 368px;
	display: block;
	margin-left: -32px;
}

#footer {
	width: 960px;
	margin: 20px auto 0px;
}

#footer ul {
	background-color: #105aa5;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: bold;
}

#footer li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	padding: 0px 70px;
}

#copyright {
	width: 960px;
	margin: 3px auto 0px;
}

#copyright #trademark {
	float: left;
	margin-left: 20px;	
}

#copyright #copy {
	float: right;
	margin-right: 20px;
}
