/* imports */
@import "reset_new.css"/**/;
/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #a49b84;
	line-height: 1.5em;
}

a, a:link, a:visited {
	font-weight: bold;
	color:#9ca254;
	text-decoration:none;
	line-height: 1.5em;
}

a:hover {
	border-bottom:1px dashed;
    color:#7A7F3F;
}

p, ul, ol, dl, dd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.5em;
	margin:0pt 0pt 1.5em;
}

ul li {
list-style-image:url(img/bullet.gif);
}

em {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #b07837;
}

strong {
	font-weight: bold;
}

#bottom ul, #bottom ol, #content ul, #content ol {
	list-style-position:inside;
	list-style-type:disc;
}

h1, h2, h3, h4, h5, h6, dt {
	font-weight: normal;
	color: #b07937;
	margin-bottom: .5em;
	line-height: 1.25em;
}

h1,h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.50em;
	font-style: italic;
}

h2 {
	border-bottom:1px dashed #51473A;
	padding:10px 0 5px;
    margin:0 0 40px;
}

h3 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.667em;
	font-style: italic;
}

h4 {
	font-size:1.500em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

h5, dt { 
	font-size: 1.333em;
	color:#536e6e;
	font-weight:bold;
}

h6 { 
	font-size: 1.167em;
}


#containerwrap {
	background-attachment: scroll;
	background-image: url(img/pageback.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	padding-bottom: 40px;
	float: left;
	width: 100%;
}

#container {
	width: 960px;
	margin: 0pt auto;
	text-align: left;
}

#header {
	height: 90px;
	width: 960px;
	padding-bottom: 30px;
}

#header h1 {
	text-indent: -999em;
	float: left;
	width: 323px;
	padding-top: 25px;
	margin: 0;
}

#header h1 a {
	background-attachment: scroll;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	background-position:top;
	display: block;
	height: 48px;
	border: 0;
}

#header h1 a:hover {
	background-position:bottom;
}

/* Global END */

/* Navigation */

.mainNav {
	float: right;
	line-height: 7.50em;
	margin: 0;
	padding-top:30px;
}

.mainNav li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.mainNav li a, .mainNav li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
    color: #a49b84;
	font-style: italic;
	font-size: 1.50em;
	font-weight: normal;
	margin-left: 35px;
	border: 0;
	text-decoration: none;
}

.mainNav li a:hover {
	color: #B07937;
	border: 0;
}

.mainNav ul ul {
	display:none;
}

#internal_right_nav {
	background-attachment:scroll;
	background-image:url(img/sub_nav_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	float:right;
	text-align:left;
	width:240px;
	background-color:#1F1914;
	display:none;
}
#internal_right_content {
	float:right;
	text-align:left;
	width:240px;
	border-bottom:1px solid #342D26;
}
#internal_right_content h3 {
	border-bottom:1px dashed #51473A;
	padding-bottom:7px;
	margin-bottom:0px;
	width:200px;
	text-transform:capitalize;
}
#internal_right_content .pad{
	padding:20px;
	float:left;
}

.nav_hr {
	line-height:0.25em;
	border-bottom:1px dotted #A49B84;
	width:200px;
}	
#internal_right_nav .header_span{
	background-attachment:scroll;
	background-image:url(img/sub_nav_header.jpg);
	background-position:center top;
	height:20px;
	float:right;
	width:240px;
}
#internal_right_content ul {
	margin:0px;
}
#internal_right_nav li a, internal_right_nav li a:visited {
	border:0pt none;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.167em;
	font-style:italic;
	text-decoration:none;
	height:2.75em;
	line-height:2.75em;
	display:block;
	padding-left:10px;
}

#internal_right_nav li a:hover {
	background-color: #3b3025;
	color:#fff;
}

#internal_right_nav li{
	display: block;
	width:200px;
	border-bottom:1px dashed #352b1f;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#internal_right_nav .selected a, #internal_right_nav .selected a:visited{
	background-color: #3b3025;
	color:#ffffff;
}



/* Navigation END */

/* Home Page */

#hero {
	min-height: 310px;
	_height: auto !important;
	_height: 310px;
}

#hero h2 {
	font-size: 2.833em;
	line-height: 1.083em;
	border-bottom:none;
    	margin-bottom:.5em;
}

.action {
	float: left;
    	border: 1px dashed #51473A;
	font-size: 1.5em;
	background-color: #2b2b2b;
	padding: 4px 10px 8px;
}

.action a {
	font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

.action a:hover {
	border:0;
}

.action:hover{
	background-color: #111;
}

.herotext {
	font-size: 1.167em;
}

#bottomwrap {
	position:relative;
    	min-height: 250px;
	_height: auto !important;
	_height: 250px;
	background-attachment: scroll;
	background-color: #1f1914;
	background-image: url(img/bottomback.jpg);
	background-repeat: repeat-x;
	width: 960px;
	float: left;
	border-bottom: solid 1px #342d26;
}

