* {
	margin: 0;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg.gif) repeat left top;
	text-align: center;
}
#container {
	width:972px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
#header {
	width:972px;
	height:120px;
	position:relative;
	float:left;
}
#header h1 {
	position:absolute;
	left:0;
	bottom:16px;
}
#header h1.el a {
	background:url(../images/logoel.gif) no-repeat;
	width:310px;
	height:72px;
	text-indent:-9999px;
	display:block;
}
#header h1.en a {
	background:url(../images/logoen.gif) no-repeat;
	width:310px;
	height:72px;
	text-indent:-9999px;
	display:block;
}
#header li {
	display:inline;
	float:left;
	font-size:0.7em;
}
#header a {
	color:#fff;
}
ul#langs {
	position:absolute;
	right:0;
	top:10px;
}
li.gr a {background:url(../images/gr.gif) no-repeat;}
li.en a {background:url(../images/uk.gif) no-repeat;}
li.it a {background:url(../images/it.gif) no-repeat;}
ul#langs a {
	text-indent:-9999px;
	margin-right:10px;	margin:0 auto;
	display:block;
	width:76px;
	height:19px;
}
ul#topNav {
	position:absolute;
	right:0;
	top:72px;
}
ul#topNav li {
	color:#FFFFFF;
}
ul#topNav li a {
	display:block;
	float:left;
	padding:0 10px;
}
ul#topNav li a:hover, ul#topNav li.selected a {
	text-decoration:none;
	color:#ccc;
}
#homeFlash {
	width:966px;
	height:423px;
	background:url(../images/flashBg.jpg);
	float:left;
	padding:25px 0 0 6px;
}
.codaNav {
	background:#33302d;
	height:28px;
	width:960px;
}
#homeProducts {
	width:960px;
	float:left;
}
#homeProducts li {
	display:inline;
	float:left;
}
#homeProducts li.female_el a {background:url(../images/femaleel.gif) no-repeat;}
#homeProducts li.male_el a {background:url(../images/maleel.gif) no-repeat;}
#homeProducts li.kids_el a {background:url(../images/kidsel.gif) no-repeat;}
#homeProducts li.female_en a {background:url(../images/femaleen.gif) no-repeat;}
#homeProducts li.male_en a {background:url(../images/maleen.gif) no-repeat;}
#homeProducts li.kids_en a {background:url(../images/kidsen.gif) no-repeat;}
#homeProducts a {
	text-indent:-9999px;
	display:block;
	width:320px;
	height:109px;
	float:left;
}
#insideFlash {
	float:left;
	width:972px;
	height:191px;
}
#content {
	width:942px;
	height:199px;
	background:url(../images/homeContentBg.gif) no-repeat;
	float:left;
	position:relative;
	padding:15px;
}
body.inside #content {
	background:url(../images/insideContentBgTop.gif) no-repeat left top;
	height:auto;
	padding-bottom:40px;
}
body.inside #content .bottom {
	background:url(../images/insideContentBgBottom.gif) no-repeat;
	width:972px;
	height:44px;
	position:absolute;
	bottom:-10px;
	left:0;
}
ul#productCat {
	margin:15px 0;
}
ul#productCat li {
	display:inline;
	margin-right:10px;
}
#content p {
	font-size: 0.8em;
	line-height: 1.25em;
	margin: 0.7em 0;
	text-align: left;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}
#content h1, #content h2, #content h3 {
	color:#000;
	text-transform:uppercase;
	font-weight:normal;
}
#content h1 {
	font-size:1.2em;
	margin-bottom:15px;
}
#leftColumn {
	width:630px;
	float:left;
}
#rightColumn {
	width:270px;
	float:left;
	margin-left:35px;
}
#footer {
	width:972px;
	text-align:left;
	float:left;
	clear:both;
	padding-top:10px;
	font-size:0.7em;
	color:#fff;
}
#footer li {
	display:inline;
}
#footer li a {
	color:#fff;
	padding:0 10px;
}
#footer p {
	margin:10px 0 10px 10px;
}
#footer a {
	color:#fff;
	text-decoration:underline;
}
a {
	color:#685231;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#header h1 a:hover, ul#langs a:hover, #homeProducts a:hover, ul#productCat li a:hover {
	opacity:.80;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
}
input, textarea {
	background-color:#F3F3F3;
	border:medium none;
	font-family:inherit;
	font-size:12px;
	font-weight:normal;
	padding:4px;
	margin-bottom:10px;
	width:250px;
}

input.btn {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#C60108 none repeat scroll 0 0;
	color:#FFFFFF;
	font-size:11px;
	width:80px;
}

#product {
    width:315px;
	margin:2px auto;
	float:left;
}

#product h2 {
    padding-top:5px;
}
.product_photo {
    border:1px #CEC173 solid;
	background:#ebe3b3;
    float:left;
    margin:5px;
    margin-right:10px;
}
.product_photo img {
    padding:3px;
}

#pag {
    width:630px;
	font-family:Arial, Helvetica, sans-serif;
    text-align:center;
	clear:both;
	font-size:11px;
}