/* tools */
.clear {
	clear: both;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

/* structure */

#wrapper {
	clear: both;
	height: 100%;
	width: 790px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 80px;
	background-position: left;
}
ul#nav li a:hover {
}
#maincontent {
	height: 460px;
}
#footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	height: 90px;
	clear: both;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	color: #900;
	padding-left: 10px;
}
#maincontent #products {
	height: 460px;
	width: 200px;
}
#maincontent #content {
	height: 440px;
	width: 322px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
#maincontent #blog {
	height: 460px;
	width: 220px;
}
#maptainer {
	width: 290px;
	margin-right: 10px;
}



/*PRODUCT AREA*/
#products #productbox  {
	background-color: #666;
	height: 398px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	line-height: 1.75em;
	color: #FFF;
	float: left;
	width: 180px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}
#maincontent #productcontent {
	float: left;
	height: 460px;
	width: 540px;
	margin-left: 20px;
}
#productinfo {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	width: 515px;
	float: left;
	height: 395px;
	margin: 0px;
	border: thin solid #666;
	color: #333;
	text-align: justify;
	padding: 10px;
	overflow: auto;
	
}

/*CONTENT AREA*/
#content #maincopy {
	float: left;
	height: 396px;
	width: 280px;
	border: 1px solid #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	line-height: 1.75em;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#maincopy .quote {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #900;
	text-align: center;
}
#maincopy h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #900;
	text-decoration: underline;
	line-height: 1em;
}
/*BLOG AREA*/
#blog #blogcontent {
	width: 180px;
	height: 376px;
	font-size: 10px;
	line-height: 1.75em;
	background-color: #CCC;
	text-align: justify;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 20px;
	float: left;
	margin: 0;
	overflow: auto;
}

#navigation {
	height: 42px;
	/*width: 322px;*/
	width: 522px;
	float: left;
	margin: 0;
	padding: 0;
}
ul#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}
ul#nav li a {
	text-indent: -9009px;
	display: block;
	height: 42px;
	float: left;
	margin: 0;
	padding: 0;
}
ul#nav {
	margin: 0px;
	padding: 0px;
}
ul#nav li a:hover {
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 42px;
}
ul#nav li a.home {
	background-image: url(images/home.jpg);
	width: 87px;
	margin: 0;
	padding: 0;
}
ul#nav li a.service {
	background-image: url(images/service.jpg);
	width: 121px;
}
ul#nav li a.contact {
	background-image: url(images/contact.jpg);
	width: 114px;
}



.bottom {
	align: bottom;
}
a {
 /*background-color: #666;*/
	height: 398px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	line-height: 1.75em;
	color: #FFF;
	text-decoration:none;

}

a:hover
{
 color:#030;
/* border: 1px solid #9999ff; */
}


.class1 A:link {text-decoration: none; color: blue;}
#footer a {
	color: #900;
}
#footer a:hover {
	color: #036;
	text-decoration: underline;
}
.class1 A:visited {text-decoration: none; color: blue;}
.class1 A:active {text-decoration: none}
.class1 A:hover {text-decoration: underline; color: red;}

