/* ============================== Site Stylesheet ==============================
Copyright (c) 2006-2010 Galaxy Gate Systems, All Rights Reserved
Loaded styles: (reset.css, preset.css),buttons.css,columns.css,navigation.css,photo-gallery.css,blobs.css,layout.css,footer.css,header.css,basic.css
============================================================================= */

/* ============================== reset.css ============================== */

html, body,
div,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input,
img,
p, blockquote {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}

img {
	border:none;
}

fieldset {
	border:none;
}

strong, label {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* ============================== preset.css ============================== */

/*--------------- Layout --------------------*/
.float {
	float:left;
}
.floatOpposite {
	float:right;
}

.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}


.offPage {
	position:absolute;
	left:-999em;
}

/*--------------- Text --------------------*/
.price {
	font-weight:600;
	color:#065e25;
}
.bonus {
	font-weight: bold;
	color:#f00;
}

.bigger {
	font-size:120%;	
}
.smaller {
	font-size:76%;
}

.strike {
	text-decoration:line-through;
	font-weight:600;
}

.error {
	color:#f00;
}

.alignStyle1 {
	text-align:center;
}
.alignStyle2 {
	text-align:right;
}
.alignStyle3 {
	text-align:left;
}

.extraLine {
	margin-bottom:1.4em;
}

/*--------------- Lists --------------------*/
.ulStyleSpaced li {
	margin-bottom:.6em;
}
	.ulStyleSpaced li p {
		padding:.6em 0 0 0;
	}
.olStyleSpaced li {
	margin-bottom:.6em;
}
	.olStyleSpaced li p {
		padding:.6em 0 0 0;
	}


/* ============================== buttons.css ============================== */
a.buttonStyle1, a.buttonStyle1:link, a.buttonStyle1:active, a.buttonStyle1:visited {
	display:block;
	margin:auto;
	padding-top:10px;
	width:140px;
	height:36px;
	text-align:center;
	color:white;
	text-decoration:none;
	font-family:Times New Roman,Times,serif;
	font-weight:bold;
	font-size:120%;
	background:transparent url('images/buttonStyle1.gif') top left no-repeat scroll;
}

a.buttonStyle1:hover {
	color:white;
	text-decoration:underline;
}

a.buttonStyle2, a.buttonStyle2:link, a.buttonStyle2:active, a.buttonStyle2:visited {
	display:block;
	margin:auto;
	padding-top:10px;
	width:154px;
	height:36px;
	text-align:center;
	color:white;
	text-decoration:none;
	font-family:Times New Roman,Times,serif;
	font-weight:bold;
	font-size:135%;
	background:transparent url('images/buttonStyle2.gif') top left no-repeat scroll;
}

a.buttonStyle2:hover {
	color:white;
	text-decoration:underline;
}

a.buttonStyle3, a.buttonStyle3:link, a.buttonStyle3:active, a.buttonStyle3:visited {
	display:block;
	/*margin:auto;*/
	padding-top:2px;
	padding-left:5px;
	
	min-width:115px;
	/* IE6 Mumbo Jumbo */
	width:auto !important;
	width:115px;
	
	height:24px;
	text-align:center;
	color:white;
	text-decoration:none;
	font-family:Times New Roman,Times,serif;
	font-size:125%;
	background:transparent url('images/buttonStyle3.gif') top left repeat-x scroll;
}

a.buttonStyle3:hover {
	color:white;
	text-decoration:underline;
}

a.buttonStyle4, a.buttonStyle4:link, a.buttonStyle4:active, a.buttonStyle4:visited {
	display:block;
	margin:auto;
	padding-top:7px;
	width:139px;
	height:35px;
	text-align:center;
	color:white;
	text-decoration:none;
	font-family:Times New Roman,Times,serif;
	font-weight:bold;
	font-size:130%;
	background:transparent url('images/buttonStyle4.jpg') top left no-repeat scroll;
}

a.buttonStyle4:hover {
	color:white;
	text-decoration:underline;
}
/* ============================== columns.css ============================== */

/* ====== Column 1 ======= */
.columnStyle1 {
	border:0px solid #d6d6d6;
	background:none;
}

	 
		.columnStyle1>.columnTopLeft {display:none;} 
		
	
	.columnStyle1>.columnBody {
		padding:0px 10px 0px 25px;
		background:none;
	}
	 
		.columnStyle1>.columnBottomLeft {display:none;} 
		

/* ====== Column 2 ======= */
.columnStyle2 {
	border:1px solid #000;
	background:#fff;
}

	 
		.columnStyle2 .columnTopLeft {display:none;} 
		
	
	.columnStyle2 .columnBody {
		padding:0px 0px 0px 0px;
		background:none;
	}
	 
		.columnStyle2 .columnBottomLeft {display:none;} 
		

