/*************************** Basic Elements ****************************/

html {
	margin: 0;
	padding: 0;
	}

body {
	background-image: url(../images/site/Background.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
	font-family: Eurostile;
	font-size: 12px;
	line-height:16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p {
	font-family: Eurostile, Georgia, serif;
	font-size: 12px;
	line-height:16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Eurostile, Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}

h2 {
	font-family: Eurostile, Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin:0px 0px 8px 0px;
}

h3 {
	font-family: Eurostile, Georgia, serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	margin: 0px;
	line-height: 16px;
	padding-bottom: 5px;
}

a {
	font-family: Eurostile, Georgia, serif;
	color: #666666;
	text-decoration: underline;
	font-size: 12px;
	line-height: 16px;
}

a:hover {
	font-family: Eurostile, Georgia, serif;
	color: #000000;
	text-decoration: underline;
}

.sectiontitle {
	font-family: Eurostile, Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.divider {
	color:#000000;
	margin:20px 0px;
}

#container {
	background-color: #FFFFFF;
	height: 100%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	position:relative;
}



/*************************** Header Elements ****************************/

#header {
	padding: 0px;
	height: 150px;
	width: 900px;
	border-bottom: thin solid #999999;
	position:relative;
	background-image: url(../images/site/header_logo_right.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#logo {
	float: left;
	height: 150px;
	width: 300px;
	background-position: center center;
	padding: 0px;
}

#navigation {
	height: 30px;
	width: 900px;
	float: left;
	padding: 0px;
	background-color:#FFFFFF;
	border-bottom: thin solid #999999;
}

ul#navigation_bar {
	list-style-type:none;
	position:relative;
	height:30px;
	width:528px;
	margin:0px 0px 0px 352px;
	padding:0px;
	background:url(../images/navigation/main_nav.jpg) 0px 0px no-repeat;
}

ul#navigation_bar span {
	display:none;
}

ul#navigation_bar li {
	display:block;
	list-style-type:none;
	float:left;
	height:30px;
}

ul#navigation_bar li a {
	display:block;
	outline:none;
	height:30px;
}

li#nav_home a {
	display:block;
	width:70px;
}

li#nav_about a {
	display:block;
	width:95px;
}

li#nav_shop a {
	display:block;
	width:90px;
}

li#nav_photos a {
	display:block;
	width:100px;
}

li#nav_blog a {
	display:block;
	width:90px;
}

li#nav_contact a {
	display:block;
	width:83px;
}

li#nav_home a:hover, li#nav_home a:focus, li#nav_home a.current {
	background:url(../images/navigation/main_nav.jpg) 0px -30px no-repeat;
}

li#nav_about a:hover, li#nav_about a:focus, li#nav_about a.current {
	background:url(../images/navigation/main_nav.jpg) -70px -30px no-repeat;
}

li#nav_shop a:hover, li#nav_shop a:focus, li#nav_shop a.current {
	background:url(../images/navigation/main_nav.jpg) -165px -30px no-repeat;
}

li#nav_photos a:hover, li#nav_photos a:focus, li#nav_photos a.current {
	background:url(../images/navigation/main_nav.jpg) -255px -30px no-repeat;
}

li#nav_blog a:hover, li#nav_blog a:focus, li#nav_blog a.current {
	background:url(../images/navigation/main_nav.jpg) -355px -30px no-repeat;
}

li#nav_contact a:hover, li#nav_contact a:focus, li#nav_contact a.current {
	background:url(../images/navigation/main_nav.jpg) -445px -30px no-repeat;
}


#item-previewer-controls {
	text-align: right;
	padding: 2px;
	float: left;
	width: 406px;
}




/*************************** Main Body Container Element - template ****************************/

#content {
	background-color:#FFFFFF;
	height:100%;
	width:900px;
	float: left;
	position:relative;
}



#temporary-home {
	background-color: #FFFFFF;
	width: 860px;
	float: left;
	margin: 0px;
	padding: 20px;
}



/*************************** Home Page Elements ****************************/

#home-content {
	position:relative;
	height: 100%;
	width: 900px;
	background-color:#FFFFFF;
	float: left;
}

.home-video {
	height: 313px;
	width: 501px;
	padding: 20px 200px 20px 199px;
	float:left;
	background-color:#000000;
}

.home-image {
	width:860px;
	padding: 20px;
	float:left;
	
}

#home-one {
	width:273px;
	float:left;
	padding:0px 20px 20px 20px;
}

#home-two {
	width:274px;
	float:left;
	padding-bottom: 20px;
}

#home-three {
	width:273px;
	float:left;
	padding:0px 20px 20px 20px;
}






/*************************** About Page Elements ****************************/



#about-content {
	float:left;
	width: 900px;
	height:100%;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	position:relative;
	background-image: url(../images/about/about_background.jpg);
	background-repeat: repeat-y;
}

