@charset "utf-8";
/* CSS Document */

html, body
{
	background-color:#ffffff;
	border:0;
	height:100%;
	margin:0;
	padding:0;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
color:#1f1a17;
font-size:18px;
}

h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}

h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

p{
text-align:justify;
}

ul, ol {
list-style:none;
padding:0 0 18px 0;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
padding:0px;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
color:#e77616;
}

a:active
{
	outline: none;
}

a:focus
{
	-moz-outline-style: none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

table tr td {
	padding:2px;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	padding:0px;
}

#wrapper
{
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto -20px auto;
	min-height:100%;
	position:relative;
	width:925px;
}

#header
{
	background-image:url(../img/new/header.jpg);
	color:#fff;
	height:125px;
	padding:15px 15px 0 0;
	width:900px;
}

#menu
{
	background-color:#4d4948;
	height:30px;
	line-height:30px;
	margin:0 0 20px 0;
	text-align:center;
}

#content
{
	float:right;
	width:734px;
}

#clearFooter
{
	clear:both;
	height:33px;
}

#footer
{
	background-image:url(../img/new/footer-tile.png);
	background-position:center;
	color:#ffffff;
	margin:0 auto;
	padding:8px 0;
	text-align:center;
	width:915px;
	position:relative;}

.menuOption
{
	color:#ffffff;
	font-size:14px;
	/*font-weight:bold;*/
	margin:0 15px 0 15px;
}

.menuOption:hover
{
	color:#e77616;
}



/* --------------------------------------------------------- Sidebar --------------------------------------------------------- */



.cateogoryObject
{
	float:left;
	padding:0;
	margin:0;
	position:relative;
	width:181px;
}

.modelDomains
{
	position:absolute;
	left:150px;
	float:left;
	display:none;
}

.boxContainer
{
	background-image:url(../img/new/box-tile.jpg);
	float:left;
	margin:0 0 20px 0;
	width:181px;
}

.boxHeader
{
	height:41px;
	margin:0 0 15px 0;
	width:181px;
}

#boxHeaderLarge
{
	width:734px;
}

.boxLeft
{
	background-image:url(../img/new/box-left.jpg);
	float:left;
	height:31px;
	width:15px;
}

.boxMid
{
	background-image:url(../img/new/box-header-tile.jpg);
	color:#fff;
	float:left;
	font-size:14px;
	font-weight:bold;
	height:31px;
	line-height:31px;
	text-align:center;
	width:151px;
}

.boxFooter
{
	background-image:url(../img/new/box-footer-tile.jpg);
	height:14px;
	width:181px;
}

.boxFooterLeft
{
	background-image:url(../img/new/box-footer-left.jpg);
	float:left;
	height:14px;
	width:15px;
}

.boxFooterRight
{
	background-image:url(../img/new/box-footer-right.jpg);
	float:right;
	height:14px;
	width:15px;
}

.boxRight
{
	background-image:url(../img/new/box-right.jpg);
	float:left;
	height:31px;
	width:15px;
}

#searchInput
{
	/*background-image:url(../img/new/input-tile.jpg);*/
	border:0px;
	border:1px solid #9d9b9a;
	font-size:16px;
	height:21px;
	width:145px;
}

#searchSubmit
{
	background-image:url(../img/new/search.png);
	border:1px solid #44403d;
	height:23px;
	width:23px;
}

.searchForm
{
	float:left;
	margin:0 0 0 9px;
}

.regInput
{
	border:1px solid #44403d;
	width:120px;
}

.productsContainer
{
	background-image:url(../img/new/products-tile.jpg);
	float:left;
	width:734px;
}

.productsHeader
{
	background-image:url(../img/new/prod-top-tile.jpg);

	height:41px;
	text-align:center;
	width:734px;
}

.productsTopLeft
{
	background-image:url(../img/new/prod-top-left.jpg);
	float:left;
	height:41px;
	width:38px;
}

.productsTopRight
{
	background-image:url(../img/new/prod-top-right.jpg);
	float:right;
	height:41px;
	width:37px;
}

.productsMenu
{
	padding:10px 0 0 0;
	color:#fff;
	float:left;
	font-size:16px;
	font-weight:bold;
	height:31px;
	text-align:center;
	width:658px;
}

.productsOption
{
	color:#fff;
	font-size:13px;
	font-weight:bold;
}

#products
{
	float:left;
	padding:24px 38px 14px 38px;
	width:658px;
}

.productsFooter
{
	background-image:url(../img/new/products-footer-tile.jpg);
	height:30px;
	width:734px;
}

.productsFooterLeft
{
	background-image:url(../img/new/products-footer-left.jpg);
	float:left;
	height:30px;
	width:36px;
}

.productsFooterRight
{
	background-image:url(../img/new/products-footer-right.jpg);
	float:right;
	height:30px;
	width:37px;
}

.productThumb
{
	background-color:#fff;
	border:1px solid #999999;
	cursor:pointer;
	height:114px;
	padding:4px;
	width:116px;
}


/* --------------------------------------------------------- Content --------------------------------------------------------- */



#galleryHeader
{
	background-image:url(../img/new/gal-head-tile.jpg);
	float:left;
	width:734px;
}

#galleryContainer
{
	/*background-image:url(../img/new/logo.png);*/
	background-position:bottom left;
	background-repeat:no-repeat;
	float:left;
	margin:0 0 0 35px;
	text-align:right;
	width:670px;
}

#galleryHeaderTop
{
	background-image:url(../img/new/gal-head-top-tile.jpg);
	height:35px;
	width:100%
}

#galleryHeaderBottom
{
	background-image:url(../img/new/gal-head-bottom-tile.jpg);
	height:35px;
	width:100%;
}

#galleryHeadBL
{
	background-image:url(../img/new/gal-head-bl.jpg);
	float:left;
	height:35px;
	width:32px;
}

#galleryHeadTL
{
	background-image:url(../img/new/gal-head-tl.jpg);
	float:left;
	height:35px;
	width:32px;
}

#galleryHeadBR
{
	background-image:url(../img/new/gal-head-br.jpg);
	float:right;
	height:32px;
	width:35px;
}

#galleryHeadTR
{
	background-image:url(../img/new/gal-head-tr.jpg);
	float:right;
	height:32px;
	width:35px;
}


.productLarge
{
	background-image:url(../img/new/product-tile.jpg);
	float:left;
	width:489px;
}

.productHeader
{
	background-image:url(../img/new/product-header-tile.jpg);
	height:37px;
}

.productHeaderLeft
{
	background-image:url(../img/new/product-large-tl.jpg);
	float:left;
	height:37px;
	width:22px;
}

.productHeaderRight
{
	background-image:url(../img/new/product-large-tr.jpg);
	float:right;
	height:37px;
	width:22px;
}

.productContainer
{
	/*height:451px;*/
	float:left;
	padding:0px 30px 0 30px;
	text-align:center;
	width:429px;
}
.productFooter
{
	background-image:url(../img/new/products-footer-tile.jpg);
	height:30px;
}

.productFooterLeft
{
	background-image:url(../img/new/product-large-bl.jpg);
	float:left;
	height:37px;
	width:22px;
}

.productFooterRight
{
	background-image:url(../img/new/product-large-br.jpg);
	float:right;
	height:37px;
	width:22px;
}

.modelContainer
{
	background-image:url(../img/new/br-tile.jpg);
	float:left;
	margin:4px;
	width:235px;
}

.modelContainerSmall
{
	background-image:url(../img/new/br-tile-small.jpg);
	float:left;
	margin:4px;
	width:175px;
}

.adContainer
{
	background-image:url(../img/new/br-tile-large.jpg);
	float:left;
	margin:4px;
	width:295px;
}

.modelTop
{
	background-image:url(../img/new/br-ttile.jpg);
	height:14px;
	width:235px;
}

.adTop
{
	background-image:url(../img/new/br-ttile.jpg);
	height:14px;
	width:295px;
}

.modelTopLeft
{
	background-image:url(../img/new/br-tl.jpg);
	float:left;
	height:14px;
	width:15px;
}

.modelTopRight
{
	background-image:url(../img/new/br-tr.jpg);
	float:right;
	height:14px;
	width:15px;
}

.modelBottom
{
	background-image:url(../img/new/br-btile.jpg);
	height:14px;
	width:235px;
}

.adBottom
{
	background-image:url(../img/new/br-btile.jpg);
	height:14px;
	width:295px;
}

.modelBottomLeft
{
	background-image:url(../img/new/br-bl.jpg);
	float:left;
	height:14px;
	width:15px;
}

.modelBottomRight
{
	background-image:url(../img/new/br-br.jpg);
	float:right;
	height:14px;
	width:15px;

}

.modelImg
{
	margin:0 0 0 10px;
}

.ad
{
	float:left;
	height:226px;
	margin:9px;
	width:412px;
}

#galleryMenu
{
	float:left;
}

.sectionContent
{
	padding:20px;
	text-align:justify;
}

.bannerContainer
{
	margin:0 0 0 15px;
}

.productPageDiv
{
	display:none;
	float:left;
	width:100%;
}

.productPage
{
	cursor:pointer;
}

.articleContainer
{
	float:left;
	padding:10px;
	text-align:justify;
	width:31%;
}

.pageNav
{
	cursor:pointer;
	color:#e77616;
	font-size:14px;
	font-weight:bold;
}

.productSinglePage
{
	display:none;
}

#newsHeader
{
	background-image:url(../img/new/prod-top-tile.jpg);
	height:41px;
	width:925px;
}

#newsFooter
{
	background-image:url(../img/new/gal-head-bottom-tile.jpg);
	height:35px;
	width:925px;
}

.productSecondImage
{
	border:1px solid #999999;
	cursor:pointer;
	height:75px;
	padding:3px;
	margin:1px;
	width:75px;
}

.homepageColumn
{
	float:left;
	/*height:300px;*/
	margin:5px;
	width:224px;
}

.columnTop
{
	background-image:url(../img/new/heading-back.png);
	background-repeat:no-repeat;
	color:#211c19;
	font-size:20px;
	font-weight:bold;
	padding:3px 0 0 0;
	height:26px;
	text-align:right;
}

.columnTop .small
{
	font-size:11px;
	font-weight:bold;
}

.white
{
	color:#ffffff;
}

.white:hover
{
	color:#e77616;
}

.button-left
{
	background-image:url(../img/button-left.png);
	float:left;
	height:30px;
	width:5px;
}

.button-mid
{
	background-image:url(../img/button-tile.png);
	float:left;
	font-weight:bold;
	height:30px;
	line-height:30px;
}

.button-right
{
	background-image:url(../img/button-right.png);
	float:left;
	height:30px;
	width:5px;
}