/* 
 * cascading style sheet for ff&ie7 (Firefox & Internet Explorer 6)
 */

html { 
	margin: 0; 
	background: #FFFFFF url("img/bg.jpg") repeat-x; 
}

body {
	margin: 0; 
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: fantasy, serif, sans-serif ;*/
	/*font-size: 16px;*/
}

div#body {
	background: #FFFFFF ;
	position: relative ;
	display: block ;
	width:1000px;
	height: auto;
	margin-top: 0 ;
	margin-bottom : 0 ;
	margin-right: auto ;
	margin-left : auto ;
	min-height: 890px;
	/*font-size: 1 ;*/
}

a, a:visited { 
	color: #009296 ;
	text-decoration: none;
	border: 0 ;
}
a:hover {
	color: #FFFFFF ;
	/*text-decoration: underline ;*/
}
ul {
	list-style-image: url("img/list.gif");
}
li {
	margin-bottom: 10px ;
}
#left h2 {
	text-align: left;
	margin-left: 5px ;
}
#right h2 {
	text-align: right ;
	margin-right: 5px ;
}
.alt {
	display: none ;
	width: 0 ;
	height: 0 ;
}
#head {
	position: relative ;
	width: 1000px;
	height: 190px ;
	background: #89CFE8 ;
	z-index: 9000;
}
#head a {
	border: 0;
}
#head .logo_acc, #head .logo_sec {
	position: absolute ;
	left: 0 ;
	top: 0 ;
	width: 1000px ;
	height: 190px ;
}
#head .logo_acc { background: #89CFE8 url("img/logoacc.jpg"); }
#head .logo_sec { background: #89CFE8 url("img/logosec.jpg"); }
#head .logo {
	display: block ;
	height: 170px;
	width:  250px;
	position: absolute ;
	top: 0 ;
	left: 0 ;
}
#head .toplinks {
	width: 240px ;
	margin-left: auto;
	margin-right: auto;
}
#head .toplinks a {
	display: block ;
	float: left ;
	text-align: center ;
	width: 120px ;
	margin-top: 5px ;
}
#head div.hmenu {
	position: absolute ;
	left: 150px ;
	bottom: 0 ;
	width: 700px ;
	height: 70px ;
	font-weight: bold ;
}
#head div.hmenu ul.buttons {
	display: block ;
	position: relative ;
	list-style: none ;
	left: 190px ;
	width: 320px ;
	height: 40px ;
	margin: 0;
	padding:0;
}
#head div.hmenu ul.buttons li {
	display: block;
	float: left ;
	text-align: center ;
	width: 160px ;
	height: 40px ;
	margin: 0;
	padding:0;
}
#head div.hmenu ul.buttons a {
	display: block ;
	width: 160px ;
	padding-bottom: 10px ;
	padding-top: 10px ;
	height: 20px ;
	font-size: 20px ;
	line-height: 20px ;
}
#head div.hmenu ul.buttons a.acc {
	background: #89CFE8 url("img/buttonacc.png") repeat-x bottom;
}
#head div.hmenu ul.buttons a.sec {
	background: #89CFE8 url("img/buttonsec.png") repeat-x bottom;
}
#head div.hmenu ul.buttons a:hover {
	background-position: top ;
	color: #FFFFFF ;
}
#head div.hmenu ul.buttons li.selected a {
	background-position: top ;
	color: #FFFFFF ;
}
#nav {
	list-style: none ;
	position: relative ;
	display: block ;
	width: 700px ;
	height: 30px ;
	margin: 0 ;
	padding:0;
	/* background color for ie */
	background: #89CFE8 ;
	cursor: default ;
	z-index: 9000px;
}
#nav ul {
	cursor: default ;
}
#nav li {
	text-align: center ;
	display: block ;
	float: left ;
	position: relative ;
	margin: 0 ;
	height: 30px ;
	width: 175px ;
	z-index: 9000 ;
}
#nav li a {
	position: relative ;
	display: block ;
	height: 15px ;
	line-height: 15px ;
	padding-bottom: 8px ;
	padding-top: 7px ;
	font-size: 15px ;
	width: 175px ;
	background: #89CFE8 url("img/bgmenu.png") repeat-x bottom ;
	z-index: 9000 ;
}
#nav li a.left {
	background: #89CFE8 url("img/bgmenuleft.png") repeat-x bottom ;
}
#nav li a.right {
	background: #89CFE8 url("img/bgmenuright.png") repeat-x bottom ;
}
#nav li a:hover, #nav li a.CSStoHighlight {
	background-position: top ;
}
#nav li ul {
	position: absolute ;
	display: none;
	margin: 0 ;
	border: 0 ;
	padding: 0 ;
	top: 30;
	left: 0 ;
	/* background color for ie */
	background: #89CFE8 ;
	z-index: 9000 ;
}
#nav li ul li {
	border: 0;
	z-index: 9000 ;
}
#nav ul.CSStoShow {
	display: block ;
	z-index: 9000 ;
}
#nav li:hover ul {
	display: block ;
	z-index: 9000 ;
}

#middle {
	position: relative;
	top: 190px;
	min-height: 700px ;
	z-index: -9000;
}

