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: 500px;
	padding-top: 25px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#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;
	display: block;
	float: left;
	background-repeat: no-repeat;
}
#header #headerinformation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-top: 10px;
	padding-left: 30px;
	width: 30%;
	margin-left: 30px;
	float: left;
	background-image: url(../images/contactbg.png);
	background-repeat: repeat;
	border: 1px solid #666;
	margin-top: 30px;
	padding-right: 10px;
}
#header #headerinformation p {
	margin: 0;
	color:#C9D7DE;
}
#header #headerinformation span {
	color:#EEF7FB;
	font-size: 18px;
}
#menu {
	list-style-type: none;
	height: 76px;
	line-height: 76px;
	padding-right: 1%;
	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 p, #rightsidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	padding-left: 15px;
	display: block;
}
#content {
	float: left;
	width: 40%;
	padding-top: 0px;
	padding-bottom: 0;
	padding-right: 3%;
	padding-left: 3%;
}

/* 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;
}

#news .newsblock {
	height: auto;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	margin-top: 20px;
	background-color: #F1F5F5;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	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: 120px;
	margin-bottom: 12px;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	background-color: #F7FAF5;
	border: 1px solid #EAF3E9;
}
.i_decs {
	display: block;
	font-size: 13px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 3px;
	padding-left: 15px;
	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: #060;
	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;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

.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;
}