/* ====== Column 3 ======= */
.columnStyle3 {
	border:0px solid #d6d6d6;
	background:none;
}

	 
		.columnStyle3 .columnTopLeft {display:none;} 
		
	
	.columnStyle3 .columnBody {
		padding:0px 10px 0px 0px;
		background:none;
	}
	 
		.columnStyle3 .columnBottomLeft {display:none;} 
		
/* ============================== navigation.css ============================== */

/*--------------- Main Nav --------------------*/
#navigation {
	position:absolute;
	top:94px;
		left:20px;
	padding:0 11px;
	width:939px;
	height:44px;
	background:#d7d7d7 url('images/navigation-bg.gif') top left repeat-x scroll;
}
	#navigation>ul {
		width:939px;
		height:44px;
		
		background:url('images/navigation-bar.gif') top left repeat-x scroll;	
	}
	/* Normal */
		#navigation>ul>li {
			position:relative;
			float:left;
			width:auto;
			height:44px;
			background:none;
		}
		#navigation>ul>li.first {
			position:relative;
			margin-left:250px !important;
			margin-left:125px;
		}
		
			#navigation>ul>li>a:link, #navigation>ul>li>a:visited, #navigation>ul>li>a:active {
				display:block;
				float:left;
				padding:9px 20px 0 20px;
				/* The minus 23 is to make the gray lines line up only on the gray bar and not the blue bar */
				height:21px;
				font-size:95%;
				font-weight:bold;
				text-transform:uppercase;
				text-decoration:none;
				text-align:center;
				color:#000;
				background:transparent url('images/navigation-line.gif') top left repeat-y scroll;
			}
			#navigation>ul>li>a:hover {
				text-decoration:underline;
				color:#000;
				/*background:url('http://templates.sebomarketing.com/designs/alpha/navigation/navigation-hover-link.gif')   no-repeat;*/
			}
		
	/* Hover */
		#navigation>ul>li:hover {
			background:transparent url('images/navigation-hover.gif') 50% 0 no-repeat scroll;
		}
			#navigation>ul>li:hover>a:link, #navigation>ul>li:hover>a:visited, #navigation>ul>li:hover>a:hover, #navigation>ul>i:hover>a:active {
				color:#000;
				text-decoration:none;
				background:transparent url('images/navigation-line.gif') top left repeat-y scroll;
			}
	
	/* Current */
		#navigation>ul>li.current {
			background:transparent url('images/navigation-hover.gif') 50% 0 no-repeat scroll;
		}
			#navigation>ul>li.current>a:link, #navigation>ul>li.current>a:visited, #navigation>ul>li.current>a:active, #navigation>ul>li.current>a:hover {
				color:#000;
				text-decoration:none;
				background:transparent url('images/navigation-line.gif') top left repeat-y scroll;
			}
			
	/* Current Hover */
		#navigation>ul>li.current:hover {
			background:transparent url('images/navigation-hover.gif') 50% 0 no-repeat scroll;
		}
			#navigation>ul>li.current:hover>a:link, #navigation>ul>li.current:hover>a:visited, #navigation>ul>li.current:hover>a:active, #navigation>ul>li.current:hover>a:active {
				color:#000;
				text-decoration:none;
				background:transparent url('images/navigation-line.gif') top left repeat-y scroll;
			}


/*--------------- Drop Downs --------------------*/

