@charset "UTF-8";
body  {
	background: url(../images/body-bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
overflow-y: scroll;
}
h1 {
	font-size:1.4em;
	font-weight:normal;
	color:#333;
	margin-bottom:15px;
}
h2 {
	background:url(../images/h2-bg.png) no-repeat;
	height: 38px;
	padding-bottom:5px;
	font-weight:normal;
	font-size:1.2em;
}
h3 {
	font-size:1.2em;
	font-weight:normal;
	color:#333;
	margin-bottom:10px;
}
p {
	font-size:12px;
	line-height:1.4;
	padding-bottom:8px;
}
a:link, a:visited {
	color:#3f100a;
}
a:hover, a:active {
	color:#fff;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
#container {
	width: 1095px;
	margin: 0 auto;
	text-align: left;
} 
#pgShadow {
	background:url(../images/page-shadow-bg.png) no-repeat 46px 155px;
}
#pgTop {
	background:url(../images/page-top-bg.jpg) no-repeat 72px 155px;
}
 #pageGrow {
	 background:url(../images/page-grow-bg.png) repeat-y;
 }
 #page {
	 background:url(../images/page-bg.jpg) no-repeat 72px 0px;
 }
 /*----Header Styles-----*/
#flaLogo {
	position:absolute;
}
#header {
	position: relative;
	height: 226px;
}
#headerImg {
	position:absolute;
	left: 426px;
}
#header h1 {
	text-indent:-10000em;
	float: left;
}

 /*----Navigation Styles-----*/
#nav ul {
	list-style:none;
	margin:3px 0px 0px 40px;
	padding-bottom:60px;
}
#nav ul li {
	float:left;
}
#nav a:link, #nav a:visited {
	display:block;
	background: url(../images/nav-home.jpg);
	height: 34px;
	width: 92px;
}
#nav a:hover, #nav a:active, #nav a:focus {
	background: url(../images/nav-home.jpg) -92px 0px;
}
#nav a.about:link,#nav a.about:visited {
	background: url(../images/nav-about.jpg);
	margin-left:30px;
}
#nav a.about:hover, #nav a.about:active, #nav a.about:focus {
	background: url(../images/nav-about.jpg) -92px 0px;
}
#nav a.gallery:link,#nav a.gallery:visited {
	background: url(../images/nav-gallery.jpg);
	margin-left:28px;
}
#nav a.gallery:hover, #nav a.gallery:active, #nav a.gallery:focus {
	background: url(../images/nav-gallery.jpg) -92px 0px;
}
#nav a.contact:link,#nav a.contact:visited {
	background: url(../images/nav-contact.jpg);
	margin-left:33px;
}
#nav a.contact:hover, #nav a.contact:active, #nav a.contact:focus {
	background: url(../images/nav-contact.jpg) -92px 0px;
}

#nav a.curabout:link,#nav a.curabout:visited {
	background: url(../images/nav-about.jpg) -92px 0px;
	margin-left:30px;
	cursor: auto;
}
#nav a.curgallery:link,#nav a.curgallery:visited {
	background: url(../images/nav-gallery.jpg) -92px 0px;
	margin-left:28px;
	cursor:auto;
}
#nav a.curcontact:link,#nav a.curcontact:visited {
	background: url(../images/nav-contact.jpg) -92px 0px;
	margin-left:33px;
	cursor:auto;
}
#nav a.curhome:link,#nav a.curhome:visited {
	background: url(../images/nav-home.jpg) -92px 0px;
	cursor:auto;
}

 /*----Main Content Area Styles-----*/

#mainContent {
	margin: 0 430px 0 0;
	padding: 0 0 0 85px;
} 
#gal {
	padding-left:8px;
}
#gal.center {
	margin:0px auto;
	width:531px;
}




/*----Social Network fields-----*/
#social {
	position:absolute;
	width: 224px;
	left: 755px;
	top: 158px;
	z-index: 10;
}
.search {
	background: url(../images/btn-search.jpg) no-repeat 0px 0px;
	height: 43px;
	width: 53px;
	border: none;
	display:inline;
	margin-top:10px
}
.search:hover {
	background: url(../images/btn-search.jpg) no-repeat -53px 0px;
 }
 .input {
	 width:200px;
 }
 
 
 /*----Sidebar Styles-----*/
 #sidebar {
	float: right;
	width: 300px;
	padding: 0px 80px 10px 30px;
	margin: 20px 0px 40px 0px;
	border-left: solid 1px #333;
}

.sidebarGal1 {
	padding:10px 0px 5px 0px;
}
.sidebarGal2 {
	padding:30px 0px 5px 0px;
}


