/*___________RESET CSS___________*/
body, h1, h2, h3, img, ul, ol, li, p, fieldset{border:none; margin:0; padding:0}

/*___________Structure - BASIC DESIGN CSS___________*/
body{background:url(images/bg.jpg)}

#container{background:url(images/sidebar_block.jpg) repeat-y}
	#container_two{background:url(images/top_bg.jpg) no-repeat; min-height:600px; min-width:900px}

a.logo{height:115px; left:30px; position:absolute; text-decoration:none; top:20px; width:116px}
	a.logo span{visibility:hidden}
	a.logo:hover{background:url(images/logo.jpg) no-repeat}

	/*___________Structure - NAVIGATION CSS___________*/
	#navigation{height:100%; position:absolute; width:170px}
		#navigation ul{left:32px; position:relative; top:188px}
			#navigation ul li{height:25px; list-style:none; width:128px}
				#navigation ul li a{display:block; height:25px; text-decoration:none; width:128px}
					li.belts{}
						li.belts a:hover{background:url(images/belts_button.jpg) no-repeat -8px -4px}
					li.new_designs{position:relative; top:24px}	
						li.new_designs a:hover{background:url(images/new_button.jpg) no-repeat -8px -5px}
					li.bags{position:relative; top:46px}
						li.bags a:hover{background:url(images/bags_button.jpg) no-repeat -9px -4px}
					li.events{position:relative; top:62px}
						li.events a:hover{background:url(images/events_button.jpg) no-repeat -8px -1px}
					li.story{position:relative; top:83px}
						li.story a:hover{background:url(images/story_button.jpg) no-repeat -7px 1px}
					li.order{position:relative; top:102px}
						li.order a:hover{background:url(images/order_button.jpg) no-repeat -7px -1px}
	
	li.order a span, li.belts a span, li.new_designs a span, li.story a span, li.events a span, li.bags a span{visibility:hidden}					


	/*___________Structure - CONTENT CSS___________*/	
	#header{height:75px; padding:74px 0 0 211px; visibility:hidden}
	#content{margin:0 0 0 200px; min-width:800px; padding:0 0 25px}
	
	/*___________Structure - FOOTER CSS___________*/
	#footer{background:#21130e; color:#fff; padding:5px; text-align:center}
		#footer p{padding:5px 0}
			#footer a{color:#fff; text-decoration:none}
				#footer a:hover{color:#ccc}
				
/*___________GLOBAL CSS___________*/
.clr{clear:both}
.float_left{float:left}
.float_right{float:right}
.center{text-align:center}
.bold{font-weight:bold}

/*___________ORDER PAGE - SPECIFIC CSS___________*/
#order_left_right_container{margin:0 auto; width:900px}
	#order_left{float:left; margin:0 20px 0 0; width:300px}
	#order_right{border:2px solid #000; float:left; min-width:530px; padding:15px}
		.order_right-list{float:left; margin:0 40px 0 0; width:200px}
			.order_right-list p{margin:5px 0 0 25px}
			.order_right-list ul{margin:0 0 0 25px}
				.order_right-list ul li{margin:0 0 10px}
		.form_field{float:left; margin:0 0 0 20px}
		.form_field input, .form_field textarea{margin:0 0 10px}

#order_bottom{margin:0 auto; padding:10px; width:900px}
	.feature_list{float:left; margin:0 25px 0 15px; width:255px}
		.feature_list li{margin:0 0 25px}
	.image_container{float:left; margin:0 0 0 75px; width:500px}
		.image_container img{margin:5px}
	
@charset "utf-8";

.page-title {
	font: 175% Times New Roman, serif;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
	margin-right: 100px;
	}
	
.page-description {
	font-size: 50%;
	margin: 10px auto 30px auto;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 150%;
}

/*---------BEGIN MY CSS-----------*/
a#logo {
	background: url(logo.jpg) no-repeat;
	background-position: 0px -115px;
	position: absolute;
	top: 20px;
	left: 30px;
	display: block;
	height:115px;
	width: 116px;
	z-index: 4;
}
a#logo:hover {
	background: url(logo.jpg);
	background-position: 0px 0px;
	}
	
/*------ MENU ------*/
a#belts_button {
	position: absolute;
	top: 184px;
	left: 24px;
	display: block;
	height: 29px;
	width: 135px;
	background: url(images/belts_button.jpg) no-repeat;
	background-position: 0px -29px;
	z-index: 4;
}

a#belts_button:hover {
	background-position: 0px 0px;
}
#new_button {
	position: absolute;
	top: 232px;
	left: 24px;
	display: block;
	height: 32px;
	width: 135px;
	background: url(images/new_button.jpg) no-repeat;
	background-position: 0px -32px;
	z-index: 4;
}
a#new_button:hover {
	background-position: 0px 0px;
}
#bags_button {
	position: absolute;
	top: 280px;
	left: 23px;
	display: block;
	height: 28px;
	width: 137px;
	background: url(images/bags_button.jpg) no-repeat;
	background-position: 0px -28px;
	z-index: 4;
}
a#bags_button:hover {
	background-position: 0px 0px;
}
#events_button {
	position: absolute;
	top: 324px;
	left: 24px;
	display: block;
	height: 32px;
	width: 135px;
	background: url(images/events_button.jpg) no-repeat;
	background-position: 0px -32px;
	z-index: 4;
}
a#events_button:hover {
	background-position: 0px 0px;
}
#story_button {
	position: absolute;
	top: 372px;
	left: 25px;
	display: block;
	height: 26px;
	width: 137px;
	background: url(images/story_button.jpg) no-repeat;
	background-position: 0px -28px;
	z-index: 4;
}
a#story_button:hover {
	background-position: 0px 0px;
}
#order_button {
	position: absolute;
	top: 414px;
	left: 25px;
	display: block;
	height: 30px;
	width: 133px;
	background: url(images/order_button.jpg) no-repeat;
	background-position: 0px -30px;
	z-index: 4;
}
a#order_button:hover {
	background-position: 0px 0px;
}

