@font-face {
	font-family: Wedding;
	src: url('fonts/LCALLIG.TTF');
}

body {
	margin: 0;
	padding: 0;	
	width: 100%;
	background: #f9efe3 url(/images/site/bg2.png);
	font-family: 'Lucida Grande';
	font-size: 13px;
}

html, body {
	 height: 100%;
}

body a {
	text-decoration: none;
	color: #000;
}

body a:hover {
	text-decoration: underline;
}

br {
	margin: 0;
	padding: 0;
}

div.box {
	background: none;
	font-size: 13px;
}

.rounded-5 {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-bottomright: 5px;
}

.rounded-top-5 {
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius-topright: 5px;
}


.rounded-bottom-5 {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-radius-bottomright: 5px;
}

#header {	
	background: #871628 url(/images/site/headerbg.png);	
	position: relative;
	width: 100%;
	border-bottom: 0;
	height: 126px;
	padding-top: 10px;
}

.header_controls {
	text-align: right;
	margin-top: 10px;
}

.header_controls ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.header_controls ul li {
	float: right;
	padding: 5px 15px; 5px 15px;
	margin-right: 5px;
	font-size: 16px;
}

.header_controls ul li:hover {
	background: #000;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-bottomright: 5px;
}

.header_controls ul li a {
	font-size: 15px;
	color: #f2f2f2;
}

.header_controls ul li a:hover {
	color: #fff;
	text-decoration: none;
}

.header_controls ul li.selected {
	background: #000;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-bottomright: 5px;	
}

#container {
	min-height: 100%;	
}

#stage {
	position: relative;
	width: 950px;
	margin: 0px auto auto auto;
	height: 100%;
	text-align: left;
	color: #232323;
	font-size: 12px;	

}

.posterbox {
	margin-bottom: 10px; margin-top: -35px; background: #fff; padding: 5px 0px; height: 240px; border: 1px solid #bcb191;
	-moz-box-shadow: 0 1px 15px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.6);
}

.product_finder {
	position: relative;
	z-index: 99;
	font-weight: normal; color: #000; 
	text-align: left; 
	font-size: 13px; 
	padding: 20px;
	background: #eee;
	margin-left: 5px;
	height: 200px;
	width: 240px;
}

.product_finder h3 {
	color: #000;
	margin-bottom: 5px;
	font-weight: bold
}

.sidebox {
	background: #fff; z-index: 0; border: 0px solid #ccc;
	padding: 5px;
}

.sidebox-content {
	background: #f6f6f6; width:255px; padding-left: 5px;
	border-top: 1px solid #fff;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.popular-box {
	padding-left: 5px; padding-right: 0px; padding-top: 10px; padding-bottom: 10px; width: 255px;
}

.latest-title {
	padding-left: 15px; padding-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}

.by_category_title {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	padding: 10px 15px; 
	background: #eee;
	color: #000;
	width: 228px;
	opacity: 1.0;
	background: -moz-linear-gradient(top, #EEE, #DDD 50%, #CCC 90%, #CCC);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEE), color-stop(.5, #DDD), color-stop(.5, #CCC), to(#CCC)); 
	border: 1px solid #ccc;
	
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

ul.category_list {
	width: 230px;
	float: left;
	padding: 5px 0px;
	padding-left: 10px;
	list-style-type:none;
	margin:0;
}

ul.category_list li {
	float: left;
	padding: 8px 8px 8px 0px;
}

ul.category_list li a {
	font-weight: normal;
	font-size: 13px;
	color: #000;
	border-bottom: 1px dotted #ccc;
}

ul.popular {
	list-style-type: none;
	padding:0;
	margin:0;
}

ul.popular li {
	float: left;
	margin: 6px;
}

.back,
.next {
	font-size: 20px; width: 50px; font-family: Georgia; padding: 0px; padding-bottom: 2px;
}

.thumb {
	width: 50px;
	height: 50px;
	background: #c99999;
	float: left;
}

.sidebar {
	width: 180px; background: none; background:#FFF url(/images/layout/tabs_link_bg.gif) repeat-y scroll 100% 50%;
}

.contact-form {
	float: left; width: 640px; height: 450px; padding-top: 15px; border-top: 1px solid #ddd;
}

table {
	margin-bottom: 10px;
}

.title {
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 0px 0px;
}


h2.pagetitle {
	font-size: 19px;
	margin-bottom: 10px;
}

.notice {
	padding: 10px; background: #fffd8b; border: 1px solid #edb51c; margin-bottom: 15px;
}

#footer {
	position: relative;
	width: 100%;
	margin: 50px auto;
	color: #000;
	font-size: 12px;
	text-align: center;
	height: 126px;
	/* background: #871628 url(/images/site/headerbg.png); */
}

.textfield {
	width: 300px;
	padding: 4px;
	font-size: 12px;
	border: 1px solid #ccc;
}

.select {
	width: 310px;
	padding: 4px;
	font-size: 12px;
	border: 1px solid #ccc;
}

.textarea {
	padding: 4px;
	font-size: 12px;
	border: 1px solid #ccc;
	width: 300px;
	height: 150px;
}

ul.product-list {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left: 0px;
	padding-left: 0px;
	width: 100%;
}	

ul.product-list li {
	float: left;
	border: 1px solid #eee;
	padding: 15px;
	width: 272px;
	margin: 5px 0px 5px 10px;
	
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
}

.rounded {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;	
}

.search {
	padding: 10px; background: #f2f2f2; border: 1px solid #ddd;
	text-align: center;
}

.stepcarousel {
	position: relative; /*leave this value alone*/
	border: 0px solid black;
	overflow: scroll; /*leave this value alone*/
	width: 650px; /*Width of Carousel Viewer itself*/
	height: 165px; /*Height should enough to fit largest content's height*/
	background: none;
	margin-left: 12px;
}

.stepcarousel-nav {
	margin-top: 15px; margin-right: 15px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	background: none;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px 10px 0px 0px; /*margin around each panel*/		
	background: none;
	height: 165px;
	width: 155px;
	color: #000;	
	text-align: center;
}

.stepcarousel .panel img {
	border: 1px solid #ccc;
}	

.photo_link a,
span.photo_link {
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
}

.white-panel {
	background: #f9f9f9; color:#000; border-top: 1px solid #fff; border-bottom: 1px solid #ddd; padding: 15px; min-height: 529px;
}

ul.career {
	list-style-type: none;
	padding: 0px; margin: 0px;
}

ul.career li {
	border-bottom: 1px solid #ddd; padding: 15px 15px; background: #f2f2f2;
}

ul.career li strong {
	font-size: 16px;
}

ul.services {
	list-style-type: none;
	padding: 0;
	margin:  0;
	text-align: center;
	margin: 0 auto;
	padding-left: 90px;
}

ul.services li {
	float: left;
	margin-left: 15px;
	height: 50px;
	width: 180px;
	font-size: 15px;
	padding: 8px 12px;
	margin-bottom: 15px;
	background: #eee;
	border: 1px solid #ddd;
	
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
}

/*Make sure your page contains a valid doctype at the top*/

#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 0px solid darkred;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}

.tooltip {
	display:none;
	background: transparent url(/images/site/black_arrow.png);
	font-size: 12px;
	height: 70px;
	width: 160px;
	padding: 25px;
	color: #fff;	
}