#about-left-sidebar {
	float: left;
	width: 225px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

#about-left-sidebar dl {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	color:#000000;
}

#about-left-sidebar dl dt {
	font-family: Eurostile, Georgia, serif;
	color:#000000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	line-height: 24px;
	cursor: default;
	margin:0px;
	padding:25px 0px 5px 0px;
}

#about-left-sidebar dl dd {
	color:#666666;
	text-decoration:none;
	font-size: 12px;
	cursor: default;
	margin:0px;
	padding:2px 0px 0px 13px;
}

#about-left-sidebar dl dt a {
	color:#000000;
	text-decoration:none;
}

#about-left-sidebar dl dd a {
	color:#666666;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

#about-left-sidebar dl dt a:hover {
	color:#666666;

}

#about-left-sidebar dl dd a:hover {
	color:#000000;

}

#about-content-right {
	float: right;
	width: 635px;
	overflow: auto;
	padding: 20px 20px 20px 0px;
}

.aboutcolumn {
	width:200px;
	padding:10px 0px;
	margin:0px;
	float:left;
}


/*************************** Contact Page Elements ****************************/

#photos {
	background-color: #FFFFFF;
	width: 860px;
	height:350px;
	float: left;
	margin: 0px;
	padding: 20px;
}


/*************************** Contact Page Elements ****************************/

#contact-content {
	background-color: #FFFFFF;
	padding: 20px;
	width: 860px;
	line-height: normal;
	vertical-align: top;
	float:left;
	position:relative;
}

#contact-form {
	height: 100%;
	width: 370px;
	padding: 0px;
}

.contact-form {
	border: thin solid #666666;
	background-color:#FFF;
}

.contact.button {
	background-color:#666666;
}

#contact-right {
	float: right;
	height: 500px;
	width: 438px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 10px;
}

#thankyou {
	width:860px;
	height:250px;
	padding:20px;
	background-color: #FFFFFF;
}






/*************************** Store Page Elements ****************************/


#shop-container {
	background-color: #FFFFFF;
	height: 350px;
	width: 860px;
	float: left;
	margin: 0px;
	padding: 20px;
}



#item-description {
	float: left;
	background-color: #FFFFFF;
	width: 430px;
}

#item_wrapper {
	background-color: #FFFFFF;
	width: 410px;
	float: right;
}

#item-image {
	float: left;
	width: 410px;
}

.buyme {
	float:left;
	vertical-align:bottom;
}

#store_description {
	float: left;
	margin-bottom: 20px;
}

.thumb_container {
	width:860px;
	float: left;
}

ul#item_thumbs {
	margin:0;
	padding: 0;
}

ul#item_thumbs li {
	list-style:none;
	width:100px;
	margin:0px 30px 30px 0px;
	background-image:none;
	text-align:center;
	letter-spacing:1px;
	font-size:11px;
	font-weight:bold;
	font-family: Eurostile, Georgia, serif;
	color: #666666;
	text-decoration: none;
	float: left;
}

ul#item_thumbs a {
	color:#333;
	display:block;
	font-family: Eurostile, Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

ul#item_thumbs a:hover {
	text-decoration:none;
	color:#3366FF;
}

ul#item_thumbs img {
	display:block;
	margin:0 auto 5px;
}



/*************************** Footer Elements ****************************/


#footer {
	float:left;
	background-color: #FFFFFF;
	height: 130px;
	width: 900px;
	border-top: thin solid #999999;
}

#footer-nav {
	float: left;
	height: 70px;
	width: 590px;
	font-family: Eurostile, Georgia, serif;
	font-size: 12px;
	color: #666666;
	padding: 20px 0px 10px 10px;
}

#footer-nav a {
	text-decoration: none;
	color: #666666;
	font-family: Eurostile, Georgia, serif;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}

#footer-nav a:hover {
	text-decoration: none;
	color: #000000;
	font-family: Eurostile, Georgia, serif;
	font-size: 12px;
}

.footer-share {
	font-family: Eurostile, Georgia, serif;
	font-size:12px;
	padding:0px 10px;
	color:#666666;
}

#footer-pagename {
	float: left;
	height: 100px;
	width: 300px;
}

#footer-caption {
	float:left;
	height: 30px;
	width: 900px;
	font-family: Eurostile, Geneva, Helvetica, Arial, sans-serif;
	color: #CCCCCC;
	font-size: 10px;
	background-color:#FFFFFF;
}

#footer-caption-left {
	float: left;
	width: 280px;
	text-align: left;
	padding-left:20px;
}

#footer-caption-center {
	float: left;
	width: 300px;
	text-align: center;
}

#footer-caption-right {
	text-align: right;
	float: left;
	width: 280px;
	padding-right:20px;
}