#navigation ul li ul {
	display:none;
	position:absolute;
	top:44px;
	left:-1px;
	
	height:auto; /* Don't delete me; makes sure you can see any borders in Firefox. */
	width:200px;

	background:none;
	border:solid #000;
	border-width:0 1px 1px;
	z-index:5;
}
	#navigation ul li:hover ul {
		display:block;
	}
	/* Make the last item right aligned */
	#navigation ul li.last ul {
		left:auto;
		right:-1px;
	}
	#navigation ul li ul li {
		display:block;
		float:left;
		margin:0;
		padding:0;
		width:200px;
		height:auto; /* Don't delete me; makes sure you can see the borders in firefox too. */
		z-index: 5;
	}
	
		#navigation ul li ul li a {
			display:block;
			float:none;
			margin:0;
			padding:6px 0 6px 12px;
			height:auto; /* needed for firefox still? */
			width:188px;
			font-weight:normal; /* must be here to override parent bold-ness */ 
			font-size:90%;
			text-align:left;
		}
		
	/* Normal */
		#navigation ul li ul li{
			background:#cdc29b;
		}
			#navigation ul li ul li a:link, #navigation ul li ul li a:visited, #navigation ul li ul li a:active {
				color:#000;
				text-decoration:none;
				background:none;
			}
	/* Hover */
		#navigation ul li ul li:hover {
			background:#cdc29b;
		}
			#navigation ul li ul li:hover a:link, #navigation ul li ul li:hover a:visited, #navigation ul li ul li:hover a:hover, #navigation ul li ul li:hover a:active {
				color:#000;
				text-decoration:underline;
				background:#fff;
			}
	/* Current */
		#navigation ul li ul li.current {
			background:#cdc29b;
		}
			#navigation ul li ul li.current a:link, #navigation ul li ul li.current a:visited, #navigation ul li ul li.current a:active {
				color:#000;
				text-decoration:underline;
				background:#fff;
			}
	/* Current Hover */
		#navigation ul li ul li.current:hover {
			background:#cdc29b;
		}
			#navigation ul li ul li.current:hover a:link, #navigation ul li ul li.current:hover a:visited, #navigation ul li ul li.current:hover a:hover, #navigation ul li ul li.current:hover a:active {
				color:#000;
				text-decoration:underline;
				background:#fff;
			}
			
/*--------------- Left Nav --------------------*/

.blobStyleNav {
	background:none;
	margin-bottom:6px;
}
/* Top */
			.blobStyleNav .blobTopLeft {
			height:37px;
			background:transparent url('images/left-nav-header.gif') top left repeat-x scroll;
		}
		.blobStyleNav .blobTopRight {
			height:37px;
			background:none;
		}
	/* Header */
	.blobStyleNav h2 {
		margin-bottom:0;
		height:33px;
		padding-top:4px;
		color:#fff;
		
		text-align:Center;
		font-size:20px;
		background:none;
	}
/* Header Link */
	.blobStyleNav a:visited, a:active {
		color:#fff;
		text-decoration:none;
	}
	.blobStyleNav a:hover { 
		color:#fff;
		text-decoration:underline;
	}
/* Body */
	.blobStyleNav .blobBody {
		padding:6px 0px 0px 0px;
		background:none;
	}
/* Links */
	.blobStyleNav ul ul{
	}
	
	.blobStyleNav ul li {
		margin-bottom:0px;
	}
	.blobStyleNav ul li a {
		display:block;
		padding:7px 2px 7px 15px;	
		font-weight:bold;
	}
	/* Normal */
		.blobStyleNav ul li{
			background:none;
		}
			.blobStyleNav ul li a:link, .blobStyleNav ul li a:visited, .blobStyleNav ul li a:active {
				color:#000000;
				text-decoration:none;
				background:none;
			}
	/* Hover */
		.blobStyleNav ul li:hover {
			background:#e4e0ce url('images/left-nav-hover.gif') top left repeat-x scroll;
		}
			.blobStyleNav ul li:hover a:link, .blobStyleNav ul li:hover a:visited, .blobStyleNav ul li:hover a:hover, .blobStyleNav ul li:hover a:active {
				color:#000000;
				text-decoration:underline;
				background:none;
			}
	/* Current */
		.blobStyleNav ul li.current {
			background:transparent url('images/left-nav-hover.gif') top left repeat-x scroll;
		}
			.blobStyleNav ul li.current a:link, .blobStyleNav ul li.current a:visited, .blobStyleNav ul li.current a:active {
				color:#000000;
				text-decoration:underline;
				background:none;
			}
	/* Current Hover */
		.blobStyleNav ul li.current:hover {
			background:transparent url('images/left-nav-hover.gif') top left repeat-x scroll;
		}
			.blobStyleNav ul li.current:hover a:link, .blobStyleNav ul li.current:hover a:visited, .blobStyleNav ul li.current:hover a:hover, .blobStyleNav ul li.current:hover a:active {
				color:#000000;
				text-decoration:underline;
				background:none;
			}
				
/* Bottom */
			.blobStyleNav .blobBottomLeft { display:none; }
	
/* ============================== photo-gallery.css ============================== */
.galleryImage {
	float:left;
	margin:0 8px 8px 0;
	min-height:200px;
	width:150px;
	text-align:center;
}
	.galleryImage a:link, .galleryImage a:visited, .galleryImage a:hover, .galleryImage a:active {
		text-decoration:none;
	}
	.galleryImage p {
		margin-bottom:.5em;
	}

