/* Dambach Stylesheet by Aaron Elliott */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	background-image:url(../img/s_bg.png);
	background-repeat:repeat-x;
}
a {
	color:#FF0000;
}
a:hover {
	color:#666666;
}
table {
	width:98%;
}

h1 {
	font-size:20px;
}
h2 {
 width:60%;
 line-height:32px;
}
h3 {
	display:block;
	font-size:14px;
	text-transform:uppercase;
	margin:0px;
	line-height:30px;
	color:#FF0000;
	border-bottom:1px solid #CCC;
}
fieldset {
	background-color:#efefef;
	padding:20px;
	font-size:12px;
	border:0;
	margin-top:20px;
	text-align:left;
	border-bottom:1px solid #CCC;
	}
legend {
	font-size:16px;
	font-weight:bold;
	color:#666;
	letter-spacing:-1px;
	margin:0px;
	padding:0px;
	}
/* structure */

#wrapper {
	display:block;
}

#header {
	display:block;
	height:100px;
	background-image:url(../img/header_bg.jpg);
	background-repeat:repeat-x;
}	
#header #logo {
	position:absolute;
	top:0px;
	left:0px;
	width:600px;
	height:100px;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	font-size:26px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#FFF;
}
#header #search {
	position:absolute;
	top:10px;
	right:10px;
}
#header #nav_wrap {
	display:block;
}
#header #nav_wrap #headernav {
	position:absolute;
	top:70px;
	right:5px;
}
	#header #nav_wrap #headernav ul {
		list-style-type: none;
		margin:0;
		padding:0;
	}
	#header #nav_wrap #headernav li{
		font-size:12px;
		
		margin: 0;
		padding: 0;
		display: inline;
		text-decoration: none;
	}
	
	#header #nav_wrap #headernav a{
		margin:0;
		padding:10px;
		line-height:30px;
		color: #FFF;
		text-decoration: underline;
	}
	
	#header #nav_wrap #headernav a:hover{
		color:#0000FF;
		background-color:#FFF;
	}
	#home #home a,
	#store #store a,
	#about #about a,
	#faq #faq a,
	#links #links a,
	#events #events a,
	#testimonials #testimonials a,
	#support #support a,
	#contact #contact a{
		color:#0000FF!important;
		background-color:#FFF;
	}
#header #nav_wrap #cartnav {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	line-height:30px;
	position:absolute;
	top:5px;
	right:5px;
	padding:2px 7px;
}
#header #nav_wrap #cartnav a{
	color:#FFF;
}

.navarrow {
	background-image:url(../img/navarrow.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#content_wrapper {
	display:block;
	position:relative;
	width:100%;
	margin:0;
}
	#left_nav {
	float:left;
	width:200px;
	margin:0;
	padding:0;
	background-color:#FFF;
	/*height:500px;*/
	z-index:1000;
	}	
	#left_nav p {
		font-size:12px;
		font-weight:bold;
		padding:20px;
		margin-top:30px;
	}
	#nav{
		margin: 0;
		padding: 0;
		width: 200px;
		text-align: left;
		list-style-type: none;
		float:left;
	}
	
	#nav li{
		line-height:20px;
		margin: 0;
		padding:0;
		text-decoration: none;
		border-top:1px solid #EFEFEF;
		position: relative;
		text-decoration: none;
	}
	
	#nav li a{
		color: #333;
		display:block;
		font-size:11px;
		margin-left: 1px;
		padding: 2px 7px;
		text-decoration:none;
		width:186px;
	}
	
	#nav li a:hover{
		background-color:#EAEAEA;
		color:#333;
	}
	#nav li ul {
	position: absolute;
	margin-top:-25px;
	display: none;
	border-left:1px solid #EFEFEF;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	background-color:#FFF;
	z-index:1001;
	left:0px;
	top: 1em;
	list-style-type:none;
	}
	/* Fix IE. Hide from IE Mac \*/
	* html #nav li { float: left; height: 1%; }
	* html #nav li a { height: 1%; }
	/* End */
			
	
	#nav li:hover ul, #content_wrapper #nav li.over ul { display: block;}
	
	#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li ul {
	position: absolute;
	left: 200px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index:1000;
	padding:0px;
	margin:0px;
	}
	
#content_wrapper #content {
	margin-left:220px;
	margin-top:20px;
	font-size:14px;
	line-height:24px;
	color:#666;
	width:auto;
}

