@charset "utf-8";
/* CSS Document */
/**************** Rest Start ********************/

* {  
	vertical-align: baseline;  
	font-family: inherit;  
	font-style: inherit; 
	border: none;  
	margin:0;
	padding:0;
	} 
	 

	
/***************** Reset END ************************/

/** global styles **/
body {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;

}


/******** img, div, table{ behavior: url(/Portals/_default/Skins/anvilmedia/iepngfix.htc) } ********/
 

#bodywrapper{
	text-align:center; 
	margin: 0 auto;
	background:#7e9eda url(images/bg_page.jpg) top center repeat-y; 
	/*background:#ceeafc url(images/ulysses_site_bg.jpg) bottom center no-repeat;url(images/xxx) top center  repeat-x*/
}
	
	#bodywrapper.content{
		/*background: black url(images/background-content-1.jpg) top center  repeat-x;*/
	}

#sitewrapper {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	border-left: 10px solid black;
	border-right: 10px solid black;
	text-align:left;
	position:relative;
	padding-top:380px; /* this is an arbitary value based on the height of #header */
	background: url(images/bg-member.jpg) top left no-repeat;

	
}

.home #sitewrapper{

}

.content #sitewrapper{

}

#header {
	position:absolute;
	top:0px;
	width:960px;
	margin-top: 130px;
	height:260px;
	background:  url(images/bg-header.jpg) top left no-repeat;

}

#homelink {
	position:absolute;
	left:30px;
	top:-35px;	
	width:170px;
	height:170px;
	/*background: url(images/bg-logo.png) top left no-repeat;
	behavior: url(/Portals/_default/Skins/Ulysses/iepngfix.htc);*/
}

#homelink .the_fix{
	width:170px;
	height:170px;
	background: url(images/bg-logo2.png) top left no-repeat;
	/*behavior: url(/Portals/_default/Skins/Ulysses/iepngfix.htc);*/
}


#homelink a {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:160px;
	height:160px;

}


#stage{
	width: 835px;
	padding: 20px 60px 20px 60px;
	color: #99CC00 !important; 
	background: #CCCC00;
	
}



#footer {
	background: white url(images/bg-footer.jpg) top left no-repeat;
	padding-top: 50px;
	text-align:center;
	
}
	
	#footer ul{

	}
	

	
	#footer a:link{
		color: #330000;
		text-decoration:none;
	}

/*********************** General Style ********************************/


h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl{
	padding:0;
	margin-bottom: 20px;  
	font-family:Arial, Helvetica, sans-serif;
}


h1, h2, h3, h4{	
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	font-weight: bold;
	color: #333;
}

h1{
	font-size: 2em;

}

h2{
	font-size: 1.8em;	
}

h3{
	font-size: 1.4em;
}

h4{
	font-size: 1.2em;
}

p, ul, ol, em, table{
	line-height: 1.4em;
	font-size: 1.2em;
	color: #333333;
}



input, select, textarea {
	border:1px solid #CCC;
	padding: 1px;
}

#content ul, #content ol, .containerListings {
	font-size:1.2em;
	padding-left: 3em;
	padding-right: 3em;
}

#content ul {
	padding-left: 2.6em;
}

#content ul.rpRootGroup, #content ul.rpRootGroup li
{
	padding-left: 0px;
	padding-right: 0px;
}

#content ul li{
	margin-left: 0px;
	padding-left: 5px;
/*	list-style-type: none;
	background: url(images/bg/bullet_arrow.gif) top left no-repeat*/
}

a:link{
	text-decoration: none;
	color:#006699;

}

a:hover{
	text-decoration:underline;
	color:#006699;
}



/** column structure **/
#colwrapper {
	background: black;	
	padding-top: 45px;
	background: url(images/bg-coln.jpg) repeat-y top left;
}



#cols{
	/*background: ;	*/
}




#contentcol {
	margin-right: 30px;
	width:700px;
}

