body {
	background:#CCCCCC url('../images/body_background.jpg') repeat-x
}

html, body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	line-height: 1.5em;
}

a img{
	border:none}
a {
	color:#39F;
}
a:hover {
	color:#03F;
}

#header h1 span { color:#963 } 							/* tagline color */

.search-area .textbox, #searchform .textbox { 			/* SEARCH TEXTBOX */
	color:#000;
	font-weight:bold;/* text color */
	border:1px solid #000;								/* border color */
	background:#CCC}									/* background color */

.widecolumn { background:#F2F6F8 }						/* Should be same as above */

.login a{
	width:35px;
	padding:0 10px;
	font-size:.8em;
	float:right;
	background-color:#CCC;
	color:#999;
	}


h2.pagetitle {

	color:#963;
}										/* Page - title text color */

blockquote p { bcolor:#963}							/* Blockquote text color */
		
h3 { color:#999 }									/* H3 title text color */
	
ul.commentlist li {
	background:#f6f2ed url('../images/comment_background.jpg') no-repeat }	/* Comment background color */
			




/* ----------------------------------------------------------------- */
/* END COLOR CHANGES ----------------------------------------------- */
/* fonts */
	
h1 {
	font:24px Arial, Helvetica, sans-serif;
	padding: 0;
	line-height: 26px;
	color:#06C;
	font-weight: bold;
}	
h2 {
	font:17px Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color:#666;
}	


/* DEFAULT WORDPRESS CSS FOR IMAGES */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.imageLeft {
   float: left;
   border: 1px solid #000;
   margin: 0px 10px 10px 0px;
}

.imageRight {
   float: right;
   border: 1px solid #000;
   margin: 0px 0px 10px 10px;

}
.imageRight img {


}

   
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */

}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

p.fineprint {
	font-size:12px;
	color:#1A2364;
	line-height: 16px;
}


/* Main Styles ----------------------------------------------------- */
/* ----------------------------------------------------------------- */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
	color:#666;
    line-height: 1.75em;
}
	
a:active, a:focus { outline:none }
.clear { clear:both; font-size:1px; display:block }

#content {
	width:1000px;
	margin:0 auto;
	background-image:url('../images/main_content_background.jpg');
	background-color:#FFF;
}
#content {

}	
a { text-decoration:none }	
a:hover { text-decoration:none }

.top {
	float:right;
	font-size:10px;
	}
.more{
	float:right;
	font-size:12px;
	padding:10px 0px 0 0;
	}
	
/* Header ---------------------------------------------------------- */
/* ----------------------------------------------------------------- */
	
#header {
	width:1000px;
	height:98px;
	position:relative;
	background:url('../images/header_background.jpg') no-repeat
}
	
	#header h1 {
	position:absolute;
	top:0px;
	left:2px;
	width:600px;
	height:98px;
	margin:0;
	padding:0;
	font-size:1px
}
		
		#header h1 a {
	display:block;
	width:175px;
	height:98px;
	text-indent:-2000px;
	background:url('../images/logo.jpg') no-repeat
}
			
		#header h1 span {
	font-size:16px;
	font-weight:normal;
	position:absolute;
	bottom:-20px;
	left:2px
}
		.textbox{
			width:300px; }
			
	#header .search-area {
		display:block;
		margin:0; padding:0;
		width:400px;
		text-align:right;
		position:absolute;
		right:20px;
		top:44px }
		
		.search-area p, #searchform p {
			margin:0; padding:0;
			display:inline }
		
		.search-area form, #searchform form {
			margin:0; padding:0 }
		
		.search-area .textbox, #searchform .textbox {
			padding:5px;
			font-size:12px;
			font-family:Arial, Helvetica, sans-serif }
		
		.search-area .button, #searchform .button {
			border:none;
			padding:5px; margin:0;
			position:relative;
			top:0px;
			background:url('../images/button_search.jpg') no-repeat;
			width:80px;
			height:26px }
			
		.search-area .button, #searchform .button:hover {
			background:url('../images/button_search_f2.jpg') no-repeat;
			}

/* Navigation ------------------------------------------------------ */
/* ----------------------------------------------------------------- */
#nav ul li a {											/* NAVIGATION */
	line-height: 1.7em;
	color:#009;											/* text color */
	border-right:1px solid #CCCCCC }					/* link seperator color (the little line) */
	
#nav ul li a:hover {
	background:#000 url('../images/hnav_hover.jpg') repeat-x;									/* hover background color */
	color:#009;
	background-color:#000;
	}													/* text hover color */

