@charset "UTF-8";

body {
	color: #000;
	background: #58595b url(../images/bgd.gif) repeat-x center center;
	font: 12px/150% "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	direction: ltr;
	text-align: left;
	text-decoration: none;
	text-transform: none;
}

* {
	margin: 0;
	padding: 0;
}

/* @group general */

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

a:hover, a:active, a:focus {
	text-decoration: underline;
}

img {
	border: none;
}

#border {
	padding: 0px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
}

#box {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	top: 0px;
	position: relative;
	left: 0;
}

#footer {
	width: 100%;
	font-size: 10px;
	text-align: right;
	color: #FFF;
	padding: 0;
	line-height: 13px;
	vertical-align: middle;
	height: 30px;
	margin: 15px 0 0;
}

#footer a {
	color: #a9a9a9;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #F90;
}

#footer p {
	float: right;
	display: inline;
	padding: 0;
	margin: 0 10px 0 0;
	color: #999;
}

#footer p a img {
	vertical-align: -4px;
}
/* @end */

#header {
	left: 0px;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	margin-top: 30px;
}


#header img.onlineStore {
	margin-top: 10px;
	float: right;
}

#header img.logo {
	margin: 0;
	float: left;
}

#banner {
	height: 523px;
	width: 100%;
	margin-bottom: 15px;
}

#box > #banner {
	margin: 0 0 15px;
}

#flashcontent {
	float: left;
	display: inline;
	position: relative;
	top: 0;
	left: 0;
}

#flashcontent img {
	float: left;
}

#flashcontent strong {
	margin-top: -50px;
	margin-left: 20px;
	float: left;
	color: #000;
}

/* nav */

/* @group nav */

#nav {
	width: 100%;
	height: 51px;
}

#nav ul.navUL {
	list-style-type: none;
}

#nav ul.navUL li {
	display: block;
	float: left;
	margin-right: 20px;
}

#nav ul.navUL li a {
	display: block;
	float: left;
	text-indent: -999em;
	behavior: url(scripts/iepngfix.htc)
}

/* nav custom class */

#nav ul.navUL li.story a {
	background: url(../images/nav-story.png) no-repeat 0 0;
	width: 112px;
	height: 51px;
}

#nav ul.navUL li.story a:hover {
	background: url(../images/nav-story.png) no-repeat 0 -52px;
}

#nav ul.navUL li.story a.active {
	background: url(../images/nav-story.png) no-repeat 0 -104px;
}

#nav ul.navUL li.gallery a {
	background: url(../images/nav-gallery.png) no-repeat 0 0;
	width: 126px;
	height: 51px;
}

#nav ul.navUL li.gallery a:hover {
	background: url(../images/nav-gallery.png) no-repeat 0 -52px;
}

#nav ul.navUL li.press a {
	background: url(../images/nav-press.png) no-repeat 0 0;
	width: 106px;
	height: 51px;
}

#nav ul.navUL li.press a:hover {
	background: url(../images/nav-press.png) no-repeat 0 -52px;
}

#nav ul.navUL li.contact a {
	background: url(../images/nav-contact.png) no-repeat 0 0;
	width: 115px;
	height: 51px;
}

#nav ul.navUL li.contact a:hover {
	background: url(../images/nav-contact.png) no-repeat 0 -52px;
}

#nav ul.navUL li.home a {
	background: url(../images/nav-home.png) no-repeat 0 0;
	width: 85px;
	height: 51px;
	float: right;
}

#nav ul.navUL li.home {
	float: right;
	margin-right: 0;
}

#nav ul.navUL li.home a:hover {
	background: url(../images/nav-home.png) no-repeat 0 -52px;
}

/* @end */

#content {
	height: 523px;
	width: 100%;
	margin-bottom: 15px;
	background-color: #FFF;
	text-align: left;
}

#content .cont_area {
	width: 500px;
	display: inline;
	margin-top: 20px;
	color: #333;
	margin-left: 20px;
	float: left;
	clear: left;
	text-align: justify;
}

#content div.gallery {
	width: 860px;
	display: inline;
	margin-top: 0;
	color: #333;
	margin-left: 20px;
	float: left;
	clear: left;
}

#content .cont_area p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content .photo {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	clear: none;
}

#content h1 {
	margin-top: 20px;
	margin-left: 20px;
	display: inline;
	float: left;
}

span.label,span.spacer,span.multiple span {
	width: 120px;
	float: left;
	clear: left;
}

#content div.cont_area form div {
	margin-bottom: 6px;
}

#content div.cont_area form div input {
	border: 1px solid #bfbfbf;
	padding: 2px;
}

#content div.cont_area form div span.button input {
	border-style: none;
}

span.multiple {
	float: left;
}

span.button {
	padding-left: 185px;
}

div.clear {
	clear: both;
	padding-top: 5px;
}

/* @group My Group */

.stepcarousel {
	position: relative;
/*leave this value alone*/
	overflow: scroll;	
/*leave this value alone*/
	width: 800px;
/*Width of Carousel Viewer itself*/
	height: 430px;
	border: 20px solid #FFF;
}

.stepcarousel .belt {
	position: absolute;
	top: 0;
	left: 0;
}

.stepcarousel .panel {
	float: left;
/*leave this value alone*/
	overflow: hidden;
/*clip content that go outside dimensions of holding panel DIV*/
	margin: 0 10px 10px;
/*margin around each panel*/
	/*width: 278px;*/
/*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#mygallery div.belt div.panel img {
	float: left;
	display: block;
}



/* @end */