#bottom {
    	position:relative;
    	height:1%;
	float: left;
	padding: 56px 40px 0;
    	margin:-11px 0 0;
	width: 880px;
}

#bottom .leftCol {
	float:left;
	width:420px;
}

#bottom .leftCol .underline {
	border-bottom:1px dashed #51473a;
	float:left;
	line-height:2em;
	padding-bottom:5px;
	width:420px;
}

#bottom .leftCol .portfolioPreview {
}

.portfolioPreview a {
	border: 4px solid #474747;
	margin-right: 10px;
	float: left;
}

.portfolioPreview a:hover {
	border: 4px solid #6F6F6F;
}

#bottom .leftCol .underlinewrap {
	margin:0px 0px;
	width:420px;
	float:left;
}

#msection {
}

#msectionText {
	float:left;
	width:420px;
}

#msectionText ul {
	padding-left:15px;
	margin-left:15px;
}

#msectionText ul li {
	list-style-image:url(img/bullet.gif);
}

#bottom .rightCol {
	float:right;
	width:420px;
}

#bottom .rightCol .underline {
	border-bottom:1px dashed #51473a;
	float:left;
	line-height:2em;
	padding-bottom:5px;
	width:420px;
}

#bottom .rightCol .underlinewrap {
	width:420px;
	float:left;
}

/* Internal Template CSS START */

#internal_content {
	float:left;
	min-height:250px;
	width:690px;
}

#internal_content_narrow {
	float:left;
	min-height:250px;
	width:240px;
}

#internal_content h3 {
	padding-top:0.5em;
}

.singleColumn #internal_content {
	width:960px;
}
.nav_header{
	font-size:1.75em;
	font-style:italic;
	color:#B07937;
	line-height:1.75em;
	margin-bottom:0.5em;
}

.singleColumn #internal_right_sideItems {
	display:none;
}

#internal_right_sideItems{
	float:right;
	text-align:left;
	width:240px;
}
#internal_right_sideItems_wide{
	float:right;
	text-align:left;
	width:690px;
}
.sideItems {
	float:left;
	padding:20px;
	width:200px;
}

div.side-panel div.sideItems {
	padding:0px 20px 20px 20px;
}

.sideItems ul li {
	list-style-position:outside;
	_list-style-position:outside!important;
	list-style-type:none;
    list-style-image:none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:1.417em;
    font-style:italic;
    border-bottom:1px dashed #51473A;
    padding:3px 0 13px 38px;
    margin-bottom:10px;
}

#sideItems li {
}

.sideItems_nav ul {
	margin-bottom: 16px;
	padding: 0;
}

.sideItems_nav li {
	font-size: 11px;
	list-style: none;
    	list-style-image:none;
	margin: 0 0 9px;
}


/* Internal Template CSS END */

/* Footer */

#footerwrap {
	float: left;
	width: 100%;
	clear: both;
	background-attachment: scroll;
	background-color: #1a1815;
	background-image: url(img/footerback.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #2c2822;
}

#footer {
	width: 960px;
	margin: 0pt auto;
	padding: 40px 0;
}



.leftCol {
	float: left;
	width: 470px;
}

.rightCol {
	float: right;
	width: 470px;
}

.underline {
	width: 420px;
	line-height: 2em;
	margin-bottom: 20px;
}

.underlinewrap {
	margin-bottom: 40px;
	width: 470px;
}

.underline img {
	margin-top: 4px;
	padding-left: 8px;
	float: right;
}

.underline a {
	margin-top: 4px;
}
.footerNewsCaption {
	width:470px;
	padding-bottom:5px;
}
.footerNews {
	width:470px;
}
.footerNews .form {
	padding-left:0px!important;
	width:470px;
}
.footerNews .item-name {
	width:200px;
	padding-top:2px;
}
.footerNews .item-email {
	width:175px;
	padding-top:2px;
}
.footerNews .item-name label,
.footerNews .item-email label {
	padding-right:5px;
}
.footerNews .item-name input,
.footerNews .item-email input {
	width:130px;
}
.footerNews .cat_button_submit {
	padding:0px;
	text-align:right;
}
.footerNews .cat_button_submit input {
	margin-right:0px;
}
.news{	
	width:420px;
	clear:both;
	float:left;
}
.search_results {
	clear:both;
	display:block;
	float:left;
	min-height: 350px;
	_height: auto !important;
	_height: 350px;
}	

.footerunderline {
	border-bottom:1px dashed #51473a;
	height: 38px;
	width: 420px;
	line-height: 1.5em;
	margin-bottom: 5px;
	padding-bottom: 12px;
}