.fullcol #contentcol {
	margin-right: 30px;
	width:700px;
}
	

	
	.content .threecol #content-mid {
		float:left;
		width:445px;
		background: url(images/bg-mid-column-body.jpg) repeat-y top left;
	}
		
		.content .threecol #content-mid .header{
			background: url(images/bg-mid-column-header.jpg) no-repeat top left;
		}
	
		.content .threecol #content-mid .footer{
			background: url(images/bg-mid-column-footer.jpg) no-repeat bottom left;
		}
		
		.content .threecol #dnn_ContentPane{
			padding: 0px 15px;	
		}
	
	.content .threecol #content-right {
		width:240px;
		float:right;
		background: url(images/bg-right-column-body.jpg) repeat-y top left;
	}
		
		.content .threecol #content-right .header{
			background: url(images/bg-right-column-header.jpg) no-repeat top left;
		}
		
		.content .threecol #content-right .footer{
			background: url(images/bg-right-column-footer.jpg) no-repeat bottom left;
		}
		
		 .content .threecol #dnn_ContentRightPane{
			padding: 0px 15px;	
		}
	
	.content .twocol #contentcol{
		_margin-left: 10px;		
	}
		
		.content .twocol #contentcol .header{
			background: url(images/bg-long-content-header.jpg) no-repeat top left;
		}
	
		.content .twocol #contentcol .footer{
			background: url(images/bg-long-content-footer.jpg) no-repeat bottom left;
		}
	
		.content .twocol #dnn_ContentPane{
			padding:0px 20px;
			margin:0px;
			background: url(images/bg-long-content-body.jpg) repeat-y top left;
		}
		
.content .twocol .fullcol #contentcol {
	margin-right:30px;
	width:900px;
}

		.content .twocol .fullcol #dnn_ContentPane{
			padding:0px 20px;
			margin:0px;
			background: url(images/bg-longer-content-body.jpg) repeat-y top left;
		}
		
		.content .twocol .fullcol #contentcol .header{
			background: url(images/bg-longer-content-header.jpg) no-repeat top left;
		}
	
		.content .twocol .fullcol #contentcol .footer{
			background: url(images/bg-longer-content-footer.jpg) no-repeat bottom left;
		}
	

#leftcol {

}

#subcol {
	margin-left: 30px;
	width:180px;
}



#dnn_ContentPane{
	margin-bottom: 20px;
}

/** footer elements **/
#footer a {
	text-decoration:underline;
}

#footer ul li a:hover {
	text-decoration:underline;
}

#footer ul li {
	float:none;
	padding-left:14px;
	padding-right:15px;
	background-image:url(css/footernavbullet.gif);
	background-position:left 3px;
	background-repeat:no-repeat;
	margin:0px;
}

#footer ul li.first {
	padding-left:0px;
	background:none;
}



/** helpers **/

/** use horzlist for any unorderered list that is to be rendered horintally **/
ul.horzlist {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.horzlist li {
	width:auto;
	display:inline;
	float:left;
	list-style-type:none;
}
ul.horzlist a {
	text-decoration:none;
}

ul.horzlist a span{
	visibility:hidden;
}

/** use horzlist for any div elemnent  **/
.leftcol {
	width: auto;
	float:left;
	display:inline;
}
.rightcol{
	width: auto;
	float:right;
	display:inline;
}

.left{
	float:left;

}

.right{
	float:right;
	
}

.imgbg {
	display:block;
	overflow:hidden;
	text-indent:-999em;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}	

.clear{
	display:block;
	width: 100%;
	float:left;
	clear:both;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	overflow:hidden;
}

.clearfix{display: inline-block;}

.hide{
	display:none;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


/********************** Loaded Logo CSS ***********************/

#loaded-frame {
	float:right;
	width: 120px;
	height: 60px;
	padding: 2px 20px 2px 2px;
	
}

#loaded-logo{
	width:auto;
	float:right;
	display:block;
}

a#loaded-webdeveloper:link, a#loaded-webdeveloper:hover, a#loaded-webdeveloper:visited{
	
	display:block;
	padding:2px 0px 2px 0px;
	width: 110px;
	font-size: 8px !important;
	float:right;
	text-align: right;
	color: #CCCCCC;    /*This subject to change according to the site*/
	text-decoration: none;
	letter-spacing:.1em;
}

a#loaded-webdeveloper:hover{
	color: #CCCCCC;	/*This subject to change according to the site*/
}


/************** Banner Ad****************/