/* ***** Slimbox Code ***** */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background:#fff url("/designs/alpha/photo-gallery/lb-loading.gif") no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

	#lbPrevLink, #lbNextLink {
		display: block;
		position: absolute;
		top: 0;
		width: 50%;
		outline: none;
	}

	#lbPrevLink {
		left: 0;
		background: transparent url("/designs/alpha/photo-gallery/lb-prev-label.gif") no-repeat 0 15%;
	}		
		#lbPrevLink:hover {
			/* background moved up 3 lines so that it always shows up */
		}

	#lbNextLink {
		right: 0;
		background: transparent url("/designs/alpha/photo-gallery/lb-next-label.gif") no-repeat 100% 15%;
	}
		#lbNextLink:hover {
			/* background moved up 3 lines so that it always shows up */
		}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
	#lbCloseLink {
		display: block;
		float: right;
		width: 66px;
		height: 22px;
		background:transparent url("/designs/alpha/photo-gallery/lb-close-label.gif") no-repeat center;
		margin: 5px 0;
		outline: none;
	}	
	#lbCaption, #lbNumber {
		margin-right: 71px;
	}
	#lbCaption {
		font-weight: bold;
	}
/* ============================== blobs.css ============================== */
.blobDefault {
	margin-bottom:12px;
}

.blobStyle1 {
	margin-bottom:5px;
	min-width:196px;
	/* IE6 Mumbo Jumbo */
	width:auto !important;
	width:196px;
	
	min-height:107px;
	/* IE6 Mumbo Jumbo */
	height:auto !important;
	height:107px;
	
	color:white;
	background:#bcbcbc;
}

	.blobStyle1 h2 {
		padding:5px 2px 5px 2px;
		color:white;
		text-align:center;
	}
	
	.blobStyle1 p {
		color:#fff;
		padding:5px 2px 0 5px;
	}
	
.blobStyle2 {
	margin-bottom:5px;
}

	.blobStyle2 .blobTopLeft {
	}
	
	.blobStyle2 .blobTopRight {
	}
	
		.blobStyle2 .blobTopRight h2 {
		}
	
	.blobStyle2 .blobBody {
	}
		.blobStyle2 .blobBody a{
		}
		.blobStyle2 .blobBody #viewGalleriesImage{
			width:198px;
			height:40px;
			padding-top:71px;
			background:transparent url('images/view-galleries.jpg') top left no-repeat scroll;
		}
		
		.blobStyle2 .blobBody p {
		}
		
	.blobStyle2 .blobBottomLeft{
	}
	
	.blobStyle2 .blobBottomRight{
	}
	
.blobStyle3 {
	margin-bottom:5px;
	width:198px;
	height:111px;
}

.blobStyle4 {
	margin-bottom:5px;
	width:198px;
	height:100px;
}
	
.blobTestimonial {
	border:1px solid #305970;
	padding:15px 15px 1px;
	background:#E1E0DD url('images/leftcolbg.gif') top center repeat-x scroll;
	margin-bottom:15px;
}
.galleryContainer {
	width:632px;
	margin:auto;
}
.productTable {
	clear:left;
	padding-top:8px;
	padding-bottom:4px;
}

	.productTable .product {
		float:left;
		margin-right:21px;
		text-align:center;
	}

	.productTable .last {
		margin-right:0px;
	}
	
#video, #video2{
	clear:both;
	float:right;
	margin-left:10px;
	width:320px;
}
.video-column {
	float:left;
	width:369px;
}

/* ============================== layout.css ============================== */
html {
	background: #000 url('images/site-bg.gif') repeat;
}

body {
	min-width:961px;
	min-height:614px;
	/* IE6 Mumbo Jumbo */
	height:auto !important;
	height:614px;
	background:transparent url('images/body-bg.png') top left repeat-x scroll;;
}

#siteName {
	position:absolute;
	left:-999em;
}

#container {
	position:relative;
	top:0px;
			margin:0 auto;
		width:1001px;
	text-align:center;
	padding-top:94px;
}

#content {
	position:relative;
	padding:44px 20px 0 20px;
	width:961px;
	text-align:left;
	background:transparent url('images/content-shadow.png') top left repeat-y scroll;;
}

#columnWrapper {
	position:relative;
	padding-top:19px;
	padding-left:11px;
	padding-right:5px;
	padding-bottom:10px;
	width:934px;
	
			min-height:300px;
		/* IE6 Mumbo Jumbo */
		height:auto !important;
		height:300px;
		
	border-right:11px solid #c7bc90;
	background:#fff url('images/column2-bg.gif') top left repeat-y scroll;
}

/* ============================== footer.css ============================== */


#footerWrapper {
	padding:0px 20px 20px 20px;
	width:961px;
	background:transparent url('images/footer-shadow.png') left  -141px no-repeat scroll;
}