.footerAddress {
	margin-bottom:35px;
}
.address {
	float: left;
	width: 150px;
	padding-right: 10px;
	margin:0px;
}
#credits {
	clear:both;
	width: 520px;
	margin-bottom:20px;
}
#credits span a {
	color:#a1a946;
	font-weight:normal;
}

#footer em {
	line-height: 2em;
}

#credits img {
	margin-right: 10px;
}

.forminput {
	border: 1px solid #4b4641;
}

.mail {
	padding-right: 3px;
}

/* Footer END */

/* Re-usable Controls */

.leftText {
	text-align:left;
}
.rightText {
	text-align:right;
}
.noborder {
	border: medium none !important;
}
.right {
	float: right;
}
.left {
	float: left;
}

.center {
	text-align:center;
}

.indent {
	padding-left:20px;
}

.hide {
	display:none;
}

/* Re-usable Controls END */

/* Contact Page */

#companyInfo{
	float:left;
	width:240px;
	text-align:left;
	padding-left:20px;
}

/* Products Page */
#container #InsideContainer #MainLeft {
float:left;
margin:20px 0 0;
width:445px;
}
#InsideContainer {
	background-color:#1C1C1C;
	background-image:url(img/content_top.jpg);	
	background-position:center top;
	background-repeat:repeat-x;
	float:left;
	padding:30px;
	width:900px;
}

#MainLeft {
	float:left;
	margin:20px 0 0;
	width:445px;
}
#MainLeft h1 {
	border-bottom:1px solid #494949;
	color:#DAB25D;
	display:block;
	font-size:1.5em;
	font-weight:bold;
	height:40px;
	line-height:40px;
	margin-bottom:20px;
	text-align:left;
}
#InsideContainer #MainLeft ul.awesome {
	display:block;
}
#MainLeft ul.awesome li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 25px 24px 0;
	width:210px;
}
#MainLeft ul.awesome img {
	border:4px solid #424242;
}
#MainLeft ul.awesome li h2 {
	color:#FFFFFF;
	margin:0px !important;
	font-size:1.05em;
	font-weight:bold;
	line-height:15px;
	margin-top:10px;
	padding-left:3px;
	text-align:left;
}
#MainLeft ul.awesome p {
	color:#7B7B7B;
	font-size:1.03em;
	margin-top:10px;
	padding-left:3px;
	text-align:left;
}
#MainLeft ul.awesome li.last {
	margin-right:0;
}
#center_rail{
	float:left;
	width:245px;
}
#center_rail p{
	margin:10px;
}
#quote{ 
	width:200px;
    float:right;
    padding:28px;
	background: transparent url(../Images/quotetop.gif) no-repeat scroll left top; 
}
#quotebottom{ 
	background: transparent url(../Images/quotebottom.gif) no-repeat scroll right bottom;
    height:25px;
    margin:0 -28px;
}

.quotename{
	font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
    font-style:italic;
    color:#b07937;
    font-size:1em;
    margin:0;
}
#featurebox{
	float:left;
    width:364px;
}

#featurebox ul{
	font-size:1.35em;
    font-weight:bold;
}

#featurebox ul li{
	list-style-position:inside;
}

.insidehero{
	margin-bottom:30px;
    float:left;
}
.insidehero a:hover{
	border:0 none;
}
.search-result{
	border-bottom:1px dashed #51473A;
}
.search-result h3{
	font-family:Arial, Helvetica, sans-serif;
    font-size:1.25em;
    font-weight:bold;
    font-style:normal;
    margin-top:.5em;
}

.search-result h3 img {
	display:none;
}

.post-list ul {
	margin-left:40px;;
}


/* Gallery */
#myGallery-container {
	width: 460px;
	height: 275px;
	padding:5px;
	border:1px solid #ccc;
	}

#myGallery {
	width: 460px;
	height: 275px;
	z-index:5;
	display: none;
	}

.jdGallery {
	overflow: hidden;
	position: relative;
	}

.jdGallery img {
	border: 0;
	margin: 0;
	}

.jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	}


.jdGallery .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/loading-bar.gif);
	}

.jdGallery a.right, .jdGallery a.left {
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	}

.jdGallery a.left {
	left: 0;
	bottom: 0;
	background: url(img/arrow-left.gif) no-repeat bottom left;
	}

.jdGallery a.right {
	right: 0;
	bottom: 0;
	background: url(img/arrow-right.gif) no-repeat bottom right;
 	}

.imageborder {
	border: double 3px black;
}

.imagefloatleft {
	border: double 3px black;
	float: left;
}

.clear {
	clear: both;
}

.mr10 {
	margin-right: 10px;
}

.mb10 {
	margin-bottom: 10px;
}
