/************ Global Reset ************/

* {
   padding:0;
   margin:0;
}

ul {
    padding-left:1em;
    margin-left:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

/************ end reset *********/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
	background-image: url(../images/bgextend.jpg);
	background-repeat: repeat-x;
	background-color: #0A3681;
	background-position: center top;
}


#container {
	margin: 0 auto;
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 0;
	position:relative;
}

#header {
	background-image: url(../images/header_bg.jpg);	
	background-repeat: no-repeat;
	width: 973px;
	height: 346px;
	position:relative;
}

strong {
	color:#333333;
}

#content {
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	width: 980px;
}

#main_content a {
	text-decoration:none;
	color:#075CC6;
	border-bottom:1px #075CC6 solid;
}

#main_content {
	width: 700px;
	margin-left: 242px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	width: 973px;
	height: 93px;
}

#footer p {
	padding: 15px 30px 0px 0px;
	color: #ffffff;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}

#footer p a {
	color: #ffffff;
	text-decoration: none;
}


#contact_box img {
	position: relative;
	top: 50px;
	*top: 53px; /* ie fix */
	right: 0px;
}

#telephone_number {
	color: #0A3681;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19pt;
	font-weight: bold;
	position: absolute;
	top: 80px;
	left: 600px;
	padding-top: 3px;
	width: 170px;
	height: 40px;
	/*border: 1px solid #444;*/
}

img.request_quote {
	position: relative;
	top: 140px;
	left: 431px;
	border: none;
}

.page_images {
	width: 220px;
	float: right;
	/*border: 1px solid #ccc;*/
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 5px;
}

.page_images img {
	width: 220px;
	border: 2px solid #525252;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

h1 {
	color: #EBD46E;
	font-size: 18px;
	position: absolute;
	top: 316px;
	left: 242px;
	line-height: 24px;
}

#main_content ul {
	padding-left: 50px;
}

#main_content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

.image_wrap {
	width: 200px;
	margin-right: 20px;
	margin-bottom: 30px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	float: left;
}


.caption {
	width: 196px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	margin-top: 3px;
	padding: 2px;
	background-color: #6E6E6E;
}

table {
	margin-top: 13px;
	margin-bottom: 18px;
	margin-left: 40px;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

td {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding: 5px 10px;
	border: 1px solid #ccc;
}

td.formcell {
	width: 100px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#print_logo {
	display:none;
}

input[type='checkbox'] {
	margin-right: 3px;
	margin-left: 6px;
}

.displayErr {
	background-color: red;
	color: #fff;
	width: 400px;
	margin-top: 10px;
	margin-left: 39px;
	padding: 5px;
}

.displayOK {
	background-color: green;
	color: #fff;
	width: 400px;
	margin-left: 39px;
	padding: 5px;
}

#address {
	float: right;
	width: 200px;
	margin-top: 7px;
	font-weight: bold;
	color: #0A3681;
}

#request_for_quote {
	position:absolute;
	top:266px;
	right:17px;
}


    
/*** Pagination ***/
/*
.pagination {
	padding: 3px;
	margin: 3px 3px 3px 200px;
}

.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none;  no underline 
	color: #000099;
}
.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #0A3681;
	font-weight: bold;
	background-color: #0A3681;
	color: #FFF;
}
	
.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #CCC;
	color: #CCC;
}
	*/