﻿html, body, p, form, div, img {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	padding: 0 0 0 0;
	margin: 0;
}

html {
	height: 100%; 
	text-align: center;
}

body {
	height:100%;
}


img {
	border-width:0;
}


body {
	font-size:12px;
	font-family:Arial;
	text-align:left;
	color:#000;
	background-color:#0068b3;
}

a:link {color: #00713d; text-decoration: none; }
a:active {color: #00713d; text-decoration: none; }
a:visited {color: #00713d; text-decoration: none; }
a:hover {color: #00713d; text-decoration:underline; }



.padstyle {
	padding:10px;
}

#container {
	width:900px; 
	position:relative; 
	margin:0 auto;

}

#header {
	width:100%; 
	height:156px;  
	float:left;
	background:#fff url('../images/header.png') no-repeat scroll left top;
	font-family:Arial;

}

#menu {
	width:200px;
	position:relative;
	left:0;
}


#content {
	width:100%; 
	float:left;
	background:#fff url('../images/bg.png') no-repeat scroll left top;
}

#footer {
	width:100%; 
	float:left;
	text-align:center;
	background:#0068b3 url('../images/footer.png') no-repeat scroll left top;
	color:#fff;
	font-size:14px;
	padding-bottom:10px;
}






.clsCMOver {
	font-size: 12px;
	color: #000;
	text-align:center;
	font-weight:500;
}

.clsCMOn {
	font-size: 12px;
	color: #fff;
	text-align:center;
	font-weight:500;

}

.clsCMOver_drop {
	font-size: 12px;
	color: #000;
	text-align:center;
	font-weight:500;
}

.clsCMOn_drop {
	font-size: 12px;
	color: #00703C;
	text-align:center;
	font-weight:500;

}

h2 {

	font-size:24px;
	font-family:Arial;
	color:#0168b3;
	padding:0;
	margin:0;
	text-align:left	
	

}
h3 {

	font-size:18px;
	font-family:Arial;
	color:#00713d;
	padding:0;
	margin:0;
	text-align:center	

}
h4 {

	font-size:18px;
	font-family:Arial;
	color:#00713d;
	padding:0;
	margin:0;
	text-align:left;
	
		

}

h5 {

	font-size:20px;
	font-family:Arial;
	color:#0168b3;
	padding:0;
	margin:0;
	text-align:left;
	
		

}
h6 {

	font-size:12px;
	font-family:Arial;
	color:#00713d;
	padding:0;
	margin:0;
	text-align:center;
	
		

}

h1 {

	font-size:18px;
	font-family:Arial;
	color:#0168b3;
	padding:0;
	margin:0;
	text-align:center	
	

}

#orderform {
	width:100%;
	text-align:center;
	border-left:2px #ccc solid;
}

#orderform tr.top {
	color:#fff;
}


#orderform td {
	border-right:2px #ccc solid;
	padding:2px
}

#orderform input {
	width:50px;
	border:1px #00713d solid;
	text-align:center;
		color:#00713d;
}


#orderform td {
	height:34px
}