#nav li:hover ul,
#nav li.over ul { background:#6D889B }					/* dropdown rollover background color */
#nav ul ul li a:hover { background:#B2C5D3 }			/* dropdown link rollover color */

#nav {

	width:1000px;
	height:30px;
	background:url('../images/hnav_background.jpg') no-repeat;
	margin:0;
	padding:0;
	overflow: hidden;
}
	
	#nav ul {
		list-style:none;
		margin:0; padding:0;
		height:30px }

	#nav ul#navigationRight {
		width:250px;
		float:right;}
		
	#nav ul#navigationLeft {
		width:750px;
		float:left;}			
		
	#nav ul#navigationRight li {
		position:relative;
		display:block;
		float:right;
		height:30px;
		width:250px;
		margin:0;
		 }
	#nav ul#navigationLeft li {
		position:relative;
		display:block;
		float:left;
		height:30px;
		margin:0;
		padding:0 }
		
		#nav ul#navigationRight li a {
		padding:0 }	
		
		#nav ul li a {
			text-decoration:none;
			display:block;
			margin-top:0px;
			padding:5px 10px 5px 10px; 
			font-size:12px;
			font-weight:bold;
			 }
			
		#nav ul li a:hover { text-decoration:none }
			
		#nav ul ul {
			display: none;
			width:200px;
			height:auto;
			position:absolute;
			top:30px;
			left:0 }
			
			#nav li > ul {
				top: auto;
				left: auto }
			
			#nav li:hover ul, #nav li.over ul { z-index:2000px; display: block; width:200px; height:auto; top:30px; left:0 }
			
			#nav ul ul li {
				height:auto;
				display:block;
				float:none;
				margin:0; padding:0 }
				
				#nav ul ul li a {
					font-size:10px;
					height:auto;
					padding:10px 10px;
					border:none }
.navigation { width:100%; font-size:10px; margin:0 }	
.navigation .alignleft { display:block; float:left; width:49% }
.navigation .alignright { display:block; float:right; width:49%; text-align:right }
/* Navigation2 ------------------------------------------------------ */
/* ----------------------------------------------------------------- */
#nav2 ul li a {											/* NAVIGATION */
	color:#999;										/* text color */
	/*border-right:1px solid #600 				 link seperator color (the little line) */
	}	
#nav2 ul li a:hover {
	/*background:#600 url('../images/hnav2_hover.jpg') repeat-x;*/									/* hover background color */
	color:#C90;
	/*background-color:#600; */
	}													/* text hover color */

#nav2 li:hover ul,
#nav2 li.over ul { background:#6D889B }					/* dropdown rollover background color */
#nav2 ul ul li a:hover { background:#B2C5D3 }			/* dropdown link rollover color */

#nav2 {
	width:1000px;
	height:18px;
	background:url('../images/hnav2_background.jpg') no-repeat;
	margin:0;
	padding:0;
	overflow: hidden;
}
	
	#nav2 p {
		color:#999;	
		margin:0;
		width:135px;
		height:18px;
		float:left;
		font-size:12px;
		font-weight:bold;
		padding:0 10px 0 30px;
		top: 18px;}
		
		#nav2 p a{
		color:#000;	
		text-decoration:none}
		
	#nav2 ul {
		float:left;
		list-style:none;
		margin:0; padding:0;
		width:825px;
		height:18px }
		
	#nav2 ul li {
		position:relative;
		display:block;
		float:left;
		height:18px;
		margin:0;
		padding:0 }
		
		#nav2 ul li a {
			text-decoration:none;
			display:block;
			margin-top:0px;
			padding:0px 20px 0px 20px; 
			font-size:10px;
			font-weight:bold;
			 }
			
		#nav2 ul li a:hover { text-decoration:none }
			
		#nav2 ul ul {
			display: none;
			width:200px;
			height:auto;
			position:absolute;
			top:18px;
			left:0 }
			
			#nav2 li > ul {
				top: auto;
				left: auto }
			
			#nav2 li:hover ul, #nav li.over ul { z-index:2000px; display: block; width:200px; height:auto; top:18px; left:0 }
			
			#nav2 ul ul li {
				height:auto;
				display:block;
				float:none;
				margin:0; padding:0 }
				
				#nav2 ul ul li a {
					font-size:10px;
					height:auto;
					padding:1px 10px;
					border:none }
.navigation2 { width:100%; font-size:10px; margin:0 }	
.navigation2 .alignleft { display:block; float:left; width:49% }
.navigation2 .alignright { display:block; float:right; width:49%; text-align:right }
/* Main Content ---------------------------------------------------- */
/* ----------------------------------------------------------------- */