#footer {
	position:relative;
	height:0px;
	background:transparent url('images/footer-bg.gif') top left no-repeat scroll;
	padding-top:39px;
}

			#footerLinks {
			position:absolute;
			left:5px;
			top:8px;
			height:39px;
			width:961px;
			list-style:none;
		}
			#footerLinks li {
				float:left;
			}
				#footerLinks li a:link, #footerLinks li a:visited, #footerLinks li a:active {
					float:left;
					padding:8px 20px 0 20px;
					height:31px;
					font-size:95%;
					font-weight:bold;
					text-decoration:none;
					color:#000;
				}
				#footerLinks li a:hover {
					text-decoration:underline;
					color:#000;
				}
				
			
			#footerPhone {
			position:absolute;
			top:12px;
			right:18px;
			font-size:130%;
			font-family:Times New Roman,Times,san-serif;
			color:#000;
		}
		
	#footerCopyright {
		float:right;
		margin-top:10px;
		margin-bottom:10px;
		font-size:85%;
		color:#4c4c4c;
	}
	#footerAddress {
		float:right;
		padding-bottom:6px;
		font-style:normal;
		font-size:85%;
		color:#4c4c4c;
	}
		
/* ============================== header.css ============================== */

#headerWrapper {
	position:absolute;
	top:0;
	left:0;
	height:94px;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	background:transparent url('images/content-shadow.png') repeat-y;
	width:961px;
}	

#header {
	height:94px;
	width:961px;
	background:transparent url('images/header-bg.gif') top left repeat-x scroll;
}

			#siteLogo {
			position:absolute;
			/* top */
							top:10px;
						/* left */
							left:35px;
						
			height:107px;
			width:220px;
			z-index:5;
		}
		
	
	.headerCall {
		width:270px;
		float:right;
	}
	
		.headerCall h2 {
			font-family:Arial,Helvitica,sans serif;
			color:black;
			margin:0;padding:0;
			margin-bottom:4px;
		}
	
	
		
		
			#headerPhone {
			position:absolute;
			top:37px;
							left:auto;
				right:38px;
									margin:0;
			padding:0;
			font-size:140%;
			font-family:Times New Roman, Times, serif;
			font-weight:bold;
			color:#0d0d0c;
		}
		
			#headerLinks {
			position:absolute;
			top:0px;
			right:36px;
			height:21px;
			width:auto;
			padding:12px 0px 0px 0px;
			
			list-style:none;
			font-weight:bold;
			background:none		}
			#headerLinks li {
				float:left;
			}
				#headerLinks li a:link, #headerLinks li a:visited, #headerLinks li a:active {
					padding:0 10px;
					color:#878787;
					font-size:95%;
					text-decoration:none;
				}
				#headerLinks li a:hover {
					color:#0d0d0c;
					text-decoration:underline;
				}
		
	#headerButton{
		position:absolute;
		top:62px;
		right:65px;
	}
	
/* ============================== basic.css ============================== */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:79%;
	color:#000;
}

p {
	margin:0 0 1.4em 0;
	line-height:1.4em;
}

a:link {
	color:#000;
}
a:visited, a:active {
	color:#000;
}
a:hover { 
	color:#000;
	text-decoration:none;
}

h1 {
	margin-bottom: .5em;
	font-size:180%;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	margin-bottom:.3em;
	font-size:140%;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

h3 {
	margin-bottom:.3em;
	font-size:120%;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

img {
	
}

img.floatOpposite {
	margin-left:15px;
}

img.float {
	margin-right:15px;
}

.hr {
	margin:1.4em 0;
	border-bottom:1px solid #000;
}

.hr2 {
	margin:1.4em 0;
	border-bottom:1px solid #c7bc90;
}

ul, ol {
}

.ulStyle1 {
	margin-bottom:.6em;
	padding-left:10px;
	list-style:none;
}
	.ulStyle1 li {
		padding:.1em 0 .3em 14px;
		background:transparent url('images/bullet.gif') 0 5px no-repeat scroll;
	}
	.ulStyle1 ul {
		margin:.3em 0;
		padding-left:20px;
		list-style:circle;
	}
		.ulStyle1 ul li {
			padding-left:0;
			background:none;
		}


ol {
	margin-bottom:.6em;
	padding-left:18px;
	list-style:decimal;
}
	ol li {
		margin-bottom:.3em;
		
	}
	ol ol {
		padding-left:20px;
	}

ol.faq {
	list-style-type:decimal;
	padding-left:30px;
}

	ol.faq li {
		margin-bottom:5px;
	}
	
	ol.faq li .answer{
		display:none;
		margin-bottom:0;
	}
	ol.faq li .show {
		display:block;
	}	

/* ============================== Errors ==============================

*/
