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

a:active, a:focus {
      outline: 0;
}
html {

}
body {font-family:Century Gothic, Arial, Helvetica, sans-serif;
font-weight:400;
}

h1 {color:#FF0000; font-size:20px; text-align:center;}
h1b {color:#FFFFFF; font-size:20px; font-weight:bold;}
h2 {color:#000066; font-size:18px; text-align:center;}
h3 {font-size:16px; font-weight:bold; text-align:center;}
h4 {font-size:14px; text-align:center;}

td {font-size:10px;}

p {
line-height:175%;
font-size:13px;
text-align:justify;
margin-left:10px;
margin-right:10px;
}
.p2 {
line-height:125%;
font-size:13px;
text-align:justify;
margin-left:10px;
margin-right:10px;
}
.p3 {
line-height:125%;
font-size:13px;
text-align:center;
margin-left:10px;
margin-right:10px;
}
.p4 {
line-height:100%;
font-size:12px;
text-align:left;
margin-left:10px;
margin-right:10px;
}

input {border:#333333 1px solid; }


li {
	font-size:13px;
	margin-left:30px;
}
strong {color:#000066;}
.product {color:#000066;}

.maintable {
	position:     absolute;
	top:          0px;
	left:         50%;
	width:        1000px;
	margin-left:  -500px;
}

a, a:visited {
color:#000066;
text-decoration:underline;
}

a:active, a:hover {text-decoration:underline;}

.headertop{
vertical-align:top;
font-size:12px;
padding:0px 115px 0 125px;
color:#FFFFFF;
}

.gallery{
background-color:#FFFFFF;
vertical-align:top;
}

.maincontent{
background-color:#FFFFFF;
vertical-align:top;
padding:15px 20px 20px 20px;
}

.content{
background-color:#FFFFFF;
vertical-align:top;
}

.ads{
height:200px;
width:900px;
background-image:url(images/adsmodule.jpg);
background-repeat:no-repeat;
background-position:center;
vertical-align:middle;
text-align:center;
margin:0 0 0 5px;
}

.adimages img{
padding:0 10px 0 10px;
vertical-align:middle;
text-align:center;
}

.footer{
background-image:url(images/footerbg.jpg);
border-top: #000000 1px solid;
height:120px;
font-family:Century Gothic, Arial, Helvetica, sans-serif; 
font-weight:400; 
color:#333333; 
text-align:center; 
vertical-align:middle;
font-size:12px; }



/* dropdown menu CSS */ 
body {margin:25px;}
* {padding:0; margin:0}
.dropdown {float:left; padding-right:0px}
.dropdown dt {width:178px; height:34px; border:0px solid #9ac1c9; padding:0px; font-weight:bold; cursor:pointer; background:url()}
.dropdown dt:hover {background:url()}
.dropdown dd {position:absolute; overflow:hidden; width:178px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:174px; border:0px solid #dc2422; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#CCCCCC; width:180px}
.dropdown a:hover {background:#999999; color:#000}
.dropdown .underline {border-bottom:1px solid #000000}