.bannerad-728x90{
	float:right;
	margin-right:30px;
	margin-top:30px;
	width: 728px;
	height: 90px;
	background: url(images/ad-729x90.jpg) top left no-repeat;
}

	* HTML .bannerad-728x90{
		margin-right: 15px;	
	}

.bannerad-700x90{
	height: 90px;
	width: 700px;
	
}

.bannerad-160x340, .bannerad-160x225{
	border:10px solid #ccccc2;
	width: 160px;
	background: #ccccc2;
	margin-bottom: 20px;	
}

	.bannerad-160x340{
		
	}
	
	.bannerad-160x225{
	
	}
	
	

.ad{
	font-size: 1.2em;
	display:block;
	color: #999999;
	padding-top: 10px;
}

	.bannerad-700x90 .ad{
		color: #999999;		
		text-align:right;
		padding-top:0px;
		padding-bottom: 10px;
	}
	
	

/**************** Login and Search Panel *************/

#panels{
	position: absolute;
	bottom:0px;
	left:30px;
	width: 900px;	
	padding: 0px 0px 20px 10px;
	border-bottom: 1px solid #b3b4a8;
	
	
}
	#panels ul li{
		margin-left: 7px;
	}
	
	#panels input{	
		padding: 4px 3px;	
		font-size: 16px;
		font-weight: bold;
		width: 116px;
		border:1px solid #b0b0ab;
		color: #333;
		background: #e7e7e0;
	}
	
		
		input#username{
			
		}
		
		input#password{
			
		}
		
		input#search{
			width: 220px;
		}
		
		a#dnn_ctlHeader_ctl00_btnLogin{
			display:block;
			width: 95px;
			border:none;
			height: 31px;
			background: url(images/button-signin.jpg) top left no-repeat;
			text-indent: -999em;
			overflow:hidden;
		}
		
		input#dnn_ctlHeader_search_txtSearch{
			width: 190px;
			float: left;
		}
		
		#dnn_ctlHeader_search_cmdSearch{
			display:block;
			position:absolute;
			top: -2px;
			right:30px;		
			width: 93px;
			display:block;
			height: 31px;
			background: url(images/button-search.jpg) top left no-repeat;
		}
		
		
		
		
	
	#login-panel{
		float:left;		
		font-family: Georgia, "Times New Roman", Times, serif !important;
		font-size: 16px;
/*		padding-left: 140px;
		background: url(images/bg_memberlogin.jpg) 0px 0px no-repeat;
*/	
	}
	
	#login-panel .title{
		font-family: Georgia, "Times New Roman", Times, serif !important;
		font-size: 16px !important;
	}
	
	#search-panel{
		float:right;		
		width: 340px;
		
	}
	
	#checkout-panel{
		position:absolute;
		z-index:99;
		top: 335px;
		left: 550px;
		width: 450px;	
		height: 60px;
		font-weight:bold;
		color: #999 !important;
		
		
	}
	
	#checkout-panel .title{
		font-weight:bold;
		font-size: 16px;
		color: #999999 !important;
		padding: 0px 3px;
	}
	
	#checkout-panel strong{
		color: #000;
		
	}
		.member{
			font-size: 20px;
			font-weight: bold;
			color: #333;
			padding: 0px 10px;
			font-family:Arial, Helvetica, sans-serif;
		}
	
		#button-signout a{
			text-indent: -999em;
			overflow: hidden;
			display:block;
			position:absolute;
			top: -2px;
			width: 95px;
			border:none;
			height: 31px;
			background: url(images/button-signout.jpg) top left no-repeat;
		}
		
		 a#button-checkout{
			text-indent: -999em;
			overflow: hidden;
			display:block;
			margin-top: -5px;
			width: 93px;
			border:none;
			height: 31px;
			background: url(images/button-checkout.jpg) top left no-repeat;
		}
		
		.loginMessage{
			color: #C00;
			display:block;
			position: absolute;
			top: 32px;
			left: 135px;
			font-size: 11px;
		}
	
	
	
