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

body{
	background-color: #2b438d;
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/main/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

img, div { behavior: url(iepngfix.htc) }

/*Home*/


#wrapper {
	width: 960px;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/main/shadow.png);
	background-repeat: repeat-y; 
}

#header {
	width: 960px;
	height: 150px;
}

/*Inside*/
#mainbody {
	width: 880px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom:20px;
	background: url(../images/main/insige_back.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-align: left;

}

.bodyleft {
	width: 480px;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	background: url(../images/headings/subhead.png);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

.content {
	width: 480px;
	padding: 20px;
	margin-bottom: 20px;
	background: url(../images/headings/textback.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: #001b33;
	
}

.bodyrightright {
	width: 340px;
	clear: both;
	float: right;
	color: #001b33;
	
}

.picturecol{
	width: 120px;
}

.contentcolpad{
	width: 40px;
}

.numberlist {
	list-style:decimal;
}

.producthead{
	margin-top: 40px;

}

.productbody{
padding: 10px;
font-size: 10px;

}

.productimage{
	width: 120px;

}

.productcolpad{
	width: 10px;

}

.contactbody {
	width: 300px;
	padding: 20px;
	clear: both;
	float: right;
	color: #001b33;
	background: url(../images/headings/textback.png);
	background-repeat: no-repeat;
	
}

.contactpad {
	margin-top: 55px;
}

/*Nav*/
#nav {
	width: 920px;
	height: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 40px;
	background: url(../images/main/nav_back.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover {
	text-decoration: none;
	color: #FFFF00;
}
#nav a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/*Footer*/
#footer{	
	width: 930px;
	height: 72px;
	padding-top: 18px;
	padding-left: 50px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/main/foot.png);
	background-repeat: no-repeat; 
	clear: both;
	color: #FFFFFF;

}

#footerpages{	
	width: 930px;
	height: 200px;
	padding-top: 18px;
	padding-left: 50px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/main/footpages.png);
	background-repeat: no-repeat; 
	clear: both;
	color: #FFFFFF;
	text-align: left;

}

.footerstyle a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footerstyle a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.footerstyle a:hover {
	text-decoration: none;
	color: #FFFF00;
}
.footerstyle a:active {
	text-decoration: none;
	color: #FFFFFF;
}


/*Styles*/

h1 { 
	font-size: 24px;
	font-weight: bolder;
	color: #bd1e24;
}

h2 { 
	font-size: 15px;
	font-weight: bold;
}

h3 { 
	color: #FFFFFF;
}

h4 { 
	font-weight: bold;
	color: #FFFFFF;
}

.liststyle{
	margin-left: 30px;
	padding-left: 0px;
	list-style-type: disc;
}


.subhead {
font-size: 15px;
	font-weight: bold;

}

.subhead2 {
font-size: 18px;
	font-weight: bold;

}