body {
	margin: 0px 0px 0px 0px;
	background-color: #888888;
	font-family: Arial, Helvetica, sans-serif;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}

.body_text {
	margin: 0px 30px 15px 30px;
}

h1 {
	font-size: 12px;
	font-weight:bold;
	color:#05D;
	margin-bottom: -5px;
	padding-bottom: 0px;
}

h2 {
	font-size: 16px;
	margin: 35px 0px 15px 0px;
	color: #05D;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 16px;
	margin: 0;
	color: #05D;
	font-weight: bold;
	text-align: center;
}

a {outline: none;}

a:link, a:hover, a:active, a:visited {color: #05D;}

img {border: 0px; outline: none;}

.productimg{
	margin-top: 10px;
}

#container{
	position:relative;
	width:780px;
	border: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}

#topbar{
	height:150px;
	padding: 0;
	border: 0px solid #f0f;
}

#nav {
	width: 100%;
	height: 25px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #f2f2f2;
	border-top: 1px solid #000;	
	border-bottom: 1px solid #000;
    font-size: 15px;
}
#nav .navleft {
	float: left; 
	border-right: 1px solid #000; 
	border-left: 0;
}

#nav .navright {
	float: right;
	border-right: 0; 
	border-left: 1px solid #000;
}
	
#nav li a {
    display: block;
    padding: 4px 15px;
    text-decoration: none;
    font-weight: bold;
    color: #05D; 
	height: 18px;
	margin: 0;
}
	
#nav li a:hover {
    color: #F50;
    background-color: #fff; 
	border-bottom: 0px;
}

#mainarea{
}

#info_left{
	float:left;
	padding: 5px 15px 0px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-right: 1px dotted #ccc;
	width:450px;
}

#info_right{
	width:270px;
	float:right;
	margin: -15px 5px 0px 5px;
	text-align:left;
}

#footer{
	position:relative;
	width:780px;
	background-color: #F2F2F2;
	border-top: 1px solid #000;
	text-align: center;
	font-size: 12px; 
	height: 20px;
	line-height: 20px;
	margin-top: 35px;
}


.clear{clear:both;}