/*#home #content {
	position:absolute;
	margin:0px;
	left:220px;
	top:20px;
}*/

#footer {
	display:block;
	background-color:#333;
	height:350px;
	z-index:-1;
}

#footer_inner {
	margin-top:20px;
	padding:5px;
	font-size:11px;
	line-height:16px;
	color:#CCC;
}
#footer_inner img {
	
}

.footer_cell {
	width:25%;
	padding:10px;
	color:#FFFFFF;
	font-size:12px;
	line-height:22px;
}
.footer_cell_2 {
	width:50%;
	padding:10px;
	color:#FFFFFF;
	font-size:12px;
	line-height:22px;
}
.footer_cell h3{
	font-size:18px;
	letter-spacing:-1px;
	color:#999;
	text-transform:uppercase;
	background-color:#333;
	padding:0px;
	margin:0px;
	border:0;
}
.footer_cell_2 h3{
	font-size:18px;
	letter-spacing:-1px;
	color:#999;
	text-transform:uppercase;
	background-color:#333;
	padding:0px;
	margin:0px;
	border:0;
}
#footer a {
	color:#FFF;
}

#copyright {
	display:block;
	background-color:#333;
	height:31px;
	position:relative;
}
#copyright_inner {
	position:absolute;
	left:15px;
	font-size:10px;
	color:#999;
	line-height:31px;
	background-color:#333;
	height:31px;
	font-weight:normal;
}
#credit_logos {
	width:371px;
	right:0px;
	position:absolute;
}
/* specific content */

#maincontent {
	/*background-image:url(../img/grass_di_home.jpg);
	background-repeat:no-repeat;
	background-position:top;*/
	width:700px;
	z-index:-1;
}


/* clear fix */

.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix
{
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
}
* html .clearfix
{
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
}

/* classes */

.error {
	display:block;
	padding:10px;
	background-color:#EFEFEF;
	border:1px solid #CCC;
	color:#FF0000;
	font-size:12px;
	text-align:center;
}
.input {
	width:130px;
	float:left;
	margin-right:5px;
}
.button {
	float:left;
	
}
.leftForm {
	padding:10px;
}
.leftForm p {
	font-size:11px;
	line-height:24px;
	margin:0;
	padding:0;
}
.leftForm p a{
	color:#666;
}
.leftForm p a:hover{
	color:#333;
	background-color:#FFF;
}

/* store classes */

.product {
	border-bottom:1px solid #EFEFEF;
	border-left:1px solid #EFEFEF;
	width:27%;
	height:300px;
	float:left;
	padding:20px;
	cursor:pointer;
}
.product:hover {
	background-image:url(../img/s_bg_2.jpg);
	background-repeat:repeat-x;
}
#productImage {
	width:60%;
}
#productDetails {
	width:186px;
	background-color:#efefef;
	font-size:11px;
	position:absolute;
	right:5px;
	top:5px;
	border:5px solid #f8f8f8;
	padding:10px;
}
#productDetails p {
	margin:0;
	padding:0;
	line-height:20px;
}

#seocontent {
	font-size:12px;
	margin-top:20px;
	color:#666;
	line-height:20px;
}
.listPrice {
	color:#0099CC;
}
#ourPrice{
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	background-color:#FF0000;
	padding:2px 5px;
}
.youSave {
	color:#0099CC;
}
#productReviews {
	background-color:#f8f8f8;
	padding:2px 3px;
	margin-top:2px
}
#relatedProducts {
	background-color:#f8f8f8;
	padding:2px 3px;
	margin-top:2px;
}
#productDiscounts {
	background-color:#f8f8f8;
	padding:2px 3px;
	margin-top:12px;
}
#emailtofriend {
	background-color:#f8f8f8;
	padding:2px 3px;
	margin-top:2px;
}
#contactus {
	background-color:#f8f8f8;
	padding:2px 3px;
	margin-top:2px;
}
.cart {
	background-color:#f8f8f8;
	padding:2px 3px;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
}

.navigation_page {
	display:block;
	line-height:30px;
	background-color:#efefef;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top:10px;
	height:36px;
	padding-top:10px;
}

.pageSort {
	float:right;
	margin-right:10px;
	line-height:30px;
}

.pageNavigation {
	margin-left:10px;
	line-height:30px;
	float:left;
}
/* ajax tabs */

#tabs {
	

}

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: -2px;
	font-size:12px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	padding: 3px 7px;
	margin-right: 3px;
	font-size:14px;
}

