@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding: 0px 20px;
	background: #696f7e url(../img/gradient.gif) left top repeat-x;
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

#content {
	margin-left:auto;
	margin-right:auto;
	padding:27px 0px 10px;
	position:relative;
	text-align:left;
	width: 1150px;
}


a {
	color: #283b89;
}

a:hover {
	color: #ce0f17;
}
	
#main {
	float:right;
	border-left:2px solid #000;
	border-bottom:2px solid #000;
	margin-left:15px;
	padding-bottom:20px;
}
#logo {
	border: none;
	text-decoration: none;
}	

#navigation {
width: 180px;
position: absolute;
padding-left: 30px;
top: 30px;
left: 0px;
}
		
.emphasis {
	font-size:14px;
	font-weight: normal;
	color: #ce0f17;
	padding:20px;
	border-left: 7px solid #ce0f17;
	margin-left:-4px;
}
		
h1 {
	font-size:18px;
	font-weight: bold;
	color: #ce0f17;
	padding:10px 0px 3px 20px;
}

h2 {
	font-size:14px;
	font-weight: bold;
	color: #ce0f17;
	padding:10px 0px 3px 20px;
}

	
.content_box {
	background: #fff;
	border: 1px solid #515d81;
	width: 950px;
	margin: 30px 0px 20px 213px;
}

.content_box p {
	padding: 0px 20px 0px 20px;
}
	
#footer {
	margin: 20px 0px 0px 213px;
	width: 950px;
}

#footer p {
	text-align: right;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.box1 {
	width: 46%;
	float: left;
	padding-right: 40px;
}

.box2 {
	width: 46%;
	float: right;
	padding-left: 20px;
	
}

.left {
	float: left;
	padding: 0px 15px 15px 0px;
	}
	
.right {
	float: right;
	padding: 0px 15px 15px 15px;
	}	

.clear {
	clear: both;
}	

#nav {
	margin: 30px 0px 0px 20px;
	padding: 0px;
	list-style: none;
}

.primary {
	padding: .8em 0px .25em 0px;
	list-style: none;
	font-weight: bold;
}

.mail {
	padding: .8em 0px .25em 16px;
	list-style: none;
	font-weight: bold;
	background: url(../img/mail.gif) top left no-repeat;
	background-position: 0px 14px;
}


.secondary {
	padding: .25em 0px .25em 16px;
	list-style: none;
	font-weight: normal;
	background: url(../img/arrow.gif) top left no-repeat;
	background-position: 0px 7px;
}

#nav a {
	text-decoration: none;
}	

#nav a:hover {
	text-decoration: none;
	color: #ce0f17;
}	

.banner {
margin-left:-22px;
margin-right:-35px;
padding-top:25px;
position:relative;
}

/* Product Page */

.Productbox {
	border:1px solid #515D81;
margin:15px 0px 0px 15px;
padding:0px;
width:96%;
height:auto;
}

.Productbox h2 {
background:#696f7e none repeat scroll 0%;
color:#FFFFFF;
margin:0px;
padding:10px;
}


.Productbox1 {
	border:1px solid #515D81;
margin:15px 0px 0px 15px;
padding:0px;
width:47%;
float:left;
height:auto;
}

.Productbox1 h2 {
background:#696f7e none repeat scroll 0%;
color:#FFFFFF;
margin:0px;
padding:10px;
}

.Productbox2 h2 {
background:#696f7e none repeat scroll 0%;
color:#FFFFFF;
margin:0px;
padding:10px;

}

.Productbox2 {
	border:1px solid #515D81;
float:right;
margin:15px 15px 0px 0px;
padding:0px;
width:47%;
height:450px;	
}

.Productbox3 {
float:left;
margin:15px 0px 0px 15px;
padding:0px;
width:47%;
height:250px;
}

.Productbox4 {
float:right;
margin:15px 15px 0px 0px;
padding:0px;
width:47%;
height:250px;	
}


/* Quote */

.quote {
	text-align: center;
	padding: 20px;
	
}

.quote-table {
	text-align: left;
}		
