/*
 *
 */
html, body{
	margin:0;
	padding:0;
}
body{
	/*background-color:#151840;*/
	background-color:#000;
	background-image:url('/img/layout/background.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	/*color:#E6B475;*/
	color:#aaa;
	font-family:verdana,arial;
	font-size:100%;
}
h1{
    margin-top:0;
}
a{
	/*color:#FFEFB6;*/
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
#home h3{
	border-bottom:1px #fff solid;
	padding-bottom:3px;
	margin:0;
}

/*
 *
 */
div#container{
	width:960px;
	margin:20px auto;
	font-size:0.75em;
}
div#headerContainer, div#contentContainer{
	/*background-color:#151840;*/
	background-color:#000;
	-moz-box-shadow: 0 0px 20px #000;
	-webkit-box-shadow: 0 0px 20px #000;
	box-shadow: 0 0px 20px #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:30px 0;
}
div#headerContainer{
	margin-top:0;
    position:relative;
}
div#logo{
    height:101px;
    width:208px;
    margin:0 auto;
}
div#topNavigation ul{
	list-style:none;
	margin:0 auto;
	padding:0;
	text-align:center;
}
div#topNavigation ul li{
	display:inline;
	margin:0 15px;
	font-family: 'Special Elite', cursive;
	font-size: 18px;
}
div.content{
	padding:10px;
}
div.clearDiv{
	clear:both;
	height:1px;
	margin-top:-1px;
}
#showcase{
	margin-bottom:20px;
	height:450px;
	overflow:hidden;
	position:relative;
}
#showcase.productRoller ul{
	height:450px;
	width: 1500px;
}
#showcase #leftArrow{
	position:absolute;
	top:200px;
	left:20px;
	z-index:3;
}
#showcase #rightArrow{
	position:absolute;
	top:200px;
	right:20px;
	z-index:3;
}
.productRoller ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.productRoller ul li{
	float:left;
}
.productList ul li{
    width:150px;
}

#home .productList{
	margin-bottom:20px;
	overflow:hidden;
}
#home .productList ul li{
	margin:5px 5px 5px 0px;
}
#home .productList ul{
	height:195px;
	width:1000px;
}

#footerContainer{
	border-top:1px solid #fff;
	padding-top: 10px;
    margin-top:50px;
}
#footerContainer #informationLinks{
	width:600px;
	float:left;
}
#footerContainer #informationLinks p{
	margin:5px 0 0 0;
	font-size:0.75em;
}
#footerContainer .footerLinks{
	float:left;
	width:200px;
}
#footerContainer ul{
	margin:0;
	padding:0;
	list-style:none;
}
#footerContainer ul li{
	margin:4px 0;
}
#footerContainer #informationArea{
	float:right;
	text-align:right;
}

.input.text label, .input.password label, .input.textarea label, .input.select label, .input.date label{
	float:left;
	width:150px;
}
.input.text input.email{
	width:200px;
}
.input{
	margin:5px 0;
}
.input.error input, .input.error textarea, .input.error select{
	background-color:#ffaaaa;
}
.input.text input.issue{
	width:30px;
}
.input.text input.sec{
	width:40px;
}
.error-message{
	color:#ff1111;
}
.normalWeight{
	font-weight:normal;
}

div#shoppingBasket{
    height:70px;
    width:500px;
    position:absolute;
    top:20px;
    right:20px;
}
#shoppingBasket p, #shoppingBasket div{
	margin-top:0;
	text-align:right;
}
#shoppingBasket a{
    font-weight:normal;
}
.bottomMargin{
	margin-bottom:20px;
}
.galleries.view{
		overflow:hidden;
}
.galleries.view .galleryImage{
	margin:60px;
    text-align:center;
}
.galleries.view .galleryImage img{
    margin:0 auto;
}
.productRoller{
		position:relative;
}
.productRoller .productBarLeft{
		position:absolute;
		left:1px;
		top:6px;
		z-index:10;
		cursor:pointer;
}
.productRoller .productBarRight{
		position:absolute;
		right:1px;
		top:6px;
		z-index:10;
		cursor:pointer;
}