#main-content {
	width:825px;
	margin: 0;
	overflow: hidden;
}
#pageHeader {
	float:right;
	}	
	
.threeColumn{
	width:251px;
	padding:0 0 20px 20px;
	float:left;}
	
.narrowcolumn { width:825px; float:right; }

.contentPadding {clear:both;
	padding:0px 20px 20px 20px;
}
.contentPadding h1{
	margin:-60px 0px 0px 0px;
}

.commentmetadata {
		color:#009;
		font:bold;
}
.introContentPadding {
	padding:0px 20px 60px 20px;
}
.postTop{
		background:url('../images/contentbox_large_top.jpg') no-repeat;
		width:785px;
	    
		}
.postTop h2{ padding:20px 20px 0px 40px;	
		}

.postBottom{ 
		background:url('../images/contentbox_large_bottom.jpg') no-repeat;
	    height:51px;
		}

.post { clear:both;
		width:785px;
		background:url('../images/contentbox_large_center.jpg') repeat-y;
		padding:0px 0px;
		position:relative;
		}

.postBottom .date {
	float:right;
	font-size:9px;
	color:#CCC;
	}
.postTop h1{
	padding:30px 0 15px 35px;
	margin:0;
	}	

.postTop h2 {
		width:745px;
		
}

.post p {
		padding:0 40px;
	
}
	
	
.post h2 a { text-decoration:none }
.post h2 a:hover { text-decoration:none }

ul.checklist {
	display:block;
	position:relative;
	width:660px;
	margin:0px;
	padding:0 25px 0 35px;
	clear:both;
 }
 ul.checklist h3{
	margin:0px;

 }
		ul.checklist li{
			list-style:none;
			background:url(../images/icon_checkbox.jpg) no-repeat;
			padding:6px 0 8px 40px;
			top:0px;
			border-bottom:dotted #CCC 1px;
			line-height:1.25em;
			}

ul.checklist .leftside { display:block; width:325px; float:left ; padding:5px 0px 2px 0px; }
ul.checklist .leftside li{
			list-style:inside;
			list-style-image:url(../images/blue_square_bullet.gif);
			background:none;
			padding:0px 0 0px 10px;
			top:0px;
			border-bottom:none;
			line-height:1.25em;}
ul.checklist .rightside li{
			list-style:inside;
			list-style-image:url(../images/blue_square_bullet.gif);
			background:none;
			padding:0px 0 0px 10px;
			top:0px;
			border-bottom:none;
			line-height:1.25em;}
ul.checklist .rightside { display:block; width:325px; float:right; padding:5px 0px 2px 0px; }

ul.checklist .threeColumn { display:block; width:220px; float:left ; padding:5px 0px 2px 0px; }
ul.checklist .threeColumn li{
			list-style:inside;
			list-style-image:url(../images/blue_square_bullet.gif);
			background:none;
			padding:6px 0 6px 10px;
			top:0px;
			border-bottom:none;
			line-height:.75em;}


.full h2 {
	font-weight:bold;
	border:none;
	margin:0 0 15px 0 ;
	padding:0 ;
	width:auto ;
	float:none }
	
.post .postmetadata {
	float:right;
	width:720px;
	font-size:12px;
	font-style:italic;
	padding:0;
	margin:0 0 15px 0 }
	
.full .postmetadata {
	float:none;
	width:auto;
	line-height:18px;
	font-size:12px;
	font-style:italic;
	padding:10px;
	margin:0 0 15px 0 }
	
	.post .postmetadata .category {
		display:block;
		width:323px;
		float:left; }
	
	.post .postmetadata .comments {
		display:block;
		width:200px;
		text-align:right;
		float:right; }

h2.pagetitle {

	margin:0 0 20px 0;
	padding:3px 10px 3px 10px;
	letter-spacing:-1px }
		


blockquote {
	display:block;
	padding:0 60px 0 60px;
	margin:0;
	background:url('../images/quotes_left.jpg') 30px 0 no-repeat }
	
	blockquote p {
		margin:0;
		padding:0;
		font-style:italic;
		background:url('../images/quotes_right.jpg') bottom right no-repeat }
		
h3 {
	font-size:16px;
	font-weight:bold }
		
ul.commentlist {
	list-style:none;
	position:relative;
	margin:0;
	padding:0 0 0 35px;
 }
	
	ul.commentlist li {

		display:block;
		width:732px;
 }
		
		ul.commentlist li div {
			display:block;
			margin:0;
			width:732px;
			background:url('../images/comment_background_bottom.jpg') bottom no-repeat }
			
