/* Main Containers */
#body {
	background-color: #ffffff;
	color: #333333;
	font-size: 12px;
}

#main {
	width: 940px;
	height: 620px;
	margin: 50px auto;
	font-family: arial, trebuchet ms, sans-serif;
	font-size: 12px;
}

#navigation {
	text-transform: uppercase;
	font-size: 12px;
	height: 30px;
}

#content {
	height: 500px;
	clear: both;
	margin: 15px 0px;
	color: #333333;
	position: relative;
}

#footer {
	font-size: 11px;
	font-weight: bolder;
	height: 60px;
}

/* Sub Containers */
#home {
	width: 328px;
	border-bottom: 1px solid #333333;
	float: left;
	padding-bottom: 15px;
}

#navi {
	width: 593px;
	border-bottom: 1px solid #333333;
	float: right;
	font-size: 12px;
	padding-bottom: 15px;
}

/* left */
#leftColumn {
	height: 500px;
	width: 328px;
	float: left;
}

#newCollection {
	height: 500px;
	width: 328px;
	background-image: url(../images/newcollection.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
}

#newCollection:hover {
	background-image: url(../images/newcollection.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

/* center */
#centerColumn {
	width: 328px;
	float: left;
	margin-left: 19px;
}

#action {
	height: 500px;
	width: 328px;
	background-image: url(../images/action.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
}

#action:hover {
	background-image: url(../images/action.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

#centerColumnTop {
	height: 240px;
}

#centerColumnBottom {
	height: 240px;
}

#homeBannerTop {
	height: 239px;
	background-image: url(../images/banner_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#homeBannerTop:hover {
	background-image: url(../images/banner_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#homeBannerBottom {
	margin-top: 19px;
	height: 240px;
	background-image: url(../images/banner_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#homeBannerBottom:hover {
	background-image: url(../images/banner_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/* right */
#rightColumn {
	width: 248px;
	height: 240px;
	float: left;
	margin-left: 15px;
}

#rightColumnTop {
	height: 230px;
}

#rightColumnBottom {
	height: 250px;
	border-top: 1px solid #333333;
}

#logo {
	height: 230px;
	margin-top: 12px;
	background-image: url(../images/logo.jpg);
	border-bottom: 1px solid #333333;
}

#newCollection p,#homeBannerBottom p,#homeBannerTop p , #action p{
	padding: 10px;
	margin: 0px;
	color: #ffffff;
	text-align: right;
	font-size: 12px;
	font-weight: bolder;
}

/* footer */
#footerLeft {
	width: 670px;
	height: 30px;
	padding: 15px 0px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	float: left;
}

#footerRight {
	width: 250px;
	height: 30px;
	padding: 15px 0px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	float: right;
	margin-left: 15px;
}

/* wide */
#wideColumn {
	height: 500px;
	width: 673px;
	float: left;
}

#language {
	text-align: center;
	border-top: 1px dashed #333333;
	padding-top: 7px;
	margin-top: 10px;
}

/* Links */
a:link,a:visited {
	color: #000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

a:hover {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color: #999999;
}

active {
	font-weight: bolder;
}

a.active {
	font-weight: bolder;
}

#navigation a:link,#navigation a:visited {
	padding: 0px 1px;
	color: #333333;
	text-decoration: none;
	letter-spacing: 0.05em;
}

#navigation a:hover {
	padding: 0px;
	color: #333333;
	font-weight: bolder;
}

#content a:link,#content a:visited {
	text-decoration: none;
}

#navi a:link,#navi a:visited {
	color: #333333;
	text-decoration: none;
	letter-spacing: 0.05em;
}

#navi a:hover {
	color: #333333;
	font-weight: bolder;
	letter-spacing: 0.04em;
}

#content a:link,#content a:visited {
	color: #000;
	text-decoration: none;
}

#content a:hover {
	color: #333333;
	font-weight: bolder;
}

a:hover img,a:link img,a:visited img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/* some type */
h1 {
	padding: 10px 0;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	border-top: 1px dashed #333333;
	border-bottom: 1px dashed #333333;
}

h2 {
	margin-top: 20px;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 10px;
}

#content p {
	font-size: 12px;
	line-height: 19px;
	text-align: justify;
}

.alignLeft {
	text-align: left;
	font-size: 12px;
	line-height: 19px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin-bottom: 12px;
	line-height: 16px;
}

hr {
	border-top: 1px solid #333333;
	border-bottom: 0px;
}

/*S L I D E S H O W*/ /*preload classes*/
.svw {
	width: 50px;
	height: 20px;
	background: #fff;
}

.svw ul {
	position: relative;
	left: -999em;
}

/*core classes*/
.stripViewer {
	position: relative;
	overflow: hidden;
	border: 0px; /* #ff0000; */
	margin: 0 0 1px 0;
}

.stripViewer ul { /* this is your UL of images */
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
}

.stripViewer ul li {
	float: left;
}

.stripTransmitter {
	overflow: auto;
	width: 1%;
}

.stripTransmitter ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}

.stripTransmitter ul li {
	width: 20px;
	float: left;
	margin: 0 1px 1px 0;
}

.stripTransmitter a {
	font: bold 10px, Arial;
	text-align: center;
	line-height: 16px;
	background: #FFF;
	border-right: 1px solid #333333;
	color: #000;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}

.stripTransmitter a:hover,a.current {
	background: #fff;
	color: #333333;
}

/*tooltips formatting*/
#tooltip {
	background: #fff;
	color: #000;
	opacity: 0.85;
	border: 5px solid #8d8dfd;
}

#tooltip h3 {
	font: normal 10px Verdana;
	margin: 3px;
	padding: 6px 2px;
	border: 0;
}