body {
	margin:0;
	padding:0;
	background-color:#CCCCCC;
}

.floatClear {
	clear:both;
}

#container {
	width:999px;
	margin:auto;
	background-color:#FFFFFF;
	border:solid;
	border-width:2px;
	border-color:#A5A5A5;
}

/* TOP AREA */

#top {
	background:url(../img/topImg.jpg) no-repeat;
	width:999px;
	height:135px;
	border-bottom:6px solid #FF0000;
	position:relative;
}

#topEn {
	background:url(../img/topImgEn.jpg) no-repeat;
	width:999px;
	height:135px;
	border-bottom:6px solid #FF0000;
	position:relative;
}


.logo {
	position:absolute;
	width:86px;
	height:123px;
	left:0;
}

.logo img {
	border:none;
	position:absolute;
	width:86px;
	height:123px;
	margin-left:95px;
	margin-top:10px;
}

.topMenu {
	position:relative;
	margin-left:368px;
	padding-top:107px;
}

.flagSelect {
	float:right;
	width:76px;
	height:28px;
	margin-right:142px;
}

.langEn,.langGr {
	background:url(../img/flagBg.png) no-repeat;
	width:37px;
	height:28px;
	float:left;
	margin-left:1px;
	border:none;
}

.langGr img,.langEn img {
	border:none;
	width:23px;
	height:15px;
}

/* END OF TOP AREA */

/* LEFT SIDE */

#left {
	width:268px;
	float:left;
}

/* BOX MENU */

.boxMenu {
	width:178px;
	color:#FFF;
	margin:0 auto;
	margin-top:10px;
}

.boxHeading{
	background:url(../img/boxHeading.png) no-repeat;
	width:178px;
	height:35px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	position:relative;
}

.boxHeading a,.boxHeading a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	position:absolute;
	width:178px;
	text-align:center;
	margin-top:6px;
}

.boxContent {
	width:178px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#036ec6;
}

.boxContent ul,.boxContent ul li {
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:2px;
}

.boxContent ul li {
	border-bottom:2px solid #a5a5a7;
	padding-top:3px;
}

.boxContent ul li a,.boxContent ul li a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}

.boxClose {
	background:url(../img/boxClose.png) no-repeat;
	width:178px;
	height:14px;
}

/* END OF BOX MENU */

/* LEFT SIDE IMAGES */

.bannerImg {
	margin:0 auto;
	width:232px;
}

.bannerImg ul li {
	list-style:none;
	margin:0;
	padding:0;
}

.bannerImg a img {
	border:none;
}

/* END OF LEFT SIDE IMAGES */
/* END OF LEFT SIDE */

/* RIGHT SIDE */

#right {
	width:710px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.rightTop {
	background:url(../img/rightTopImg.jpg) no-repeat;
	height:296px;
	width:728px;
}

.rightTopEn {
	background:url(../img/rightTopImgEn.jpg) no-repeat;
	height:296px;
	width:728px;
}

/* MAIN CONTENT */

.content,.productLine,.productHeading,.products {
	width:728px;
}

.content {
	margin-top:-20px;
}

.productLine {
	margin-bottom:20px;
	margin-top:30px;
}

.productHeading {
	border-bottom:4px solid #FF0000;
}

.productHeading img{
	border:none;
	margin-bottom:5px;
}

/*.productHeading a {
	text-decoration:none;
	margin-bottom:5px;
}*/

.productContainer {
	margin-top:15px;
	margin-right:12px;
	width:167px;
	height:160px;
	float:left;
	position:relative;
}

.productTitle {
	width:160px;
	text-align:center;
}

.productTitle a {
	text-decoration:none;
	color:#036ec6;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}

.productBox {
	background:url(../img/productsBox.gif) no-repeat;
	width:155px;
	height:129px;
	position:absolute;
}

.productBox img {
	border:none;
	padding-left:5px;
	padding-top:5px;
}

.productPrice {
	background:url(../img/productsPrice.gif) no-repeat;
	width:77px;
	height:33px;
	position:absolute;
	bottom:0px;
	right:0px;
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
}

.productPrice p {
	margin:10%;
	padding:0;
}

/* END OF MAIN CONTENT */

/* END OF RIGHT SIDE */

/* FOOTER */

#footer {
	width:999px;
	height:121px;
	background:url(../img/footerFill.png) repeat-x;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#footer a {
	text-decoration:none;
	color:#333;
}

#footer a:hover {
	text-decoration:underline;
	color:#006600;
}

.footerCopy {
	float:left;
	margin-top:70px;
	margin-left:40px;
}

.footerAST {
	float:right;
	margin-right:40px;
	margin-top:70px;
}

/* END OF FOOTER */

.SectionTitle{
	color:#036EC6;
	font-size:22px;
	font-weight:bolder;
}

