@charset "UTF-8";
/* CSS Document */

html{
	background-color:#152526;
}


body {
	background-color:#152526;
	padding: 10px 10px 0 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 85%; 
	margin:0 auto;
	margin-bottom:20px;
	width:740px;
}

#header p {
	position:absolute;
	left:50%;
	margin:0; padding:0;
	top:145px;
	margin-left:184px;
	overflow:hidden;
	float:left;
	
	}
#header p a{
	text-decoration:none;
	color:#F90;
	padding:20px;
	text-align:center;
	line-height:30px;
	font-family:Calibri;
	font-variant:normal;
	
}
#header p a:hover{
	background-position:0 -30px;
	text-decoration:underline;
}


/*header*/
#header {
	background-color:gray; 
	height:138px;
	width:740px;
	color:white; 
	text-align: center; 
	font-variant: small-caps;
	background-image:url(../image/head1.png);
}

#header h1 {
	margin: 0;
	padding:0;
	}
	
#header h1 a {
	height:138px;
	width:740px;
	display:block;
	color:white;
	text-decoration: none;
	text-indent: -9999px;
}

#header p {
	position:absolute;
	left:50%;
	margin:0; padding:0;
	top:145px;
	margin-left:184px;
	overflow:hidden;
	float:left;
	
	}
#header p a{
	text-decoration:none;
	color:#F90;
	padding:20px;
	text-align:center;
	line-height:30px;
	font-family:Calibri;
	font-variant:normal;
	
}
#header p a:hover{
	background-position:0 -30px;
	text-decoration:underline;
}
/*end-header*/

/*nav*/
#nav{
	width:740px;
	height:22px;
	float:left;
	padding: 0;
	background-image:url(../image/top.png);
	background-repeat:no-repeat;
}

#nav ul{
	display:block;
	list-style: none;
	padding:0;
	margin:0;
}

#nav li{
	float:left;
	list-style:none;
	text-indent:5px;
	text-align:center;
	display:inline;

}

#nav li a{
	display:block;
	font:80% Verdana, Geneva, sans-serif;
	width:90px;
	height:auto;
	line-height:23px;
	color:black;
	text-decoration:none;
}

#nav a:hover{
	color:#fff;
	background-color:#152526;
}
/*end-nav*/

/*contact us*/
#nav ol{
	float:right;
	padding-top:8px;
	padding-right:2px;
	color:#9C0;
	display:inline;
	font-family:Verdana, Geneva, sans-serif;
	font-size:65%;
	text-indent:22px;
}

#nav ol a{
	color:black;
	text-align:right;
}

#nav ol a:hover{
	background-color:none;
	color:#fff;
	text-align:center;
	background-color:#152526;
}
/*contact us end*/

/*drop down menu*/
#navigation #m1 {
	visibility:hidden;
	position:absolute;
	top:30px;
	left:0;
	background-image:url(../image/top.png);
}

/*product center css*/
.thumbnail { 
	margin-right: 10px;
	width:100px;
	height:100px;
	border:0;
	}
	
#main {
	background-position:left top;
	background-color:#284649;
	overflow:auto;
	font-family:Calibri; 
	color:#dce5e5; 
	font-size:15px; 
	line-height: 1.5em;
	width:740px;
	float:left;
	height:auto;
	}
#main p{
padding:10px;
}
	
#main h2 {
	font-size:25px; 
	font-weight:bolder; 
	font-style:normal; 
	color:#F90;
	clear:both;
	margin-left:10px;
	margin-top:10px;
	}


#main h3 {
	font-size:85%; 
	font-weight:folder; 
	font-style:normal; 
	color:#F60; 
	margin-left:10px;
	}
#picture {
	margin-left:40px;
}
.imageleft{
	float:right;
	margin:5px;
}

#footer {
	font-family:Calibri;
	background-color:#FFF; 
	text-align:center; 
	font-size:12px;
    marging-bottom:30px;
	width:740px;
	background-image:url(../image/footer.png);
	background-repeat:no-repeat;
    height:40px;
	
	
	
}
#footer p{
	float:right;
	overflow:hidden;
	padding-right:5px;
	}

.under {
	margin-left:100px;
}
#content {
	padding:0px;
	background-position:top left;
	overflow: auto;
	width: 740px;

	
}
#main label {
	margin:10px;
}
#main dl {
		margin-left:30px;
	}
	#main dt {
		color:#F60;
		font-weight:bolder;
	}
/*for table styling*/
#contact p { overflow:auto; }
#contact label { float:left; width:130px; font-weight:bold; }
#contact input { float:left; width:270px; }
#contact textArea { display:block; width:400px; font:100% sans-serif}  
#contact .btn { width:200px; margin-right:0.5em; }

table {width: auto;}
table th, td{ text-align:center; border-style: groove; border-width: 1px; table-layout:auto;}
table .price { text-align: right; width: 60px;}
a.texta {
	text-decoration:none;
	color:#dce5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
a.texta:link {
	text-decoration:none;
	color:#dce5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
a.texta:hover{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #dce5e5;
	font-size: 12px;
}
