@charset "UTF-8";
/* CSS Document */
/* Trouble shooting only
*{
	border: 1px solid #FF0000;
}
*/
body {
	background-color: #656565;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background-attachment: fixed;
}
#header {
	background-color: #333333;
	text-align: center;
	padding-top: 5px;
}
.clr {
	clear: both;
	float: none;
}
form{
	margin: 0px;
	padding: 0px;
}
#content {
	margin: 15px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	border: 1px solid #333333;
	background-color: #767676;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer    {
	background-color: #171717;
	font-size: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a{}

#left-half-col , #right-half-col {
	float: left;
	width: 450px;
}

#right-half-col {
	margin-left: 15px;  
}
  
.pagination{
	text-align: right;
	padding-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.pagination a{
	display: inline;
	padding: 5px;
	color: #FFFFFF;
}



/**********************************************************************************
/* Black box rounded corners *
**********************************************************************************/

.box1_tl{
	background-image: url(../images/box1_round_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.box1_tr{
	background-image: url(../images/box1_round_top.gif);
	background-repeat: no-repeat;
	background-position: right top;}
.box1_bl{
	background-image: url(../images/box1_round_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box1_br{
	background-image: url(../images/box1_round_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
.box1_contents{
	background-color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}

/**********************************************************************************
/* Gray box rounded corners *
**********************************************************************************/

.box2_tl{
	background-image: url(../images/box2_round_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.box2_tr{
	background-image: url(../images/box2_round_top.gif);
	background-repeat: no-repeat;
	background-position: right top;}
.box2_bl{
	background-image: url(../images/box2_round_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box2_br{
	background-image: url(../images/box2_round_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
.box2_contents{
	background-color: #ACACAC;
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
}

/**********************************************************************************
/* Global assets *
**********************************************************************************/

h1{
	font-size: 28px;
	font-weight: lighter;
}
h2{
	font-size: 20px;
	font-weight: lighter;
}

a{
	color: white;
	text-decoration: underline;
}
a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

/**********************************************************************************
/* In the News Section *
**********************************************************************************/

#in-the-news-heading {
	font-size: 18px;
	margin-bottom: 15px;
}

.in-the-news {
	font-size: 10px;
	margin-bottom: 20px;
}

.in-the-news img {
	margin-right: 15px;
	border: 1px solid #990000;	
}

.in-the-news .headline {
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 15px;
}
.in-the-news .date{
	margin-bottom: 9px;
}

.in-the-news .read-more {
	text-align: right;
	margin-top: 5px;
	display: block;
}

.in-the-news-read-all{
	font-size: 10px;
	text-align: center;
	display: block;
}

/**********************************************************************************
/* Event section *
**********************************************************************************/

.event-list-box{
	margin-top: 15px;
}
.event-list-box a{
	text-align: right;
	display: block;
	margin: 5px;
}
.event-list-box img{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #CC0000;
}
.event-name{}
.event-date{
	float: left;
	width: 175px;
}
.event-location{
	float: left;
	width: 300px;
}
.event-description{
	float: left;
	width: 750px;
	margin-top: 10px;
}

/**********************************************************************************
/* Home page Event section *
**********************************************************************************/

.home-event-date{}
.home-event-title{}
.home-event-location{}
.home-event-read-more{}

/**********************************************************************************
/* Product List *
**********************************************************************************/
.product-title{
	font-size: 16px;
}
.product-sub-description{
	font-size: 10px;
}
.product-description{
	margin-top: 10px;
	margin-bottom: 10px;
}
.product-read-more{
	text-align: right;
	display: block;
	margin: 10px;
}
/**********************************************************************************
/* Product Series Showcase *
**********************************************************************************/
.showcase-title{
	font-size: 16px;
}
.showcase-sub-description{
	font-size: 10px;
}
.showcase-description{
	margin-top: 10px;
	margin-bottom: 10px;
}

/**********************************************************************************
/* Featured List *
**********************************************************************************/
.featured-title{
	font-size: 16px;
}
.featured-sub-description{
	font-size: 10px;
}
.featured-description{
	margin-top: 10px;
	margin-bottom: 10px;
}
.featured-read-more{
	text-align: right;
	display: block;
	margin: 10px;
}

/**********************************************************************************
/* Featured Page Thumbs *
**********************************************************************************/

#featured-choices {}
#featured-choices a{
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	border: 3px solid #000000;
}

/**********************************************************************************
/* Product List thumbnails *
**********************************************************************************/

#product-thumbs {
	margin-top: 25px;
	margin-bottom: 25px;
}
#product-thumbs h2 {
	font-size: 16px;
}

#product-thumbs a {
	margin-left: 17px;
	display: block;
	height: 68px;
	width: 94px;
	float: left;
	margin-top: 10px;
}



