@charset "utf-8";
/* CSS Standard Styles */

html{
	padding: 0px;
	margin: 0px;
}

body{
	padding: 0px;
	margin: 0px;
	background:#231f20;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#908c8b;
}

div{
	padding: 0px;
	margin: 0px;
}

p{
	padding: 0px;
	margin: 0 0 15px;
	color:#fff;
	line-height:16px;
}

h1{
margin:0 0 10px;
font-size:22px;
}

h1#logo {
	text-indent:-9999px;
	width:0;
	height:0;
	outline:0;
	font-size:0;
	line-height:0;
	margin:0;
}

h2{
font-size:18px;
}

h3{
font-size:16px;
}

h4{
font-size:14px;
}

a, a:link, a:visited{
color:#fff;
text-decoration:underline;
}

a:hover, a:active{
color:#74b74a;
text-decoration:none;
}

a img{
	border: none;
}

ul{	
	margin: 5px 10px 10px 20px;
}

ul ul{	
	margin:5px 10px 10px 20px;
}

ul li{
	
	margin:0 0 0 10px;
	list-style:outside;
	list-style-type:square;
	color:#fff;
}

ol{
	margin: 5px 20px 10px 20px;
}

ol li{
	
	margin:0 0 0 10px;
	list-style:outside;
	list-style-type:decimal;
		color:#fff;
}

ol ol{
	margin:5px 20px 10px 20px;
}

ol ol li{
	
	margin:0 0 0 10px;
	list-style:outside;
	list-style-type:lower-alpha;
	color:#fff;
}

hr{
border:0;
margin:15px 0;
color:#ccc;
background:#ccc;
height:1px;
}

.green-text-color{
color:#74B74A;
}

.green-background-color{
background-color:#74B74A;
}

.black-text-color{
color:#231F20;
}

.black-background-color{
background-color:#231F20;
color:#fff;
}


/* Text Selection/Highlight CSS */
::-moz-selection{
	color:#908c8b;
	background:#000;
} 

::selection {
	color:#908c8b;
	background:#000;
} 

/* Homepage Styles */

#wrapper{
	width:900px;
	margin:100px auto 0;
	background:#231f20 url(../images/website/templates/main-backg.gif) no-repeat top left;
}


.min-height{
/* specify height */
	min-height: 410px;
	height: auto !important;
	height: 410px;
}
	
#topper{
	background:url(../images/website/templates/gray-line.gif) no-repeat right 60px;
	height:70px;
}

#main-nav{
background:url(../images/website/templates/main-nav-backg.gif) no-repeat 0 -1px;
height:77px;
width:900px;
}

#homepage-content{
height:480px !important;
height:415px;
margin-bottom:20px;
}

#footer{
position:relative;
font-family:"Times New Roman", Times, serif;
margin:10px 0 0 ;
}

#footer p{
color:#908c8b;
margin:0;
}

#footer a, #footer a:link,#footer a:visited{
color:#908c8b;
text-decoration:underline;
}

#footer a:hover,#footer a:active{
color:#74b74a;
text-decoration:none;
}

/* Subpage Styles */
#subpage-content{
margin-bottom:20px;
}

/* Utility Functions */

.clear{
	clear: both;
	height:0;
}

.left{
	float:left;
	display: inline
}

.right{
float:right;
display: inline
}

noscript p{
margin:10px;
}

/* Override BC 1% hack */
* html .clear{
height: 0;
line-height:0;
font-size:0;
}
.hidden{
	display: none;
}
input#Captcha{
width: 146px;
}

.webform p{
margin:0;
padding:0;
margin:10px 0 0 0;
}

.our-brands{
float:right;
display:inline;
}

.brand-thumbs{
width:770px;
margin:10px auto 0;
}

.brand-thumbs img{
margin:10px 0 0 0;
}
/*------------------------------------------------------------------------content tables styles*/

.content-left-cell{
width:auto;
}
.content-right-cell{
width:225px;
}

/*------------------------------------------------------------------------subscribe box styles*/

.ibox_wrapper{
background:#231F20 url(../images/website/templates/curls-2.gif) no-repeat center center;
border:0;
width:510px !important;
height:330px !important;
padding:30px;
}

a.close-button{
color:#fff;
}

ul.sitemap {	
	margin: 0px 10px 10px 0px;
}

ul.sitemap li{	
	margin: 0 0 3px 0px;
	list-style:outside;
	list-style-type:square;
	color:#fff;
}

/*------------------------------------------------------------------------subscribe form styles*/
.subscribe{
margin:15px 0 0;
font-family:"Times New Roman", Times, serif;
}

.subscribe p{
margin:0 15px 0px 0;
float:left;
display:inline;
width:85px;
height:30px;
}

.subscribe input{
border:0;
width:135px;
}

.subscribe .cat_button{
background:#fff;
width:64px;
height:20px;
font-family:"Times New Roman", Times, serif;
position:relative;
.left:30px;
}
.subscribe .join{
width:15px;
height:15px;
margin:0 0 0 20px;
border:0;
padding:5px;
}

#catwebformbutton{
margin:0 3px 0 48px;
position:relative;
left:60px;
}

#reset{
position:relative;
left:60px;
}

a#click-here{
background:url(../images/website/content/click-here.gif) no-repeat top;
width:69px;
height:8px;
display:block;
position:relative;
left:250px;
top:-8px;
.top:-12px;
}

a:hover#click-here{
background:url(../images/website/content/click-here-over.gif) no-repeat bottom;
}

/*------------------------------------------------------------------------internal scrollers (heights change here)*/
/*services */
#mycustomscroll {
width:225px;
height: 180px;
overflow: auto;
position: relative;
margin: 0.3em auto;
padding: 10px 10px 10px 0;
text-align: left;
color:#fff;
}