html, body {
padding:0px;
margin:0px;
text-align:center;
}

body {
background:#132340;
}

.container {
width:900px;
margin:0 auto;
text-align:left;
}

.header {
height:160px;
background:url("images/header.png");
}



.nav a {
color:#fff;
font-size:18px;
font-family:Verdana, Sans;
text-decoration:none;
position:relative;
}


.containerLeft {
float:left;
width:200px;
height:700px;
background:#3b5072;
background-image:url("images/menu_bg.gif");
background-position:bottom;
background-repeat:repeat-x;
font-size:10px;
}


.containerLeft p {
font-size:16px;
}


.containerLeft a {
color:#111;
font-family:Verdana, sans;
text-decoration:none;
display:block;
font-size:16px;
}

.heading {
font-size:28px;
color:#333;
font-family:Verdana, sans;
padding-top:16px;
border-bottom:solid 1px #ddd;
}

.containerLeft a:hover {
color:#333;
}

.containerRight {
text-align:center;
float:left;
width:700px;
background:url("images/body_bg.png");
background-color:#e2e7f0;
background-repeat:repeat-x;
font-size:12px;
font-family:Verdana, sans;
min-height:500px;
}

.containerRight p { 
font-size:14px;
font-family:Verdana, sans;
}

.containerRight strong { 
color:#23375e;
}


.left_ad {
padding:4px;
background:url("images/left_ad.gif");
margin-left:5px;
margin-top:10px;
width:182px;
font-family:Verdana, sans;
}

.left_ad h2 {
font-size:18px;
font-weight:normal;
font-family:Verdana, sans;
border-bottom:solid 1px #333;
}

.left_ad a {
font-size:12px;
}

.left_ad a:hover {
color:#666;
}

.footer {
height:64px;
float:right;
width:700px;
background:url("images/nav.png");
background-repeat:repeat-x;
color:#fff;
font-family:Verdana, sans;
font-size:10px;
}

.footer a {
color:#fff;
}

.clear {
clear:both;
}

.productImage {
float:left;
margin-right:20px;
border:solid 1px #ccc;
padding:10px;
}

.imageFloat {
float:left;
margin-right:10px;
margin-bottom:10px;
}

.contact {
padding:20px;
}

.forms input {
font-size:18px;
color:#333;
background:url("images/href.gif");
border:solid 1px #b4b7bd;
}

.forms textarea {
height:120px;
width:360px;
font-size:18px;
font-family:Verdana, sans;
background:url("images/content_bottom.gif");
background-position:bottom;
border:solid 1px #b4b7bd;
}

.message {
border:solid 1px #333;
text-align:center;
width:300px;
background:#fff;
padding:10px;
margin:20px auto;
}

.ctr {
text-align:center;
}

a img {
border:none;
}

.content {
width:90%;
background:#fff;
border:solid 1px #b4b7bd;
padding:10px;
background:url("images/content_bottom.gif");
background-color:#fff;
background-repeat:repeat-x;
background-position:bottom;
min-height:400px;
margin:0 auto;
text-align:left;
margin-top:20px;
margin-bottom:60px;
padding-bottom:60px;
}

.floatRight {
float:right;
width:260px;
}

.floatRight a {
margin-top:2px;
height:32px;
width:240px;
display:block;
background:url("images/href.gif");
background-position:top;
background-repeat:repeat-x;
border:solid 1px #b4b7bd;
text-align:center;
font-size:24px;
color:#1f2530;
text-decoration:none;
padding-top:6px;
}

.floatRight a:hover {
color:#435985;
background:url("images/href_a.gif");
}

.content ul {
font-family:Verdana, sans;
font-size:12px;
}

.valid {
float:right;
margin-top:18px;
margin-right:10px;
}
.copy {
float:left;
margin-top:18px;
margin-left:10px;
}

.message a {
color:#333;

}


a {
color:#1f2530;
text-decoration:none;
font-weight:bold
}

.floatRight img {

}

.contentTop {

}

.menu {
position:relative;
font-family:Verdana, sans;
z-index:100;
background:url("images/nav.png");
background-repeat:repeat-x;
float:right;
height:40px;
width:700px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:132px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:132px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
text-align:center;
display:block;
font-size:12px;
text-decoration:none; 
color:#fff; 
width:132px; 
border-width:1px 0 1px 1px; 
height:40px;
line-height:36px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:132px; 
w\idth:138px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
}
/* style the second level hover */
.menu ul ul a.drop:hover{
}
.menu ul ul :hover > a.drop {
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
}
/* style the third level hover */
.menu ul ul ul a:hover {
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:40px;
left:0; 
width:149px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:40px;
t\op:41px;
}
/* position the third level flyout menu */
.menu ul ul ul{
left:149px; 
top:-1px; 
width:149px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-149px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
position:absolute; 
top:0; 
left:0; 
border-collapse:collapse;;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#131a25;
color:#fff; 
height:auto; 
line-height:1em; 
padding:10px 10px; 
width:113px;
height:16px;
font-size:9px;
text-align:left;
display:block;
border-top:solid 1px #313946;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
width:132px;
w\idth:132px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#dbe4f3; 
background:url("images/nav_a.png");
background-repeat:repeat-x;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#dbe4f3;
background:url("images/nav_a.png");
background-repeat:repeat-x;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}