*{
margin:0;
padding:0;
}

body{
background:url(images/background.gif) no-repeat #d5ebfa;
font:12px/18px Geneva, Arial, Helvetica, sans-serif;
color:#0a2a4b;
}

/* Layout Styles Starts */

.wrapper{
width:800px;
margin:80px auto 0 auto;
}

#header{
background:url(images/header.gif) no-repeat;
height:90px;
overflow:hidden;
}

#nav{
width:500px;
float:right;
padding-left:45px;
font-size:13px;
}

#nav li{
display:inline;
margin:0 15px;
}

#nav li a{
color:#06283f;
text-decoration:none;
line-height:120px;
}

#nav li a:hover{
color:#3d83ba;
text-decoration:none;
border-top: medium solid;
}

#nav li.current a{
color:#3d83ba;
text-decoration:none;
border-top: medium solid;
}

#logo{
width:250px;
float:left;
}

#logo h1{
background:url(images/logo.gif) no-repeat;			
margin:0 0 0 10px;
height:100px;
width:250px;
}

#logo h1 a{
height:24px;
display:block;
}

#logo h1 a span{
display:none;
}

#container{
background:url(images/container-bg.gif) repeat-y;
padding:13px 25px;
position:relative;
display:none;
}

#content{
}

#load {
display: none;
position: absolute;
left: 300px;
top: 40px;
width: 128px;
height: 15px;
text-indent: -9999em;
}
	
.text{
width:450px;
}
	
#footer{
background:url(images/footer.gif) no-repeat;
height:72px;
color:#06283f;
padding:0 0 0 10px;
line-height:60px;
}
	
#footer a{
color:#06283f;
text-decoration:none;
}

#footer a:hover{
color:#3d83ba;
text-decoration:none;
}

/* Layout Styles Ends */

/* Form Styles */

.input, .textarea{
border:solid #898989;
border-width:2px 1px 1px 1px;
margin:3px 0;
}

.input:focus, .textarea:focus{
border:solid #4e7998;
border-width:2px 1px 1px 1px;
}

.button1{
background:#4e7998;
border:1px solid #4e7998;
color:#fff;
width:72px;
height:23px;
line-height:20px;
text-align:center;
font-size:11px;
font-weight:bold;
cursor:pointer;
}

/* Form Styles */

/* Paragraph and list Styles */

#container h2{
font-weight:normal;	
}

#container h2 span{
color:#437597;
}

#container p{
margin:0 0 15px 0;
text-align:justify;
}

#container p img.floatleft{
margin:0px 10px 0 0;
}

#container p img.floatright{
margin:0 0 0 10px;
}

#container form p{
margin:0 0 8px 0;
}

#container ul{
margin:0 0 0 0;
list-style-type:none;
}

#container ol{
margin:0 0 0 30px;
}

#aboutus h2{
font-weight:normal;
margin:0 0 2px 0;
}

/* Paragraph Styles */

/* Genric Styles Starts */

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix {
display: inline-block;
}

html[xmlns] .clearfix {
display: block;
}

* html .clearfix {
height: 1%;
}

a {
color:#4e7896;
text-decoration:none;
font-weight:bold;
}

a:hover {text-decoration:underline;color:#4e7896;}
h1{font-size:32px;}
h2{font-size:24px;}
h3{font-size:20px;}
h4{font-size:16px;}
h5, h6{font-size:14px;}
h2,h3,h6{margin:0 0 20px 0; font-family:"Trebuchet MS";}
h4{margin:0 0 10px 0; font-family:"Trebuchet MS";}
h4 span{color:#437597;}
h5{margin:10px 0 10px 0; font-family:"Trebuchet MS";}
h5 span{color:#437597;}

img{border:none;}
.clear{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.normal a{font-weight:normal;}
.fc1{color:#b86d13;}
.fs1{font-size:22px;}
.smalltext{font-size:9px;}
.mainimage{margin-left:8px;}
/* Genric Styles Ends */

/* Accordion Styles */

.accordian {
	width: 400px;
        text-align: justify;
	line-height: 24px;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;

}

.accordian li {
	list-style-type: none;
	padding: 0 5px;
        font-size: 14px;

}

.dimension {
	height: 330px;
}
	
.even, .odd {
	font-weight: bold;
	height: 25px;
	padding-top: 3px;
	padding-left: 10px;

}
	
.even {
	border: 1px solid #d8d8d8;
	background-color: #ececec;
}
	
.odd {
	border: 1px solid #d5ebfa;
	background: #1d2c5a;
	color: #ffffff;
}

table {
	height: 100%;
}

#productlinks {
padding-top: 10px;
}