ul.commentlist .leftside { display:block; width:200px; float:left ; padding:5px 0px 2px 20px; }
ul.commentlist .rightside { display:block; width:400px; float:left; padding:5px 20px 2px 0px; }
ul.commentlist img { float:left; margin:0 10px 0 0 }
ul.commentlist cite { font-size:16px; font-weight:bold; font-style:normal; position:relative; top:-2px }
ul.commentlist small { font-size:11px; font-weight:normal; font-style:italic; display:block }
ul.commentlist p { margin:0; padding:0 0 0 15px; line-height:20px; font-size:12px }

#commentform { margin:0; padding:20px 40px; }
#commentform p { margin:0 0 15px 0; padding:0 }
#commentform .textarea {
	width:720px }
	
/* contact form --------------------------------------------------------- */
/* ----------------------------------------------------------------- */

.formCommentBox{
	width: 780px;
	height: 200px;

}

.formTextBox{
	width: 400px;

}
form{
	padding:20px
	}
/* default forms --------------------------------------------------------- */
/* ----------------------------------------------------------------- */

fieldset{
	padding:20px;
	}
fieldset ul{
	margin:0 -60px;
	list-style:none;
	width:450px;
	}
fieldset ul li{
	float:right;
	}

/* PriceChart --------------------------------------------------------- */
/* ----------------------------------------------------------------- */
#priceChart{
	list-style:none;
	position:relative;
	padding:0px 40px 40px 40px;
	}
#priceChart ul ul{
	padding:0px 40px 20px 0px;
	}

.priceChartColumn{
	float:left;
	list-style:none;
	
	}
.priceChartColumn li h3{
	padding:0px ;
	
	}
.productOptions{
	padding:0px 0px 20px 20px;
	margin:-20px 0px 0px 0px;
	float:left;
	}	
	
.listRows{
	list-style:none;
	}
.listRows li{
	clear:both;
	}
/* vertical list --------------------------------------------------------- */
/* ----------------------------------------------------------------- */	

	.vertList{
	float:left;
	padding:20px;
	display: block;
	width: 740px;
		}
/* Sidebar --------------------------------------------------------- */
/* ----------------------------------------------------------------- */
.subNavHeader{
	height: 67px;
	line-height: 14px;
	font-size:18px;
	margin:0 0px 0px 0;
	text-indent:-2000px;
	padding:5px 0px 5px 0px;
	
	}
#sidebar {
	margin:0;
	float:left;
	width:175px;
	padding:0px 0px 0px 0px;
	overflow: hidden;
	background-image:url('../images/main_content_background.jpg') repeat-y;
}
#sidebar h1 {
	clear:both;
	font:16px Verdana, san-serif;
	color:#666;
	padding:0 10px 0 20px
	}							 
#sidebar h2 {
	font:14px Verdana, san-serif;
	color:#666;
	padding:0 10px 0 20px
	}	
		


	#sidebar ul {
		clear:both;
		list-style:none;
		margin:0; padding:0; position:relative; }

				
	#sidebar ul li {
		float:left;
		padding:0px;
		width:175px;
		display:block;
		margin:0px;
		font:12px Tahoma, Verdana, san-serif;
		font-weight: normal;
		color:#000;
		border-bottom: 1px solid #C90;
		border-top: 1px solid #FFC;	
		
		}
		
	#sidebar ul li .date {
		font:10px Tahoma, Verdana, san-serif;
		text-align:right;
		font-weight: normal;
		color:#FC0;
		line-height: 6px;
		}
	#sidebar ul li a {
		color:#009;

		}

		
	#sidebar p {
		padding:20px;
		line-height:14px;
		margin:0 0 0px 0 }
		
	#sidebar ul li a {
        background:url('../images/vnav_button.jpg') repeat-y;
		display:block;
		padding:5px 5px 5px 20px;
		text-decoration:none;
		
		
		}		
	#sidebar ul li a:hover {
	color:#009;
	background:url('../images/vnav_button_over.jpg') repeat-y;
		}		

/*#sidebar .archives li {
	margin:0 0 4px 0;
	display:block;
	height:18px;
	padding:0 0 0 20px;
	background:url('../images/calendar_icon.jpg') 0 4px no-repeat }

#sidebar .categories ul li {
	margin:0 0 4px 0;
	display:block;
	height:18px;
	padding:0 0 0 20px;
	background:url('../images/folder_icon.jpg') 0 4px no-repeat }*/
	