#left, #right {
	height: 700px ;
}
#left {
	background: #89CFE8 url("img/bgleft.jpg");
	text-align: center ;
	width: 150px ;
	float: left ;
	overflow: hidden;
}
#left div, #right div {
	width: 150px;
	height: 200px;
	margin-top: 20px ;
}
#left div h2, #right div h2 {
	margin-top: 59px ;
	color: #009499 ;
	/*color: #187BF6 ;*/
	height: 18px ;
	font-size: 18px ;
	line-height: 18px ;
	margin-bottom: 6px ;
}
#left .newsletter .input_text {
	width: 130px ;
	margin-bottom: 5px ;
}
#left .estimate {
	position: relative ;
}
/*#left .estimate a {
	background: url("img/mailbox.jpg") repeat-x bottom;
	display: block;
	position: absolute;
	width: 122px;
	height: 117px;
	left: 5px;
	top: 83px;
	bottom: 0;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: -1;*/
}
#left .estimate a:hover {
	background-position: top ;
}
#left .links {
	height: 240px ;
}
#left .links img {
	border: 0 ;
	/*
	display: block ;
	height: 22px ;
	width: 150px ;
	*/
}
#left .links br {
	display: none ;
}
/*
#left .links a:hover {
	background: #A2D5D9 ;
	width: 148px ;
	height: 20px ;
	border: 1px solid green ;
}
*/
#right {
	background: #89CFE8 url("img/bgright.jpg");
	position: absolute ;
	top: 0px;
	left: 850px;
	text-align: center ;
	width: 150px ;
}
#right .news {
	height: 230px ;
	font-size: 12px ;
}
#right .news a {
	color: #000000 ;
	text-decoration: underline ;
	display: block ;
	text-align: left ;
	margin-left: 10px ;
}
#right .news a:hover {
	color: #009499 ;
	text-decoration: none ;
}
#right .news a img {
	border: 0 ;
}
#right .flash {
	position: absolute ;
	top: 250px ;
	right: 0 ;
	width: 150px ;
	height: 450px ;
}

#bottom {
	position: relative ;
	display: block;
	clear: both;
	font-size: 15px ;
	height: 100px ;
	background: #FFFFFF url("img/bgbottom.png") repeat-x ;
	width: 1000px ;
	margin-top: 190px;
}

#c {
	display: block ;
	text-align: center ;
	position: relative ;
	bottom: 0 ;
	width: 1000px ;
	font-size: 16px ;
	height: 16px ;
	margin-top: 80px ;
	border: 0 ;
}
#c img {
	border: 0 ;
}
/*

Content style 

*/
#content {
	position: relative;
	display: block;
	padding: 20px ;
	width: 660px ;
	height: auto ;
	background-color: #FFF;
	z-index: -9000;
	overflow: hidden;
	/*text-align: justify ;*/
}
#content h2 {
	text-align: center ;
}
#content a {
	color: #009499 ;
}
#content a:hover {
	color: #0000FF ;
	/*text-decoration: underline ;*/
}
#content a.down {
	margin-top: 5px ;
	margin-bottom: 5px ;
	margin-left: 15px ;
	margin-right: 15px ;
	float: right ;
	display: block ;
}
#content a.down img {
	margin: 0 ;
}
#content a img {
	border: 0 ;
}
#content img {
	/*margin-left: 20px  ;*/
	margin-right: 20px ;
}
#content img.ban {
	display: block ;
	margin-left: auto ;
	margin-right: auto ;
}
#content img.left {
	float: left ;
}
#content img.right {
	float: right ;
}
#content img.three {
	width: 33% ;
	display: block ;
	float: left ;
	border: 0 ;
	margin: 0 ;
	padding:0 ;
}
#content img.cent {
	margin-left: auto ;
	margin-right: auto;
	display: block ;
}
#content img.zmar {
	margin: 0;
	padding: 0;
	/*border: 1px solid white ;*/
	border: 0;
	display: inline ;
	position: relative ;
	left:0 ;
	right:0;
	font-size: 0;
	line-height: 0 ;
}
#content h1,
	#content h2,
	#content h3,
	#content h4,
	#content h5,
	#content h6 {
	margin-top: 10px ;
	color: #009499 ;
	clear: both ;
}
#content p.colored {
	color: #009499 ;
}
#content h3.prod_title {
	width: 100% ;
	height: 50px ;
	font-size: 20px ;
	z-index: -100 ;
}
#content h3.prod_title span {
	position: relative ;
	top: 30px ;
	z-index: -100 ;
}
#content h4.right {
	text-align: right ;
}
#content h5 {
	color: #727a7d ;
}
#content p {
	margin-top: 0 ;
	margin-bottom: 16px ;
}
#content p.right {
	float: right ;
}
#content p.float {
	float: left ;
}
#content p.three {
	width: 33% ;
	display: block ;
	float: left ;
}
#content p.two {
	width: 50% ;
	display: block ;
	float: left ;
}
#content div.left {
	float: left ;
}
#content div.cent {
	margin-left: auto;
	margin-right: auto ;
}
#content div.two {
	width: 50% ;
	float: left ;
}
#content div.three {
	width: 33% ;
	float: left ;
}
#content span.red {
	color: red ;
}
/********************************************************************
 * PER PAGE STYLE
 ********************************************************************/
#content img.margtb {
	margin-top: 30px ;
	margin-bottom: 30px ;
}
.margin-top {
	margin-top: 10px ;
}
#page_index_prod img {
	margin: 0 ;
	border: 0 ;
	padding: 0;
}
#page_index_prod br {
	margin: 0;
	padding: 0;
	border: 0;
	width: 0;
	height: 0 ;
}
#page_index_prod p {
	padding-left: 44px ;
	padding-right: 44px ;
	width: 132px ;
	height: 190px ;
	float: left ;
	text-align: center ;
}
/*
#page_index_prod p.left {
	clear:left ;
}
*/
#page_estimate div {
	width: 400px ;
}
#page_estimate div form input {
	width: 250px ;
}
/*
#page_estimate div form textarea {
	height: 150px ;
	width: 100% ;
}
*/
#page_estimate div form input.submit {
	width: auto ;
	float: right ;
	margin: 10px ;
}
div.ref_page img {
	width: 100px ;
}
ul.mydl_page li {
	margin-left: 150px ;
}