/****************** *********************************/
.board{
	width: 300px;
	padding: 20px;
	width: 300px;
	height: 225px !important;
	float:left;
	position:relative;
	margin-bottom: 20px;

	
}
	
	 .block1, .block2{
		position: absolute;
		bottom:23px;
		left: 20px;
		font-size: 14px;
		width: auto;
		color: #0066CC;
		font-weight: bold;
		margin: 0px 0px;
		padding: 0px 10px;
		text-decoration:none;
	
	}
	
		a.block1:hover, a.block2:hover{
			color: #0066CC;
			text-decoration:underline;
		}
		
	
	.block2{
		padding-right:0px;
		position: absolute;
		left:200px;	
		width: 120px;
	}
	
	#announcement1{		
	 	background: url(images/bg-feature1.jpg) top left no-repeat;
		margin-right: 20px;
		
	}
		
		#announcement1 p{
			color: #5c7a3d;
			font-size: 14px;
		}
	
		#announcement1  .block2{
			left:210px;
		}
	
	#announcement2{
		color: #809ccd;
		background: url(images/bg-feature2.jpg) top left no-repeat;
	}
		#announcement2 p{
			margin-top: 40px;
			margin-right: 60px;
			color: #809ccd ;
			font-size: 16px;
		
		}
		
		#announcement2  .block1{
			left:30px;
		}
		
#announcement3 {
	float:left;
	width: 640px;
	height: 150px;	
	background:url(images/bg-feature3.jpg) top left no-repeat;
	margin-bottom: 20px;	
	padding: 60px 30px 10px 30px;
}
		
	#announcement3 p{
		width: 190px;
		
		float:left;
	}
	
	#whatson{
		float:left;
		width: 400px;
	}
	
	#branches{
		float:right;
		width: 200px;
		width: auto;
		color: #0066CC;
		
		
	}
		
		#branches a.block3:link, #branches a.block3:visited{
			display:block;
			text-align: center;
			margin-top: 110px;
		}
		
		a.block3:link, a.block3:visited{	
			font-weight: bold;
			font-size: 12px;
			color: #0066CC;
			text-decoration:none;
		}
		
		
		a.block3:hover{
			text-decoration:underline;
		}

#banner-bottom {
	float:left;

}

#announcement1 h1 .title-head{
	font-size: 1.6em;
	line-height: 1.2em;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.qouotename{
	font-size: .8em;
	font-weight: bold;
	color: #000033;
}

/**************** Gear Shop *********************/
.gearshop #dnn_ContentPane{	
	background: none !important;
	padding:0px !important;		
}

.bar{
	width: 	665px;
	height: 65px;
	margin-bottom: 10px;
	background: url(images/bg-item-long-bar.jpg) no-repeat top left;
}

.item {
	width: 178px;
	padding:20px ;
	height: 240px;
	background: url(images/bg-item.jpg) no-repeat top left;
	margin-bottom: 10px;
	margin-right: 20px;
	float:left;
	font-size: 12px;
}

.last{
	float:right;
	margin-right: 0px;
}

	.item-image{
		height: 150px;
	}
	.item-title{
		font-weight: bold;
		color:#333;
		height: 45px;
		font-size: 14px;
	}
	.item-price{
		font-weight: bold;
		color: #666;
		height: 40px;
		font-size: 12px;
		height: 35px;
	}
	.item-details{
		font-weight: bold;
		color: #333;
		font-size: 14px;
		height: 30px;
		height: 30px;
	}
	
	 .item-details a:link,  .item-details a:visited{
		display:block;
		color: #333;
	}
	
	.item-details a:hover{
		display:block;
		color: #06C;
		text-decoration: underline;
	}
	
	
/***** PRODUCT ITEMS ***********/

#product-table{
	padding:0px;
}

#product-image{
	float:left;

	width: 300px;
}

#product-details{
	float:right;
	width: 340px;
	
}

#product-table .ProductNameText{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
}

#product-details .ProductPriceText{
	font-size: 14px;
	font-weight: bold;
	
}

.content .twocol #contentcol .gearshop .bar{
			text-align:center;
			padding: 20px;
			height: 45px;
		}

.content .twocol #contentcol .gearshop .header{
			height: 15px;
			background: url(images/bg-long-content-header.jpg) no-repeat top left;
		}
	
		.content .twocol #contentcol .gearshop .footer{
			height: 15px;
			margin-bottom: 10px;
			background: url(images/bg-long-content-footer.jpg) no-repeat bottom left;
		}
	
		.content .twocol #contentcol #product-table{
			padding:0px 20px;
			margin:0px;
			background: url(images/bg-long-content-body.jpg) repeat-y top left;
		}

