
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align:center;
	background-color: #CDCDCD;
	color: 000;
}

img {
	display: inline;
	border: 0 0 0 0;
	margin: 0 0 0 0;
	padding:0 0 0 0;

}

small{
	font-size: 70%;
}


a:link, a:active, a:visited {
	color:#23C4FF;
	background-color: transparent;
	font-weight: normal;
}


a:hover {
	color: #23C4FF;
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
}


a:link.linkadmin, a:active.linkadmin, a:visited.linkadmin  {
	color : #23C4FF;
	background-color: transparent;
	text-decoration: underline;
}

h1 {
	font-size: 1.5em;
	color: #23C4FF;
	margin-top:5px;
	}
h2 {
	font-size: 1.2em;
	color: #23C4FF;
	}
h3 {
	font-size: 1.3em;
	}

p {
	line-height:1em;
	margin-top:5px;
}



table td {
text-align:left;
font-size: 0.7em;
padding: 5px;
}

.center{
text-align:center;
}

#header {
	margin:0;
	padding:0;
	width:798px;
	float:left;
	list-style:none;
	font-size:1em;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	height:150px;

}

#header_link {
	position:absolute;
	left:0;
	top: 0;
	z-index:2;

}

#header #nav ul {
	margin:0;
	padding:0;
}

#header li {
	margin:0;
	padding:0;
}

#header li a {
	display:inline;
	float:left;
	text-decoration:none;
	margin:0;
	padding:0;
}

#header li a:hover {
	text-decoration:underline;
}

#nav {
	position :relative;
	list-style:none;
	margin:50 0 0 5;
	padding:0 0 0 0;
	width:783px;
	float:left;
	height : 22px;
	background-image: url(/images/nav_grad.jpg);
	background-repeat: repeat-x;
	border: 0;
}

html>body>DIV#container #nav{width:788px; }

#nav li {
	display:inline;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	border: 0;

}
#nav li a {
	display:inline;
	/*float:left;
	width:auto;*/
	text-decoration:none;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	border: 0;
}

#login{
	position : relative; 
	top: 43px;
	width:275px;
	float:right;
}

#container{
	text-align:left;
	width:798px;
	height:100%;
	margin:0 auto;
	background-color: #fff;
	background-image: url(/images/container_bg.jpg);
	background-repeat: repeat-y;
	padding: 0 0 0 0;
}

html>body>#container { height: auto; overflow:auto;}

#leftblock{
	position:relative;
	float: left;
	height:100%;
	width:165px;
	padding: 0 0 0 4;
	margin: 5 0 0 5;
	background-image: url(/images/left_back.jpg);
	background-repeat: repeat-x;
	border : 1px solid #D2F2FD; 
}

html>body>DIV#container #leftblock{width:160px; margin: 5 0 0 10; height: auto; }

#middleblock{
	position:relative;
	float: left;
	width:600px;
	height:100%;
	padding: 0 0 0 0;
	background-color: #fff;
	margin: 5 5 0 10;
	
}

html>body>DIV#container #middleblock{ width:600px; height: auto; }


#product_top, #product_info{
	position:relative;
	float: left;
	text-align:left;
	padding: 5px;
		

}



#footer {
	margin:0 0 0 0;
	padding:0 0 5 0;
	width:100%;
	height:25px;
	float:left;
	list-style:none;
	text-align:center;
	background-image: url(/images/footer_bg.jpg);
	background-repeat: no-repeat;
	z-index: 2;
}

html>body>DIV#container #footer{padding:0 0 10 0; height:25px; }

#prop{
	height: 600px;
}

.border{
	padding: 0;
	margin: 0;
	width : 5px;
}

.table_border{
	border : 2px solid #DDF2FA; 
}


.register_quick{
	position:relative;
	float:left;
	width:100px;	
}


