@charset "utf-8";

@import "footer.css";

body {
	background:	#369 url(../images/Back.gif) repeat-x scroll;
	margin:		0;
	padding:	0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	color:		#666;
}

a:link	{
	text-decoration:none;
	color:		#666;
}

a:visited	{
	text-decoration:none;
	color:		#666;
}

a:hover, .current{
	text-decoration:underline;
	color:		#09c;
}

a:active	{
	text-decoration:none;
	color:		#666;
}

a:hover, a.navCurrent {
color:#09c;
text-decoration:underline;
}

.clear	{
	clear:		both;
}

#container	{
	margin:		0 auto;
	padding:	0;
	width:		782px;

}

.header	{
	margin:		0 auto;
	padding:	5px 0px 0px 0px;
	text-align:	center;
	clear:		both;
}

.nav	{
	margin:		0 auto;
	padding:	0;
	text-align:	center;
	clear:		both;
}

.nav ul{
	background:url(../images/navBack.gif) no-repeat;
	width:		527px;
	margin:		5px auto;
	text-align:	center;
	padding:	8px;
}

.nav ul	li{
	display:	inline;
	padding:	15px 30px 0px 0px;
}

.content	{
	margin:		5px auto;
	padding:	0;
	text-align:	center;
	clear:		both;
}

.content .top	{
background:		url(../images/BoxTop.gif) no-repeat;
width:			782px;
height:			5px;
}

.content .main	{
background:		#fff;
padding:		8px;
word-wrap:		break-word;
text-align:		left;
}

.content .bottom	{
background:		url(../images/BoxBottom.gif) no-repeat;
width:			782px;
height:			5px;
}

.bc	{
color:			#09c;
line-height:	1.5em;
font-size:		9px;
}

.content p, li	{
line-height:	1.5em;
}

.content h1	{
border-bottom:	thin #CCC dotted;
margin-top:		10px;
font-size:		18px;
color:			#09c;
}

/*-------------products----------------*/

.prod	{
position:		relative;
float:			left;
}

.prodText	{
position:		relative;
left:			5px;
}
form {
}

/*
.prodText .top	{
background:		url(../images/Products/blueTop.gif) no-repeat;
width:			517px;
height:			5px;
clear:			right;

}

.prodText .main	{
background:		#09c;
padding:		0;
width:			509px;
text-align:		left;
color:			#fff;
clear:			right;

}

.prodText .bottom	{
background:		url(../images/Products/blueBottom.gif) no-repeat;
width:			517px;
height:			5px;
clear:			right;
}
*/

input, textarea, iframe, select, option {
border:			#09C thin groove;
}

form	{
line-height:	.5em;
}

