@charset "utf-8";
@import "reset.css";
@import "form.css";
/* brown: #9e3417     lightbrown: #f75342      grey: #8d8989    dark grey: #1b1b1b  */

body {
	font-size: 12px;
	line-height: 18px;
	color: #8d8989;
	font-family: Verdana, Helvetica, sans-serif;
	background:url(../img/layout/bg_890x577.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color:#000;
}

.spacer-border{
position: relative;
height: 1px;
border-top: 1px dotted #999999;
margin: 1em auto 1em; padding: 0;
width: 100%;
}
.wrapper{
	width: 890px;
	margin: 0 auto 0 auto;
	float: none !important;
	display: block;
	clear:both;
}
.content {
	width:890px;
	margin:0 0 40px 0;
}
.columnLeft {width:195px;}
.columnRight {width:675px; margin-left:20px;}

.contentColumn {
    width: 327px;
    margin-right:20px;
}
.noMargin {
    margin-right:0;
}


.homepagebanners {
   width: 50%;
   height: auto;
   margin: 0px;
   padding: 0px;
   float: left;
   display: inline;
}

/* Main Menu Styles */

ul#mainMenu {
	float:right;
	height:auto;
	width:auto;
	margin:78px 0 0 0!important;
	padding:0;
}
ul#mainMenu li {
    background:none;padding:0;width:auto;
}
ul#mainMenu li a {
	width:auto;
	font-size:13px;
	color:#fff;
	margin: 0 0 0 20px;
        padding:0;
	text-transform:uppercase;
	text-decoration:none;
	border:none;
}
ul#mainMenu li a:hover {
	color:#d9d9d9;
}
ul#mainMenu li.selected a {
	font-weight:bold;
}

/* Footer Styles */

.footer {
	width:675px; 
	margin-left:215px; 
	border-top:1px dotted #8d8989;
	padding:40px 0 20px 0;
}
.footerColumnRight, .footerColumnLeft {width:245px;float:left;}
.footerColumnRight {margin-left:40px;}

/* Paragraph styles */

p {padding:0 0 12px 0;width:100%;font-size:12px;}
.columnLeft p {color:#8d8989;}
.columnRight p {color:#fff;}
.columnRight p:first-child {padding-top:20px;}

.columnRight ul {padding: 0 0 12px 0;}
.columnRight ul li {padding: 6px 0 0 14px; background: url('../img/content/gfx/bullet.gif') no-repeat 1px 10px; color:#fff; width:90%;}


/* All Links*/

a {padding:0;color:#9e3417; text-decoration:none;border-bottom:1px dotted #9e3417; float:none;}
a:hover {color:#f75342;border-bottom:1px dotted #f75342;}

.footerColumnRight a, .footerColumnLeft a {color:#8d8989;border-bottom:1px dotted #8d8989;}
.footerColumnRight a:hover, .footerColumnLeft a:hover {color:#adabab;border-bottom:1px dotted #adabab;}


/* News Links */

.newslink a {padding:0;color:#9e3417; text-decoration:none; border-bottom:0px dotted ; float:none;}
.newslink a:hover {color:#f75342;}

/* Header Styles */

h1 {font:italic bold 28px/32px "Times New Roman", Times, serif; color:#fff;}
h2, h3 {padding:25px 0 6px 0;font-size:14px;text-transform:uppercase;width:100%;color:#9e3417;}
h2 span.white {color:#ffffff;}
h3 {font-size:12px; text-transform:uppercase; padding:6px 0 12px 0;}

/* Icons */

.inlineIcon16x16 {float:none; vertical-align: text-bottom; margin:0 2px -2px 2px;}
.inlineImg {
	display:inline; 
	padding:3px 10px 0 0; 
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #fff;*/
}
.inlineImgFloatRight {
	display:inline; 
	padding:3px  0 0 10px; 
	float:right;
}


/* Icon Canvas */

a#twitterIcon:link,
a#twitterIcon:visited,
a#twitterIcon:hover,
a#twitterIcon:active
 {
	width:32px;
	height:32px;
	background-image:url(../img/content/gfx/socialIcon_canvas32x96px.gif);	
	overflow:hidden;
	text-indent:-5000px;
	margin-right:5px;
	float:left;
	border:none;
}
a#twitterIcon:hover
 {
	background-position:-32px 0;
}
/***/
a#facebookIcon:link,
a#facebookIcon:visited,
a#facebookIcon:hover,
a#facebookIcon:active
 {
	width:32px;
	height:32px;
	background-image:url(../img/content/gfx/socialIcon_canvas32x96px.gif);	
	background-position:0 -32px;
	overflow:hidden;
	text-indent:-5000px;
	margin-right:5px;
	float:left;
	border:none;
}
a#facebookIcon:hover
 {
	background-position:-32px -32px;
}
/***/
a#youtubeIcon:link,
a#youtubeIcon:visited,
a#youtubeIcon:hover,
a#youtubeIcon:active
 {
	width:32px;
	height:32px;
	background-image:url(../img/content/gfx/socialIcon_canvas32x96px.gif);	
	background-position:0 -64px;
	overflow:hidden;
	text-indent:-5000px;
	margin-right:5px;
	float:left;
	border:none;
}
a#youtubeIcon:hover
 {
	background-position:-32px -64px;
}

/* Buy button (Blue & Grey)*/

a.fancyButton, button.fancyButton, input.submit.fancyButton  {
	padding:8px;
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px dotted #ADABAB;
	color:#ffffff;
	text-shadow:2px 2px 1px rgba(3, 3, 3, 0.3);
	cursor:pointer;
}
a.fancyButton.blue, button.fancyButton.blue, input.submit.fancyButton.blue {
	background-color:#00adef;
        color:#ffffff;
}
a.fancyButton.grey {
	background-color:#595959;
}
a.fancyButton.blue:hover, button.fancyButton.blue:hover {
	background-color:#0897ce;
}
a.fancyButton.grey:hover {
	background-color:#4b4b4b;
}

/* Gallery */

.lightboxThumbnails img {
	padding:5px;
	margin:2px;
	border:1px solid #282828;
	background-color:#1b1b1b;;
}
.portfolioRow {padding-bottom:18px; width:100%;}

#lbBottom a {border:none;}

/*  Divider Div */
.divider {width:100%; height:1px; border-top:1px dotted #8D8989; margin:20px 0;}


#twitterFeed .twitterEntry a { float: left; width: 15%; margin-right: 4%; }
#twitterFeed .twitterEntry a img { width: 100%; }
#twitterFeed .twitterEntry p { float: left; width: 80%; }
#twitterFeed .twitterEntry p a { display: inline; float: none; }



.imgright{
	border: 0px;
	padding: 0px;
	float: right;
	margin:0px;
}
.imgleft{
		border: 0px;
	padding: 0px;
	float: left;
	margin:0px;
}