@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

body{
background-color:#CCF3F2;
background-image:url(images/layout/bgr.jpg);
background-repeat:repeat-x;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

h1{
padding:5px 0;
font-size:16px;
font-weight:bold;
}

h2{
padding:5px 0;
font-size:14px;
font-weight:bold;
}

h3{
padding:5px 0 0 0;
font-size:18px;
font-weight:bold;
}


p{
padding:5px 0;
text-align:justify;
}

iframe{
margin:2px 0 0 0;
border:#000000 1px solid;
float:right;
}

#container{
width:980px;
height:auto;
margin:0 auto;
}

#title{
width:980px;
height:270px;
position:relative;
background-image:url(images/layout/title.jpg);
background-repeat:no-repeat;
color:#FFFFFF;
}

#title .floatRight{
	position:absolute;
	top:214px;
	right:26px;
	text-align:right;
	width: 0px;
}

#title .floatLeft{
	position:absolute;
	top:220px;
	left:36px;
	text-align:left;
	width: 474px;
}

#title h1{
color:#FFFFFF;
font-size:18px;
}

.search{
	position:absolute;
	top:180px;
	right:31px;
}

.cart{
	position:absolute;
	top:144px;
	right:80px;
}

.introArea{
width:650px;
height:auto;
}

.introBestsellers{
width:610px;
height:130px;
overflow:hidden;
padding:15px 20px;
background-image:url(images/layout/bsBgr.jpg);
background-repeat:no-repeat;
/*border:10px #009933 dotted;*/
}

.newItems{
width:260px;
height:280px;
margin:10px 0;
float:right;
padding:15px 20px;
overflow:hidden;
background-image:url(images/layout/newBgr.jpg);
background-repeat:no-repeat;
}

.collections{
width:300px;
height:280px;
margin:10px 0;
float:left;
padding:15px 20px;
overflow:hidden;
background-image:url(images/layout/collectionsBgr.jpg);
background-repeat:no-repeat;
}

.nav{
width:650px;
height:20px;
padding:5px 0 0 0;
font-size:12px;
float:right;
}

.nav li{
display:inline;
padding:0 30px 0 0;
list-style-type:square;
}

#content{
width:935px;
height:auto;
padding:0 20px 0 25px;
min-height:400px;
background-image:url(images/layout/content.jpg);
background-repeat:repeat-y;
}

#leftCol{
width:240px;
height:auto;
float:left;
}

#rightCol{
width:650px;
height:auto;
float:right;
}

.miniRightCol{
width:160px;
height:auto;
margin:0 0 0 10px;
float:right;
}

.miniSearchBox{
width:160px;
height:auto;
font-size:10px;
overflow:hidden;
}

#footer{
width:980px;
height:110px;
background-image:url(images/layout/footer.jpg);
background-repeat:no-repeat;
color:#333333;
}

#footer p{
width:690px;
text-align:left;
padding:40px 30px 0 310px;
}

.flash{
width:220px;
height:250px;
margin:2px 0 0 0;
padding:0;
float:left;
border:#000000 1px solid;
}

.clear{
clear:both;
font-size:2px;
}

.green{
color:#00FF00;
}

.sectionBox{
width:210px;
height:250px;
margin:0 6px 0 0;
float:left;
}

.sectionBox p{
text-align:center;
}

.bold{
font-weight:bold;
}

.smallText{
font-size:10px;
}

.floatRight{
float:right;
margin:0 0 20px 10px;
}

.menuBtn {
	width: 260px;
	height: 60px;
	position:relative;
	float: left;
	margin:0;
}

.menuBtn img{
position:absolute;
top:5px;
left:5px;
}

.menuBtn p{
width:260px;
height:50px;
padding:0;
position:absolute;
}

.menuBtn p a{
width:190px;
height:50px;
display:block;
padding:20px 0 0 70px;
white-space:nowrap;
}

.menuBtn p a:hover{
background-position:right;
}


.menuFooter{
width:260px;
height:2px;
float:left;
}

:link, :visited {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
:link:hover, :visited:hover {
	color: #6699CC;
	font-weight:bold;
}
:link:active, :visited:active {
	color: #333333;
	font-weight:bold;
}

:link img, :visited img {
	border:#333333 1px solid;
	text-decoration: none;
}
:link:hover img, :visited:hover img {
	border: #6699CC 1px solid;
}
:link:active img, :visited:active img {
	border: #333333 1px solid;
}


.nav :link, .nav :visited {
	color:#333333;
	text-decoration: none;
}
.nav :link:hover, .nav :visited:hover {
	color:#6699CC;
}
.nav :link:active, .nav :visited:active {
	color: #333333;
}

#core :link, #core :visited {
	color: #FFFFFF;
	text-decoration: none;
}
#core :link:hover, #core :visited:hover {
	color: #666666;
}
#core :link:active, #core :visited:active {
	color: #FFFFFF;
}

#core{
width:980px;
height:100px;
margin:20px auto;
text-align:center;
color:#FFFFFF;
font-size:10px;
}
