.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

* { margin:0; 	padding:0; 	border:0; }

html {
	font-family:Tahoma;
	font-size: 13px; 	
	color:#011f36;
	line-height:1.7;
	background:url(../images/bg.jpg) center top no-repeat #abe2f9;
}

p{ 	margin-bottom:8px; }

/* =Links
-----------------------------------------------------------------------------*/
a:link, a:visited, a:active {
	font-style: normal;
	text-decoration: underline;
	color:#011f36;
}

a:hover {
	font-style: normal;
	color:#3366FF;
}

/* =Headings
-----------------------------------------------------------------------------*/
h1{
	font-size:19px;
	letter-spacing:-1px;
	font-weight:normal;
	margin-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#02398a;
}

/* =Menu 
-----------------------------------------------------------------------------*/
#menu{
	float:left;
	text-align:left;
	padding-right:5px;
	width:220px;
}

#menu ul{
	list-style:none;
}

#menu li a{
	display:block;
	height:100%;
	font-size:17px;
	line-height:33px;
	color:#01255b;
	letter-spacing:-1px;
	font-weight:normal;
	text-decoration:none;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:15px;
}

#menu li a:hover{
	color:#FFFFFF;
	background-color:#66CCFF;
}


#menu ul ul li a{
	display:block;
	height:100%;
	font-size:16px;
	line-height:28px;
	color:#01255b;
	letter-spacing:-1px;
	font-weight:normal;
	text-decoration:none;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:25px;
}

#menu ul ul li a:hover{
	text-decoration:underline;
	background:none;
	color:#000033;
}

#menu ul ul ul li a{
	display:block;
	height:auto;
	font-size:15px;
	text-transform:lowercase;
	line-height:25px;
	color:#01255b;
	letter-spacing:-1px;
	font-weight:normal;
	text-decoration:none;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:0px;
}

#menu ul ul ul li a:hover{
	color:#000033;
	text-decoration:underline;
	background:none;
	line-height:25px;
}

#menu ul ul ul{
	list-style:disc;
	padding-left:40px;
}
/* =Content
-----------------------------------------------------------------------------*/
#wrapper{
	width:900px;
	height:100%;
	margin:0 auto;
}

#container {
	width:900px;
	height:100%;
	min-height:710px;
}

#top{
	float:left;
	color:#FFFFFF;
	padding-top:10px;
	width:98%;
	text-align:right;
	padding-bottom:290px;
	font-size:13px;
}

#top a{
	color:#FFFFFF;
}

#left{
	float:left;
	width:220px;
	padding-right:15px;
}

#right{
	float:left;
	width:650px;
	padding-left:10px;
}

#right-in{
	background:none;
}

ul {
	list-style:inside;
	list-style-type:disc;
	margin-left:-2px;
}

#products{
	width:620px;
	float:left;
	padding-top:35px;
	padding-left:35px;
	padding-right:35px;
}

.product{
	background-image:url(../images/image-bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:317px;
	height:180px;
	margin-top:5px;
	position:relative;
	float:left;
	font-size:11px;
}

.product img{
	position:absolute;
	top:7px;
	left:38px;
}

.product-details{
	margin-left:180px;
	line-height:1.3;
	width:140px;
	height:130px;
	overflow-y:auto;
}

.product-mesa{
 width:210px;
 height:190px;
 margin-top:5px;
 position:relative;
 float:left;
 font-size:11px;
 text-align:center;
 line-height:normal;
}
 
.product-mesa img{
 border:#000033 1px solid;
}
 
.product-details-mesa{
 line-height:1.3;
 text-align:center;
 width:89%;
} 

#products-menu a{
	border-bottom:1px dotted #000033;
	display:block;
	width:150px;
	float:right;
}

.photobig{
	border:#000033 3px solid;
	margin-bottom:5px;	
}

.info{
	float:left;
	width:220px;
	padding-left:10px;
}

/* =Contact only elements
-----------------------------------------------------------------------------*/
#contact{
	float:left;
	width:300px;
	padding-left:5px;
}

#map{
	margin-top:35px;
	width:340px;
	height:320px;
	float:left;
	margin-left:20px;
	font-size:12px;
}

input, textarea{
   font-family:"Trebuchet MS", "Times New Roman";
   padding:4px;
   margin-top:4px;
   margin-bottom:4px;
   border:1px dotted #000033;
}

#footer{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	text-align:right;
	font-size:11px;
	padding-top:10px;
}
/*---------------------------------------------------*/
#table_order{
text-align:center;
}
#table_order th{
	color:#01255b;
}

#table_order .line{
	border-top:#555555 1px dotted;
	line-height:1px;
}

#error{
 	color:#FF0000;
	display:none;
}
.ElemError{
	background-color:#FF0000;
	color:#000000;
}
#response{
	color:#006600;
}
.current a:link{
text-decoration:underline;
}
