html {height: 100%}
body {
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-color: #026B02;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
}

#wrapper {
	background-color: #F9FBFB;
	min-width: 1000px;
	max-width: 1400px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 150px;
	padding-top: 25px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #F9FBFB;
}

#header #menu_container {
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	height: 76px;
	width: 100%;
}



#header #menu_container #logocontainer {
	height: 146px;
	width: 100%;
	background-image: url(../images/Romaniologo.png);
	background-position: 30px;
	background-repeat: no-repeat;
}
#header #menu_container #logocontainer #headerinformation {
	float: right;
	height: 56px;
	clear: right;
	margin-top: 10px;
	margin-right: 3%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #978A6C;
	width: 400px;
}
#header #menu_container #logocontainer #headerinformation span {
	font-size: 14px;
	color: #582567;
}
#menu {
	list-style-type: none;
	height: 76px;
	line-height: 76px;
	padding-right: 3%;
	font-family: Georgia, "Times New Rosman", Times, serif;
	float: right;
}
#menu li {
	padding-left: 8px;
	float: left;
	background:none;
}
#menu a {
	text-decoration: none;
	color: #000;
	font-weight: normal;
	display: block;
	float: left;
	padding-left: 8px;
	font-size: 18px;
}


#menu a.active {
	color:#000;
}

#menu a b {
	display:block;
	float:left;
	padding-left: 8px;
	padding-right: 16px;

}

#menu a:hover {
	color:#333;
	background-image: url(../images/button_hover.png);
	background-repeat: no-repeat;
	background-position: left;
}
#menu a:hover b {
	background-image: url(../images/button_hover.png);
	background-repeat: no-repeat;
	background-position: right;

}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	padding-right: 0;
	padding-bottom: 100px;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 30px;
}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	overflow: hidden;
}
#content {
	float: left;
	width: 60%;
	padding-top: 0px;
	padding-bottom: 0;
	padding-right: 3%;
	padding-left: 3%;
}

#content p, #rightsidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	padding-left: 15px;
	display: block;
}
#content table td {
	width: 120px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}
#content table tr td img {
	border: 1px solid #A6C6C6;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sidebar {
	float: left;
	width: 22%;
	padding-left: 3%;
}
.sidebar #sidebarmenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #1a657e;
	line-height: 26px;
	margin-top: 20px;
}
.sidebar #search {
	padding-top: 16px;
	padding-bottom: 10px;
}

.sidebar #search input {
	width: 70%;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 6px;
}

#news .newsblock {
	height: auto;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	margin-top: 20px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #F1F5F5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DAE7E7;
	border-bottom-color: #C0D6D6;
	border-left-color: #DAE7E7;
	border-top-color: #E1ECEC;
}
#news .newsblock p {
	display: block;
	padding: 0px;
	margin: 4px 0px 0px 0px;
}

#news .newsblock .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464451;
	width: 100%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8D7D7;
}

#rightsidebar {
	float: left;
	width: 25%;
	height: auto;
	padding-right: 3%;
}
#production {
	height: 340px;
	width: 100%;
	background-image: url(../images/productbg.jpg);
}
#production #pdcontainer {
	padding-left: 8%;
	padding-top: 18px;
}

#production .column {
	float: left;
	width: 25%;
	overflow: hidden;
	padding-left: 7%;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 140px;
	background-color: #F9FBFB;
	padding-top: 20px;
}

#footer #footer_cont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	width: 29%;
	float: left;
	margin-left: 10%;
}
#footer #copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
	width: 60%;
	text-align: center;
	float: right;
	margin-top: 20px;
}
#footer #counters {
	height: 40px;
	width: 60%;
	text-align: center;
	float: right;
	margin-top: 10px;
}
#footer #footer_cont p {
	color: #000;
	overflow: hidden;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}


#footer_cont span {
	color: #666;
	float: left;
	padding-top: 10px;
}


img {
	margin: 0px;
	padding: 0px;
}