/*----HOME PAGE----*/
#home_splash {
	border: 2px solid black;
}

#home_side1 {
	position: absolute;
	top: 21px;
	right: 91px;
	border: 2px solid black;
}
#home_side2 {
	position: absolute;
	top: 204px;
	right: 91px;
	border: 2px solid black;
}
#home_side3 {
	position: absolute;
	top: 387px;
	right: 91px;
	border: 2px solid black;
}

.home_pics {
	width: 110px;
}

#home_text {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
/*--------STORY--------*/
#story {
	float: left;
	width: 59%;
	margin-right: 35px;
	font-weight: normal;
	text-align: justify;
}
#story_image {
	float: left;
	border: 2px solid black;
	margin-top: -78px;
}

/*------EVENTS-----------*/
.events_div {
	width: 90%;
	border: 1px solid black;
	margin: 10px auto;
	margin-bottom: 40px;
}

.events_div_header  {
	background: #21130e;
	color: #EEEEEE;
	float: left;
	width: 100%;
	text-align: left;
	font-weight: bold;
}
.event_line {
	background: #EEEEEE;
	float: left;
	border-bottom: 1px solid black;
	padding: 5px 0 10px 0;
	width: 100%;
}

.event_left {
	float: left;
	width: 360px;
	margin: 5px 25px 5px 10px;
	height: 100%;
}

.event_right {
	margin: 5px 0 0 275px;
	}
	

.event_title  a{
	text-decoration: none;
	color: #356AA0;
	text-align: center;
}

div.event_title {
	text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
}

.where {
font-size: 80%;
}

/*-------- CONTACT / ORDER ---------*/
#contact_form {
	float: left;
	width: 500px;
	background: none;
	height: 200px;
	margin: 0 25px 15px 0px;
	padding: 15px;
	border: 1px solid black;
}

#order-top {
	float: left;
	width: auto;
	margin: 15px 0 0 0;
	text-align: center;
}
#order-left {
	float: left;
	margin: 0 50px;
	width: 280px;
}

#order-left img {
	width: 250px;
}

#order-right {
	text-align: left;
	float: left;
	border: 2px solid black;
	margin-left: 0;
	width: 500px;
	font-size: 80%;
	font-weight: normal;
	padding: 10px;
}

#order-right-left {
width: 240px;
float: left;
}

#order-right-left ul {
	text-indent: 0;
	padding: 10px 0 0 15px;
	margin: 0;
	}
	
#order-right-left li {
	margin-bottom: 5px;
	}

#order-right-right {
	float: left;
	width: 225px;
	margin-left: 25px;
}

#order-bottom {
	font-size: 80%;
	font-weight: normal;
	margin-top: 30px;
	text-align: left;
}

#order-bottom-left {
	float: left;
	margin-right: 30px;
	width: 30%;
}

#order-bottom-right {
	float: left;
	margin-left: 0px;
	text-align: center;
	width: 500px;
}

/*-------Galleries---------*/
.gallery-holder {
	padding: 15px;
	font-size: 75%;
	text-align: center;
	width: 730px;
	margin: 0 auto;
	}

.gallery-holder img {
	border: 1px solid black;
	}

.tagline {
	font-style: italic;
}

.details {
	font-size: 90%;
	}

.gallery-line {
	text-align: center;
	float: left;
	width: auto;
	margin-left: 0px;
	margin-bottom: 15px;
}

.gallery-item {
	text-align: center;
	float: left;
	margin: 0 5px 0 5px;
	width: 200px;
	}

.gallery-item img {
	width: 200px;
	height: 133px;
	}
	
/*--------BELTS----------*/
#notes {
	width: 80%;
	margin: 90px 125px 0 auto;
	background: #21130e;
	color: #fbfbfb;
	border: 1px solid black;
	font-size: 85%;
	font-weight: normal;
}

#guide {
	margin: 5px auto;
	background: #21130e;
	border: 1px solid black;
	font-size: 85%;
	font-weight: normal;
	color:#fbfbfb;
	width: 100px;
	height: 30px;
	text-align: center;
}
#guide a {
	display: block;
	height: 15px;
	width: 100px;
	font-size: 75%;
	text-decoration: none;
	color: #fbfbfb;
	margin: 2px 0 0 0;
	}
	
#guide_info {
	display: none;
	font-weight: normal;
	text-align: left;
}

.guide-title {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 10px;
	}
	
#pockets {
	text-align: left;
	line-height: 250%;
	font-weight: normal;
	font-size: 90%;
	}
/*--------FOOTER ---------*/
#footer a {
	text-decoration: none;
	color: #FFFFFF;
	}
	
#footer a:hover {
	color: #CCCCCC;
	}
	
.medium, .small, .large, .large-inside {
	cursor: default;
	}

/*--------LAST--------*/
a {
	outline: none;
}
