/* CSS Document */

body{
	margin:0;
	padding:0;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #333333;
	}
	
h1, h2, h3, h4, h5, h6, p {margin:0; padding:0;}
h2 { font-size:16px; color:#FF6600;}
ul, li {margin:0; padding:0;}
li {list-style:none;}

a {color:#333333; text-decoration:none;}
a:link, a:active { color:#333333; }
a:hover, a:active { color:#0066FF;}

.sublink {
	width:auto;
	background-color:#F3F3F3;
	color:#333333;
	padding:3px 3px 3px 10px;
	margin: 1px 4px 4px 4px;
}

#info li {float:right; list-style:none;}

#menu li { float:right; padding-left:15px; list-style:none;}
#menu a {color:#333333; text-decoration:none;}
#menu a:link, a:active { color:#333333; }
#menu a:hover, a:active { color:#0066FF;}

#bottomContent a { color:#AEAEAE; text-decoration:none;}
#bottomContent a:link, a:active { color:#AEAEAE; }
#bottomContent a:hover, a:active { color:#666666;}

#top {
	width:960px;
	height:142px;
	clear:both;
	overflow:hidden;
	margin:auto;
}

#topRight{
	width:700px;
	height:auto;
	float:right;
}

#info {
	width:auto;
	height:auto;
	text-align: right;
	padding-top: 49px;
}

#menu {
	width:auto;
	height:auto;
	clear:both;
	font-weight: bold;
	color: #333333;
}

#logox{
	width:auto;
	height:auto;
	float: left;
}

#main {
	width:100%;
	height:auto;
	left:0;
	top:20%;
	background-color: #f0f0f0;
	background-image: url(../images/pattern.jpg);
}

#content{
	width:940px;
	height:auto;
	margin: auto;
	padding: 10px;
	clear: both;
	overflow: hidden;
	border-left:4px solid white;
	border-right:4px solid white;
	background-color: #FFFFFF;
	line-height: 1.5;
}
#divpromo { width:auto; height:auto; float:left;}
#divLeft { width:250px; height:auto; float:left;}
#divCenter {
	width:170px;
	height:300px;
	float:left;
	margin-left: 15px;
	color: #333333;
	background-color: #FFFFFF;
}
#divRIght {
	width:490px;
	height:auto;
	float:right;
	text-align: right;
}

.thumbnail {
	width:150px;
	height:150px;
	float:right;
	background-color: #EBEBEB;
	position: relative;
	border: 1px solid #EBEBEB;
	margin: 0 5px 10px 5px;
}

.label {
	width:141px;
	background-image: url(../images/bg_label.png);
	color: #FF6600;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-bottom: 4px;
	padding-right: 10px;
}

#loghi{
	width:960px;
	height:auto;
	margin:auto;
	clear:both;
	overflow:hidden;
	text-align:center;
	padding-top: 10px;
}

#xslideshow { width:460px; height:350px; float:left; background-color:#FFFFFF}
#productList {
	width:470px;
	height:350px;
	float:right;
	background-color: #FFFFFF;
}

#bottomMain {
	width:100%;
	height:40px;
	left:0;
	bottom:0;
	background-image: url(../images/bgBottomMain.jpg);
	margin-top: 20px;
}
#bottomContent {
	width:960px;
	height:40px;
	left:0;
	bottom:0;
	margin:auto;
	border-left:2px solid white;
	border-right:2px solid white;
	background-color: #f0f0f0;
	background-image:url(../images/logoBottom.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-align:center;
	color:#AEAEAE;
	font-size:12px;
	line-height:1.5em;
}

#bottomContent p { padding-top:3px;}

