/*** CSS Reset ***/

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, strong, 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;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*** Floats / Clearing ***/

.clearfix:after, .container:after, .content:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix, .container, .content {
	zoom: 1;     /* triggers hasLayout */
}

.clear{
	clear: both;
}

div.clear{
	font-size: .001em;
	height: 0px;
}

.left{ float: left; }

.right{ float: right; }

/*** Global Theme Styles ***/
body{
	background: url(../img/layout/main_bg.jpg) #4b4b4b top left repeat-x;
	color: #e5e5e5;
	font: 13px/25px Arial, Helvetica, sans-serif;
	text-align: center;
}	
	
.container{
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

.header{
	height: 95px;
	padding-top: 75px;
}

.footer{
	color: #999;
	font-family: Georgia, Times New Roman, serif;
	padding: 15px 20px 20px 0;
	text-align: right;
}

h1#logo{
	background: url(../img/layout/logo.png) top left no-repeat;
	float: left;
	height: 88px;
	margin-left: 10px;
	overflow: hidden;
	width: 448px;
}

h1#logo span{
	display: block;
	text-indent: -1000px;
}

h1#logo a{
	display: block;
	height: 88px;
}

#main_nav{
	float: right;
	padding: 15px 10px 0 0;
}

#main_nav li{
	float: left;
	margin-left: 5px;
}

#main_nav a{
	color: #fff;
	display: block;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 16px;
	text-decoration: none;
}

#main_nav a span{
	display: block;
	padding: 18px 22px 15px 22px;
}

#main_nav a:hover, #main_nav li.curr a{
	background: url(../img/layout/nav_highlight_l.jpg) top left no-repeat;
	color: #66cc00;
}

#main_nav a:hover{
	color: #fff;
}

#main_nav a:hover span, #main_nav li.curr a span{
	background: url(../img/layout/nav_highlight_r.jpg) top right no-repeat;
}

.content{ padding-top: 20px; }

strong{ font-weight: bold; }

p{
	padding-bottom: 15px;
}

a{ color: #F19B4A; }

h2{
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 28px;
	padding-bottom: 20px;
}

h2 span.alt_subtitle{
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	padding-top: 3px;
}

h3{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
	line-height: 19px;
	padding-bottom: 15px;
}

h4{
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

ul{ padding-bottom: 15px; }

#gallery_view h3{
	padding-bottom: 25px;
	text-shadow: #111 2px 2px 0px;
}

/*** Product Gallery ***/

#gallery_view .gal_cat{
	float: left;
	width: 220px;
	margin-left: 15px;
}

#gallery_view ul.cat_list a{
	border-bottom: 1px #999 dotted;
	color: #ccc;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 17px;
	padding: 7px;
	text-decoration: none;
	text-shadow: #202020 2px 2px 1px;
}

#gallery_view ul.cat_list a:hover{ color: #fff; }

#gallery_view ul.cat_list li.curr a{
	background: #f19b4a;
	border-bottom: 1px solid #202020;
	color: #fff;
	text-shadow: #3b1101 1px 1px 1px;
}

#gallery_view .cat_th{
	background: url(../img/layout/catalog/cat_th_shadow.png) bottom center no-repeat;
	height: 163px;
}

#gallery_view .cat_th img{
	display: block;
}

#gallery_view .gal_content{
	float: left;
	margin-left: 35px;
	width: 660px;
}

#gal_thumbs a{
	background: url(../img/layout/catalog/prod_th_shadow.png) 0 109px no-repeat;
	color: #ddd;
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	height: 129px;
	margin-right: 33px;
	text-decoration: none;
	text-shadow: #202020 1px 1px 0px;
	width: 140px;
}

#gal_thumbs a.last{
	margin-right: 0;
}

#gal_thumbs a div{
	height: 105px;
}

#gal_thumbs .bw{
	border: 2px solid #ddd;
}

#gal_thumbs .color{
	display: none;
}

#gal_thumbs a:hover{
	color: #fff;
}

/*** Resources ***/
#page_resources{
	padding: 25px 35px;
}

#trade_res{ float: left; width: 540px; }
#design_res{ float: right; width: 300px;}


#trade_res .res_sec{ 
	border-bottom: 1px dotted #666;
	margin-bottom: 15px;
}

#design_res ul{
	font-size: 14px;
	line-height: 14px;
}

#design_res ul li{
	padding-bottom: 10px;	
}

.pdf_file{
	background: url(../img/layout/pdf_ico.png) top left no-repeat;
	padding-left: 28px;
}

span.link_detail{
	font-size: 9px !important;
}

#design_res .link_detail{
	display: block;
}

#design_res .pdf_file{
	background-position: 0 2px;	
}

/*** Contact ***/

#contact_page{
	padding: 15px 15px;
}

#contact_info{
	float: left;
	font-size: 16px;
	width: 350px;
}

#contact_map{
	float: right;
	width: 530px;
}

.gmap{
	margin-bottom: 15px;
}

.gal_paging{
	font-size: 11px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #fff;
	clear: both;
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
}

.pag_bt{
	border-top: 1px solid #999;
	border-bottom: 0;
	margin-top: 15px;
}

.gal_paging .numbers{
	float: left;
}

.gal_paging .prev_next{
	float: right;
}

.gal_paging .prev_next a, .gal_paging .prev_next div{
	display: inline;
	margin-left: 10px;
	text-decoration: none;
}

.gal_paging .prev_next div.dis{
	color: #666;
}

.gal_head h3{
	float: left;
}

.gal_srch{
	float: right;
	font-size: 11px;
}

.gal_srch label{ display: inline; padding-right: 5px;}
.gal_srch form{ display: inline; }
.gal_srch .submit{ display: inline; }

.gal_srch input{
	background: none !important;
	border: 1px solid #ccc !important;
	padding: 3px !important;
	font-size: 11px !important;
	color: #fff !important;
}

.gal_srch .submit input{
	background: none !important;
	color: #fff !important;
	border: 0 !important;
	font-family: Georgia, Times, serif !important;
	font-style: italic !important;
	font-weight: bold !important;
	padding-left: 5px !important;
	cursor: pointer !important;
}


/* TinyMCE specific rules */
body.mceContentBody {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	text-align: left;
	padding: 10px;
}


/*** Blog ***/
#blog-index{
	padding-top: 25px;
}

#blog-index .post{
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#blog-index .article-col{
	float: left;
	padding-left: 10px;
	width: 620px;
}

#blog-index .nav-col{
	float: right;
	width: 280px;
}

#blog-index .post h2.post-title{ margin-bottom: 0; padding-bottom: 3px; }
#blog-index .post p.timestamp{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; }

#blog-index .paging .pag-nav-prev{ float: left; }
#blog-index .paging .pag-nav-next{ float: right; }
#blog-index .disabled{ color: #666; }

#blog-index .post-footer{
	padding: 10px;
	background: #333;
}

#blog-index .post-footer p{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	margin: 0; 
	padding: 0; 
}

#blog-index .post-footer p label{ display: block; font-weight: bold; }
#blog-index .post-footer p a{ margin-left: 5px; }



.headlines a{
	font-size: 18px;
	line-height: 20px;
	display: block;
}

.headlines li{
	padding-bottom: 10px;
}

.headlines span{
	display: block;
	font-size: 11px;
	line-height: 14px;
}