ul li a {
	font-size: 16px;
	color: #1560bd;
	
}
ul li a:hover {
	text-decoration: none;
	color: #173F88;
}

ul li {
	padding-left: 34px;
	color: #3f94b0;
	background-image: url(../images/li.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
}
b {
	font-weight: normal;
	text-decoration: none;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #082567;
	font-weight: normal;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



h3 {
	font-fasmily: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #082567;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#goods {
	margin-top: 40px;
}
.sort {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
}
.item {
	display: block;
	font-size: 13px;
	height: auto;
	margin-bottom: 12px;
	overflow-x: hidden;
	overflow-y: hidden;
	width: auto;
	background-color: #F1F5F5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DAE7E7;
	border-bottom-color: #C0D6D6;
	border-left-color: #DAE7E7;
	border-top-color: #E1ECEC;
	padding: 10px;
}
.i_decs {
	font-size: 13px;
	display: block;
	height: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 3px;
	text-align: left;
	width: auto;
}

.i_image{
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	display: block;
	float: left;
	height: 112px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: center;
	width: 112px;
	}

.i_title {
	display: block;
	font-size: 14px;
	font-weight: normal;
	height: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
.i_title a {
	color: #1560BD;
	font-size: 16px;
	}
.i_price {
	display: block;
	font-size: 15px;
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #020;
	font-weight: bold;
	margin-top: 5px;
}

.i_spec {
	display: block;
	font-size: 13px;
	height: auto;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
}

.i_cat {
	display: block;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 0px;
}
.i_cat span {
	color: #666;
}
.i_code {
	display: block;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 0px;
}
.i_code span {
	color: #666;
}
#goods .pagenation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	padding-top: 20px;
}
#goods .pagenation a{
	text-decoration: underline;
	color: #278CAD;
}
#goods .pagenation a:hover{
	text-decoration: none;
	color: #1B6178;
}
.singleitem {
	background-color: #F1F5F5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DAE7E7;
	border-bottom-color: #C0D6D6;
	border-left-color: #DAE7E7;
	border-top-color: #E1ECEC;
	width: auto;
	padding: 20px;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.singleitem .singleitem_img {
	display:block;
	border: 1px solid #8EB0B0;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}



.singleitem .item {
	display: block;
	background-color: #F1F5F5;
	width: auto;
	border: none;
	padding: 0;
	height: auto;
	clear: both;
	margin: 0px;
}
.singleitem .similar {
	height: 150px;
}


.singleitem span {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
.singleitem .i_decs {
	display: block;
	font-size: 13px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0px;
	margin: 0px;
	height: 1%;
}

.singleitem .i_title {
	height: 20px;
	display: block;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.singleitem .i_title a {
	color: #1560BD;
	font-size: 18px;
	}
.singleitem .i_price {
	display: block;
	padding: 0px;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #020;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.singleitem .i_pop {
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px;
	padding: 0px;
}
.singleitem .i_pop span {
	line-height: 32px;
	display: block;
	float: left;
}


.singleitem .i_spec {
	height: auto;
	display: block;
	margin: 0px;
	padding: 0px;
	color: #222;
}

.singleitem .i_cat {
	height: auto;
	display: block;
	margin: 0px;
	padding: 0px;


}
.singleitem .i_code {
	height: auto;
	display: block;
	margin: 0px;
	padding: 0px;

}
ul#thumbs{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 380px;
}	
ul#thumbs li{
	padding:0;
	list-style:none;
	}
	
	ul#thumbs li{
	float:left;
	border:1px solid #ABC2C2;
	}
	ul#thumbs a{
	display:block;
	float:left;
	width:70px;
	height:70px;
	line-height:70px;
	overflow:hidden;
	position:relative;
	z-index:1;
	}
	ul#thumbs a img{
	float:left;
	position:absolute;
	top:-7px;
	left:-8px;
	}
	
	/* mouse over */
	
		ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
	border:1px solid ##F1F5F5;
	;
	background:#fff;
	padding:2px;
		}	
	
	/* // mouse over */
 
	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */

