@charset "UTF-8";
/* CSS Document */

html {
}

*:focus {outline: none; background-color:#FFFFFF;}

body {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #fff;
}

img, img a:link, img a:visited, img a:hover, img a:active {
outline:none;
border:hidden;

}

a:link, a:visited {
	color:#000;
	text-decoration:none;
}

a:hover, a:active {
	color:#BF9800;
	text-decoration:none;
}

p {
margin: 0 0 0 0;

}

h1 {
	font-size: 35px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding-left:3px;
}

h2 {
	font-size: 35px;
	font-weight: normal;
	margin:0 20px 0 0;
	color:#BF9800;
	float:left;
}

h3 {
	font-size: 35px;
	font-weight: normal;
	margin:0 20px 0 0;
	float:left;
}

h4 {
	font-size: 35px;
	font-weight: normal;
	margin:0 0 2px 0;
}

h5 {
	font-size: 35px;
	font-weight: normal;
	margin:0 0 10px 0;
}

h7 {
	font-size: 23px;
	font-weight: normal;
	margin:0 20px 0 0;
	color:#BF9800;
	float:left;
}

h8 {
	font-size: 23px;
	font-weight: normal;
	margin:0 20px 0 0;
	float:left;
}

#container {
	width: 1124px;
	margin-left: -562px;
	position: absolute;
	left: 50%;
	top: 7%;
}

#slidingDiv {
    display: none;
	height:100%;
	margin-top:10px;
	
}


#logo {
	float:left;
	height: 55px;
	width: 253px;
	}

#navigation {
	float:left;
	clear:left;
	width:1024px;
	margin-top:18px;
	}
	
#subnavigation {
	float:left;
	clear:both;
	margin-top:5px;
	width: 1124px;
	}	

#content {
	width: 1124px;
	float:left;
	margin-top:17px;
	min-height:320px;
	}
	
#shop {
width: 1124px;
float:left;
margin-top:17px;
min-height:450px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:14px;
padding-bottom:15px;
}

#shop td {

}
	
.large-type {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 35px;
	}

.medium-type {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 25px;
	}
	
.small-type {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 20px;
	}	
	
.color {
	color:#BF9800;
	}	

#form {
	margin-top: 5px;
	margin-bottom: 5px;	
}

#form p {
margin: 5px 0 0 0;
}

#form #button {
	font-size: 40px;
}
#footer {
float:left;
clear:left;
padding:5px 0 20px 0;
font-size:14px;

}


.simpleSlide-window {
width:1024px;
height:500px;
position:relative;
overflow-x:hidden;
overflow-y:hidden;
border:1px;
border-color:#000000;
}


.simpleSlide-tray {
width:2000px;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}



.simpleSlide-slide {
	width: 1100px;
	height: 450px;
	float:left;
	display:inline-block;
	opacity:1;
	position: relative;
	line-height:35px;
	
}

.simpleSlide-slide a {
float:right;
margin-right:20px;
	}


.left-button {
background-image:url(images/left-arrow.jpg);
background-repeat:no-repeat;
cursor:pointer;
float:left;
width:35px;
height:20px;
	letter-spacing:-8px;

}




.right-button {
background-image:url(images/right-arrow.jpg);
background-repeat:no-repeat;
	cursor:pointer;
	width:35px;
	height:20px;
	text-align:left;
	margin-left:10px;
	letter-spacing:-8px;
	float:left;
}

#facebook {
margin-left:100px;
height:20px;
width:500px;
}

.simpleSlideStatus-tray {
width:100%;
}

#slidenav {
width:700px;
overflow:hidden
} 
.large-type-lineheight {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 50px;
}
.category {
	float: left;
	width: 200px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.category img:link {
-webkit-transform:scale(0.8); /*Webkit: Scale down image to 0.8x original size*/
-moz-transform:scale(0.8); /*Mozilla scale version*/
-o-transform:scale(0.8); /*Opera scale version*/
-webkit-transition-duration: 1s; /*Webkit: Animation duration*/
-moz-transition-duration: 1s; /*Mozilla duration version*/
-o-transition-duration: 1s; /*Opera duration version*/
opacity: 0.7; /*initial opacity of images*/
margin: 0 10px 5px 0; /*margin between images*/
}
.category img:hover{
-webkit-transform:scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1.1); /*Mozilla scale version*/
-o-transform:scale(1.1); /*Opera scale version*/
box-shadow:0px 0px 20px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:0px 0px 20px gray; /*Safari shadow version*/
-moz-box-shadow:0px 0px 20px gray; /*Mozilla shadow version*/
opacity: 1;

}
.category  p {
	margin-top: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.category p a:link, .category p a:visited {
	color: #666666;
}
.category p a:hover, .category p a:active {
	color: #BF9800;
}