.shadetabs li a:hover{
	color: #333;
	background-color:#efefef;
}

.shadetabs li.selected{
	
}

.shadetabs li.selected a{ /*selected main tab style */
	background-color:#efefef;
	color: #333;
	font-weight:bold;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.contentstyle{
	background-image:url(../img/s_bg_dark.png);
	background-repeat:repeat-x;
	background-color:#FFF;
	margin-bottom: 1em; padding: 10px;
	height:200px;
	overflow:auto;
}

/* tool tips */

#tooltip {
    padding: 5px;
    /*background: #f9f9f9;
    border: 1px solid #eee;*/
    text-align: left;
    font-size: 14px;
	/*max-width:300px;*/
	margin:0px;
}

#tooltip h3 {
	margin:0;
	padding:0;
	color:#666;
	line-height:26px;
	font-size:16px;
	letter-spacing:-1px;
	
}
#tooltip a {
	font-weight:bold;
}

span.tip {
    border-bottom: 1px solid #eee;
}

/* misc classes */

.columns_40 {
	float:left;
	width:40%;
	margin:5px;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

.product_title {
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
	text-decoration:underline;
}

.CPpageHead {
	font-size:16px;
	color:#333;
}

#warning {
	font-size:14px;
	padding:10px;
	background-color:#efefef;
	border:1px solid #ccc;
	color:#CC0000;
	position:absolute;
}

.lightrow {
	background-color:#EFEFEF;
}
.darkrow {
	background-color:#E1E1E1;
}
.titlerow {
	background-color:#B6B6B6;
}
.bottomrow {
	background-color:#F8F8F8;
	border-top:1px solid #333;
}
.contentTable {
	font-size:12px;
}
.tdtitle {
	font-size:14px;
	background-color:#efefef;
	text-transform:uppercase;
	font-weight:bold;
}
.comment {
	font-size:10px;
	color:#666;
}

/* category headers */

.iml_cat_business {
	background-image:url(../img/iml_cat_business.jpg);
	background-repeat:no-repeat;
	height:156px;
	padding-left:200px;
	padding-top:50px;
	margin:0px;
}
.iml_cat_family {
	background-image:url(../img/iml_cat_family.jpg);
	background-repeat:no-repeat;
	height:156px;
	padding-left:200px;
	padding-top:50px;
	margin:0px;
}
.iml_cat_church {
	background-image:url(../img/iml_cat_church.jpg);
	background-repeat:no-repeat;
	height:156px;
	padding-left:200px;
	padding-top:50px;
	margin:0px;
}
.iml_cat_school {
	background-image:url(../img/iml_cat_school.jpg);
	background-repeat:no-repeat;
	height:156px;
	padding-left:200px;
	padding-top:50px;
	margin:0px;
}
.iml_cat_disc {
	background-image:url(../img/iml_cat_disc.jpg);
	background-repeat:no-repeat;
	height:156px;
	padding-left:200px;
	padding-top:50px;
	margin:0px;
}
.expand {
	background-image:url(../img/nav_arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
}

/* lightbox */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:700px;
	height:450px;
	margin:-225px 0 0 -350px;
	border:5px solid #EFEFEF;
	background:#FFF;
	text-align:left;
	overflow:auto;
	overflow-x:hidden;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000099;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
	color:#666;
	font-size:11px;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
	color:#666;
	font-size:11px;
}

#lightbox.done img{
	
}

/* sub pages */

.sub_page {
	padding:10px;
	font-size:11px;
}
.sub_page p{
	margin-top:0px;
}
.sub_page a{
	color:#CCC;
}
.sub_page a:hover {
	color:#666;
}
.sub_page span {
	display:block;
	background-color:#EFEFEF;
	padding:10px;
	margin:5px;
}
.sub_page span h1 {
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
.sub_page span p {
	line-height:20px;
}
.sub_page #close {
	position:absolute;
	right:5px;
	top:5px;
	font-size:12px;
	font-weight:bold;
	z-index:4;
}

.sub_page #close a{
	display:block;
	padding:2px 7px;
	background-color:#FF0000;
	color:#fff;
	text-decoration:none;
}
.sub_page #close a:hover{
	background-color:#666;
}

.CPprodDescDet {
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	padding-bottom:20px;
}

.selected {
	color:#000!important;
	font-weight:bold;
}

#phone {
	position:absolute;
	font-size:24px;
	color:#FFF;
	margin-left:290px;
	margin-top:40px;
}