.aspdnsf_AddToCartButton{
	border:none;
	text-indent: -999em;
	overflow: hidden;
	width: 94px;
	height: 34px;
	background: url(images/button_add.jpg) no-repeat top left;
}

.shoppingcart-table {
	font-size: 12px;	
}

.shoppingcart-table .shoppingcart-table{
	border: 1px solid #DCDED3;
	padding: 15px;
}

.aspdnsf_PageNumber{
	padding: 0px 5px;	
}

#fontsize-changer{
	z-index: 99;
	position:absolute;
	top: 435px;
	left: 610px;
	text-align: right;
}

.twocol #fontsize-changer{

	left: 860px;

}


a.edit
{
	font-size: 11px;
}

.creditcard-warning
{
	text-align: left;
}

.ContinueCheckoutButton
{
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	border-color: #666;
	border-width: 2px;
}

/**************************** FORMS ***************************/

.ulyssesform{
	background: #efefef;
}

.ulyssesform p, .ulyssesform ul li{
	font-size: 12px;	
}

.ulyssesform td, .ulyssesform th{
	padding: 5px;	
}

.ulyssesform th{
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

.ulyssesform .heading {
	background: #DCDED3;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size: 14px;
	padding: 7px;

}

#businessad .label, #bussiessad .input{
	width: 90%;
	float: left;
}


.searchresults {
	font-size: 1.2em;
	padding: 10px 0px 20px 0px;
	border-bottom: 1px solid #e6e6e6;
	float:left;
}

.searchresults .subheader{
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;
	float:left;
}

.label{
	padding: 10px 0px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1.2em;
	font-weight: bold;
	float:left;
}

.searchresults .title{
	display:block;
	float:left;
	font-weight: bold;
	padding-bottom: 2px;
	float:left;
	width: 90%;
}

.searchresults .info{
	display:block;
	padding: 5px 0px;
	float:left;
	width: 90%;
}

.col2{
	width: 440px;
	float:left;
}

.col3{
	width: 160px;
	float:right;
}

.row{
	width: 650px;
	float:left;	
}

/********* Top Image ***************/
#admin #contentcol{
	width: 900px;
	background:white;
}

#admin #dnn_ContentPane{
	background: white;	
}


#dnn_ctlTopImage_tblTopImage{
	position: absolute;
	top:0px;
	left:0px;
}

.admin #dnn_ctlTopImage_tblTopImage{
	display:none;
}


#dnn_dnnBREADCRUMB_lblBreadCrumb{
	position: absolute;
	left:240px;
	top: 400px;
}

#dnn_dnnBREADCRUMB_lblBreadCrumb a{
	color: #333;	
}

#dnn_dnnBREADCRUMB_lblBreadCrumb a:hover{
	text-decoration: underline;	
}

/******************* Member Homepage *****************/
h2#member {
	text-align:left !important;	
}

table#memberhomeitem{
	margin-left: 0px;	
}

table#memberhomeitem td{
	padding: 25px 25px 0px 25px;
	height: 250px;
	width: 170px;	
	background: url(images/bg_memberhome_item.png) top left no-repeat;
	_background: url(images/bg_memberhome_item.gif) top left no-repeat;
}

table#memberhomeitem td ul,table#memberhomeitem td ul li{
	list-style: none;
}

table#memberhomeitem td ul{
	list-style: none;
	padding:0;
	margin:0;
}

/************* Grear Shop ************/

h3#gear{
 padding-bottom:0px;	
 background:#B0B1A8 url(images/nav/bg-sub-nav-hover.jpg) repeat-x scroll left top;
 margin-bottom:0px;
 padding: 5px 5px 5px 15px;
}

.aspdnsf_AddToWishButton{
	display:none;	
}

/************* Classifieds ************/

.LTCommandRow a
{
	border: 3px solid #ccc;
	font-weight: bold;
	padding: 10px;
	background-color: #eee;
	color: #000;
	text-decoration: none;
}

.LTCommandRow a:hover
{
	background-color: #fff;
}


 .pMessageBody  {
	width: 640px !important;
	word-wrap: break-word;
}