/* Footer ---------------------------------------------------------- */
/* ----------------------------------------------------------------- */

#footer {
	width:980px;
	height:60px;
	margin:0 auto;
	padding:10px;
	background:url('../images/footer_background.jpg') no-repeat;
	}	
#footer p {
	padding:0;
	margin:0;
	font-size:12px;
	line-height:20px;
	text-align:center;
	color: #999;
}
#footer p a{
	color: #333;
	text-decoration:none;
}
.footerLink {
	padding:0;
	margin:-28px;
	font-size:10px}
.footerLink a{
	font-weight:bold;
	color:#666}

	/* --------video and slideshow ----------*/
#splash	{
	position:relative;
	width: 1000px;
	background-repeat: repeat-y;
	background-image:url(../images/page_backdrop.jpg);
	background-position:top center;
	}
#splashImagePosition {
	width: 1000px;
	background-image:url(../images/page_backdrop.jpg);
	background-repeat: repeat-y;
	background-position:center;
	margin: 0 10px;
}
#splashRightContent {
	width: 1000px;
	height: 250px;
	overflow:hidden;
}

#splashLeftContent {
	float: left;
	width: 250px;
}
/* rotator in-page placement */
    div#rotator {
	background-image:url(../images/slide.jpg);
	position:relative;
	float: right;
	width: 825px;
	height: 300px;
}
/* rotator css */
	div#rotator ul li {
	position:absolute;
	list-style: none;
	top:0;
	left:0;
}
/* rotator image style */	
	div#rotator ul li img {
	border:none;
	padding:0px;
}
    div#rotator ul li.show {
	z-index:500
}#slideShow{
	float: right;
	width: 825px;
	height: 300px;
	}
#mp3Player{
	float:right;
	width: 825px;
	height: 20px;
	text-align: right;
	background-image: url(../images/mp3_backdrop.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
}

#videoGallery {
	width: 825px;
	height: 464px;
}

 
 

	/* --------ad for three column home page----------*/

#introAdNavContainer {
	width : 825px;
	height : 240px;
	overflow : hidden;
	float: right;
	position: relative;

}
ul#introAdNavMenu {
	margin : 0;
	padding : 0;
	list-style: none;
}

ul#introAdNavMenu a {
	display : block;
	height : 240px;
	text-decoration : none;
}
li#introAdOne   a:hover
{
	background : url(../images/intro_ads_f2.jpg) no-repeat 0px 0px;
}

li#introAdTwo a:hover
{
	background : url(../images/intro_ads_f2.jpg) no-repeat -268px 0px;
}

li#introAdThree a:hover
{
	background : url(../images/intro_ads_f2.jpg) no-repeat -552px 0px;
}


li#introAdOne {
	list-style: none;
	position : absolute;
	top : 0px;
	left : 0px;
	width : 268px;
	height : 240px;
	background : url(../images/intro_ads.jpg) no-repeat 0px 0;

}

li#introAdTwo
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 268px;
	width : 2284px;
	height : 240px;
	background : url(../images/intro_ads.jpg) no-repeat -268px 0px;
}

li#introAdThree
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 552px;
	width : 273px;
	height : 240px;
	background : url(../images/intro_ads.jpg) no-repeat -552px 0px;
}
.introTwoColumn{
	
	margin : 0;
	padding : 0;
	list-style: none;
	float:left;
	}
.introTwoColumn li{
	width:360px;
	margin : 0;
	padding :0px 10px 40px 10px;
	float:left;
	
	}
.introTwoColumn img{
	padding :0px 10px 10px 0px;
	
	}
		
#photoGalleryNav ul li a{										/* NAVIGATION */
	color:#099;	
	border-right:1px solid #CCC;/* text color */
	}					/* link seperator color (the little line) */
	
#photoGalleryNav ul li a:hover {
	background:#FFF;									/* hover background color */
	color:#000;
	
	}													/* text hover color */

#photoGalleryNav {
		float:right;
		width:670px;
}
	
	#photoGalleryNav ul {
		list-style:none;
		margin:0;
		padding:0;
		float:left;
	}
		
	#photoGalleryNav ul li {
		
		display:block;
		float:left;
		margin:0;
		width:80px;
		padding:0;
		}		
		
		#photoGalleryNav ul li a {
			text-decoration:none;
			display:block;
			margin-top:0px;
			padding:0px 6px 0px 6px; 
			font-size:12px;
			line-height:1em;

			 }
			
		#photoGalleryNav ul li a:hover { text-decoration:none }
	

