/********************************************/
/***               Reset                  ***/
/********************************************/
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	border: 0;
	outline: none;
} 

/********************************************/
/***               Global                 ***/
/********************************************/
body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #181818;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center 0;
}

h1 {margin-bottom: 10px;font-size: 22px;color: #f56666;letter-spacing: 1pt;font-family: 'arial narrow';font-weight: normal}
h2 {
	font-size: 16px;
	color: #f0f0f0;
	letter-spacing: 1pt;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
h3 {
	color: #f56666;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, Geneva, sans-serif;
}

img.border {border: 2px solid #fff}
img.borderHover {border: 2px solid #d9d9d9;text-decoration: none}/*** Color ***/
img.borderHover:hover {border: 2px solid #b86303}
img.floatRight {margin: 10px 10px 10px 15px;border: 2px solid #353535}
img.floatLeft {
	margin: 15px 15px 10px 0;
	border: 2px solid #d9d9d9
}
.clear {clear: both}
.displayNone {display:none}
.floatRight {float: right}
.floatLeft {float: left}

p {
	padding-bottom: 20px;
	line-height: 18px
}
p.single {padding: 3px 10px 0 0}
ul {list-style-type: none}
ul {padding-bottom: 10px}
li.bullet {margin: 5px 0;padding: 0 10px;background: url(../images/bullet.png) no-repeat;background-position: 0 7px}
li.bulletFooterCheck {background: url(../images/bullet_footer_check.jpg) no-repeat;height: 18px;margin: 10px 0;padding: 1px 0 0 30px}
li.bulletCheck {background: url(../images/bullet_check.jpg) no-repeat;height: 18px;margin: 10px 0;padding: 1px 0 0 30px}
li.bulletFooter {margin: 5px 0;padding: 0 10px;background: url(../images/bullet_footer_grey.jpg) no-repeat;background-position: 0 7px}

ol {padding: 7px 0 7px 20px}
ol li {font-size: 17px;fon-weight: bold;font-family: Georgia, "Times New Roman", Times, serif;color: #f56666}/*** Color ***/
ol p {font-size: 13px;fon-weight: normal;font-family: Arial, Helvetica, sans-serif;color: #fff}

/***** Blockquotes *****/
blockquote {padding: 10px;display: block;width: 225px;text-align: right;color: #b86303;font-family: Georgia, "Times New Roman", Times, serif;font-size: 20px;font-style: italic;letter-spacing: 1pt}
blockquote p {line-height: 23px}
blockquote em {color: #b86303;font-size: 24px}/*** Color ***/
blockquote em.first {padding-right: 3px}
blockquote em.last {padding-left: 3px}
blockquote a {border-bottom: none}

/********************************************/
/***           Links & Buttons            ***/
/********************************************/
a {color: #fd2323;text-decoration: none}
a:hover {text-decoration: underline}

/********************************************/
/***              Masthead                ***/
/********************************************/
#masthead {margin: 0;padding: 0;background: #0e0e0e;width: 100%;position: relative;height: 65px;text-align: left}
.headerLeft {padding: 10px 0 0 35px}
.headerRight {padding: 25px 55px 0 0 ;float: right}
ul.mainNav {list-style-type: none}
ul.mainNav li {display: inline;font-size: 13px;color: #333}
ul.mainNav a {padding: 0 15px;font-size: 17px;color: #fff;text-decoration: none}
ul.mainNav a:hover {color: #c60202}

/********************************************/
/***               New Menu                 ***/
/********************************************/

.menu a, .menu a:active {
	background-color: #0F0;
}

.menu {
	width:894px;
	height:32px;
	position:relative;
	z-index:100;
	border-right:1px solid #000;
	font-family:arial, sans-serif;
	margin: auto;
	
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:894px; w\idth:895px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {
	float:left;
	width:149px;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#FFF;
	width:138px;
	height:30px;
	padding-left:10px;
	line-height:29px;
	font-weight:bold;
	background-color: #333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	border-left-width: 1px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(../images/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(../images/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(../images/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#b7d186;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#b7d186;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/********************************************/
/***               Footer                 ***/
/********************************************/
#footer {position: absolute;bottom: 0;left: 0;width: 100%;height: 36px;background: #0e0e0e;text-align: left;border: 1px solid #0E0E0E}
#footer p {padding: 12px 0 0 50px}

/********************************************/
/***          Content Wrappers            ***/
/********************************************/
#content {
	text-align: left;

}

#textContent {
	margin: 35px auto;
	width: 900px;
	text-align: left;
	background: url(../images/content_bg.png) repeat-y
}
.innerContent {padding: 15px}

.twoColRight {float: right;width: 420px}
.twoColLeft {width: 420px}


/********************************************/
/***           Photo Gallery              ***/
/********************************************/
#gallery {/*width: 900px*/
	font-family: Arial, Helvetica, sans-serif;
}
#thumbSlider {padding-top: 7px;height: 116px;bottom: 15px;left: 0;width: 100% !important;text-align: center;position: absolute;background: #262626}
#thumnSliderCenter {margin: 0 auto;width: 781px}
#thumbSlider div.thumbNextButton {float: left;width: 36px;height: 90px;background: transparent url(../images/thumbnail_right_arrow.jpg) no-repeat top left;cursor: pointer}
#thumbSlider div.thumbNextButton:hover {float: left;width: 36px;height: 90px;background: transparent url(../images/thumbnail_right_arrow.jpg) no-repeat top right}
#thumbSlider div.thumbPreviousButton {float: left;width: 36px;height: 90px;background: transparent url(../images/thumbnail_left_arrow.jpg) no-repeat top left;cursor: pointer}
#thumbSlider div.thumbPreviousButton:hover {float: left;width: 36px;height: 90px;background: transparent url(../images/thumbnail_left_arrow.jpg) no-repeat top right}
#thumbSlider div.wrap {overflow: hidden;position: relative;float: left}
#thumbSlider ul {float: left;height: 79px;overflow: hidden;padding: 5px 0;position: relative;margin: 0px}
#thumbSlider ul li {float: left;position: relative;width: 88px;list-style-image: none;list-style-position: outside;list-style-type: none}
#thumbSlider ul li.on a {background-color: #000000;border: 0 none;margin: 2px;opacity: 1}
#thumbSlider ul li a {display: block;height: 75px;width: 75px;overflow: hidden;border: 2px solid #262626;cursor: pointer;opacity: .3}
#thumbSlider ul li a:hover {border: 2px solid #595959}
#thumbSlider ul li.on a:hover {border: none}
#thumbSlider ul li.on a em {}
#thumbSlider ul li a em {display: block;height: 100%;width: 100%}
#thumbSlider ul li a em span {display: none}
/*---------------------------------*/
.largePhoto {
	font-size: 0;
	overflow-x: hidden;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.largePhoto img {border: 3px solid #272727}
.largePhoto img:hover {border: 3px solid #4b4b4b}
.largePhoto div.largePreviousButton, .largePhoto div.largeNextButton {cursor: pointer;float: left;display: block;height: 34px;width: 34px;margin: 0;outline-color: -moz-use-text-color;outline-style: none;outline-width: medium}
.largePhoto div.largeNextButton {width: 34px;height: 34px;background: transparent url(../images/gallery_right_arrow.png) no-repeat top left;margin-top: 200px}
.largePhoto div.largeNextButton:hover {width: 34px;height: 34px;background: transparent url(../images/gallery_right_arrow.png) no-repeat top right}
.largePhoto div.largePreviousButton {width: 34px;height: 34px;background: transparent url(../images/gallery_left_arrow.png) no-repeat top left;margin-top: 200px}
.largePhoto div.largePreviousButton:hover {width: 34px;height: 34px;background: transparent url(../images/gallery_left_arrow.png) no-repeat top right;margin-top: 200px}
#loader.loading {background: url(../Images/spinner.gif) no-repeat center center;position: absolute;left: 300px;top: 250px;height: 16px;width: 16px}
#largePhotoCon {
	float: left;
	padding: 0px 12px
}

/********************************************/
/***            Slider Menu               ***/
/********************************************/
.catButton {margin-top: 35px;left: 0;position: absolute;z-Index: 9999}
.catButton #catImage {position: absolute}
.catButton #slider {position: absolute;left: -250px}

/********************************************/
/***           Contact Forms             ***/
/********************************************/
#contactPage {height: 410px}

.contactInfo {margin-top: 25px;float: right;width: 275px}
.contactInfo ul {margin-top: 15px}
.contactInfo ul li {margin: 0 0 3px 0}

.contactForm {margin: 0 0 30px 0;padding: 25px 0 3px 10px;width: 540px}
.contactForm label {float: left;width: 120px;margin-left:1em;color: #fff}
.contactForm input {margin-bottom: 5px;padding-left: 3px;width: 370px;height: 24px;background: #fff url(../images/textarea_bg.gif) no-repeat}
.contactForm textarea {padding-left: 3px;width: 370px;height: 130px;background: #fff url(../images/textarea_bg.gif) no-repeat;border: none}
.contactForm select {margin: 0 0 5px 0;padding: 3px 0;width:370px;background: #fff;border: none}
.contactForm option {}
.contactForm #submitButton {margin: 5px 0 0 133px;width: 375px;height: 30px;text-transform: uppercase;letter-spacing: 1pt;font-family: Arial, Helvetica, sans-serif;background: #9e9e9e;border: 1px solid #b3b3b3;cursor: pointer}
.contactForm #submitButton:hover {color: #eae9e8;background-color: #605b5a;border: 1px solid #4b4745}
/************ Success & Error Messages *****************/
.success {margin: 45px 0 0 0;text-align: center;width: 540px;background: #D9E7CD;border: 1px solid #87C445}
.success h3 {margin: 0;padding: 12px 0 3px 0;font-family: 'Arial Black';font-size: 17px;color: #495E16;text-transform: uppercase;letter-spacing: 1pt;background: none;border: none}
.success p {color: #333}
.error {margin: 3px 0 1px 135px;color: red}
.phpError {padding-left: 5px;;color: red}
.required {padding-left: 3px;color: #8f0101;font-weight: bold}
.requiredNote p {margin: 20px 0 0 0;padding: 0px;color: #fff}
.loading {margin: 0 0 0 260px}

/********************************************/
/***            Extras Page               ***/
/********************************************/
#extras ul {padding-left: 10px}s
#extras h3 span {padding-left: 5px;font-size: 12px;font-weight: normal;color: #333}

#purchaseNow {height: 40px;background: url(../images/purchase_now_bg.jpg) repeat-x;text-align: left}
#purchaseNow a {margin-left: 100px;background: none;border: none}
img.floatLeft2 {
	margin: 15px 15px 10px 0;
	border: 2px solid #d9d9d9
}
.floatLeftCopy {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 0px solid #d9d9d9;
}
#content #videoContent #FlashIDmovies {
}
.movie {
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 525px;
	width: 730px;
}
.oneColCenter {
	width: 870px;
	height: 497px;
	
	
}