p.project2 {
	padding:20px 20px 8px 130px;
	background: url(../images/sidebar-home-pic-2.jpg) no-repeat 0px 20px;
}
#news{
	text-align:center;
	color:#3f100a;
	padding-bottom:30px;
	height:280px;
	background: url(../images/news-bg.png) no-repeat 35px 150px;
}

.randomText1 {
	font-size:1.4em;
}
.randomText2 {
	font-size:1.8em;
}
.randomText3 {
	font-size:2.2em;
}


#video a.video:link, #video a.video:visited {
	display:block;
	background:url(../images/btn-video.jpg) no-repeat;
	width:110px;
	height:109px;
	text-indent:-10000em;
	padding:0px 10px 0px 0px;
}
#video a.video:hover, #video a.video:active, #video a.video:focus {
	background:url(../images/btn-video.jpg) no-repeat -120px 0px;
	outline:none;
}
#video-text  {
	width:160px;
	float:right;
	padding:0px 0px 0px 0px;
	margin-right:10px;
}
 /*----Home Page Styles-----*/
div.home {
	background:url(../images/main-content-home-bg.jpg) no-repeat;
	padding-left:300px;
	padding-right:30px;
	margin-top:40px;
	height: 400px;
}
.home h1 {
	padding-bottom:10px;
	font-size: 1.5em;
	font-weight: normal;
	line-height:1.3;
}
.home p {
	padding-bottom:8px;
}



 /*----About Page Styles-----*/
 

div.about {
	background:url(../images/main-content-about-bg.jpg) no-repeat;
	padding-left:300px;
	padding-right:30px;
	margin-top:40px;
	height: 400px;
}

div.about h3 {
	padding-bottom:5px;
}
div.about p {
	padding-bottom:20px;
}
 /*----Product Gallery Styles-----*/
 
 #prodGal{
	background:url(../images/bg-product-gallery.jpg) no-repeat;
 }
div.galText {
	padding:0 30px 15px 15px;
}
div.back {
	padding:10px 8px 0px 380px;
}
a.back:link, a.back:visited {
	background:url(../images/btn-back-to-gal.jpg) no-repeat;
	display:block;
	height: 22px;
	width: 186px;
}
a.back:hover, a.back:active {
	background:url(../images/btn-back-to-gal.jpg) no-repeat -186px 0px;
}
#news.gallery {
	background:none;
	height:150px;
}
	
	 /*----Contact Styles-----*/

div.contactText {
	padding:0 0 15px 35px;
	background:url(../images/img-contact.jpg) no-repeat 270px 0px;
 }
 
  /*----Success Page Styles-----*/

div.successtText {
	padding:0 350px 15px 35px;
	background:url(../images/img-contact.jpg) no-repeat 270px 0px;
	height:350px;
 }
	
	 /*---Newsletter Signup Styles-----*/

div.newsletterText {
	padding:0 30px 15px 35px;
	
 }
	
 /*----Footer Styles-----*/
#footer {
	background: #1b1b1b url(../images/footer-bg.jpg) no-repeat;
	height: 85px;	
} 
#footer ul {
	list-style:none;
	margin:0px 95px;
	padding-top:10px;
	border-top:solid 1px #333;
}
#footer ul li {
	display:inline;
	padding-right:10px;
}
#footer a:link, #footer a:visited {
	font-size:12px;
	color:#333;
	padding-right:15px;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color:#FFF;
}
#footer a.sale:link, #footer a.sale:visited {
	color:#9a382e;
	text-decoration:none;
}
#footer a.sale:hover, #footer a.sale:active, #footer a.sale:focus {
	color:#FFF;
	text-decoration:underline;
}
#footer p {
	margin: 0 85px;
	padding: 10px 0;
	font-size:11px;
	float:left;
	color:#666;
}
#credit {
	float:right;
	margin:30px 80px 0px 0px;
	width:270px;
	height:23px;
}
#credit a:link, #credit a:visited {
	display:block;
	background:url(../images/credit-gi.gif) no-repeat -270px 0px;
	height:23px;
}
#credit a:hover, #credit a:active, #credit a:focus {
	background:url(../images/credit-gi.gif) no-repeat 0px 0px;
}

 /*----Generic Classes-----*/
div.more a:link, div.more a:visited {
	display:block;
	background: url(../images/btn-more.jpg) no-repeat;
	height: 23px;
	width: 97px;
	float:right;
}
div.more a:hover, div.more a:active, div.more a:focus {
	background: url(../images/btn-more.jpg) no-repeat -97px 0px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.borderR {
	border-right:solid 1px #333;
	margin-right:5px;
}
.padT30 {
	height:30px;
}
.padT10 {
	padding-top:10px;
}
.hidden{display:none;}
.red {color:#3f100a;}

