@charset "utf-8";

/*

	Ultracart generic catalog template 1 - design, code, and programming by: Michael Angeletti - Ultracart Pro Services
	copyright 2009 - All rights reserved - no content, code, images, or other may be copied from this website without prior written permission from Ultracart (BPS Info Solutions)

Browser reset

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html {
	margin: 0;
	padding: 0;
}

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, b, strong, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, table, tbody, dl, dt, dd, ol, ul, li, fieldset, form, button, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	list-style: none;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
	text-decoration: none;
	position: relative;
}

h1 {font-size:18px;}

p {font-size:13px;margin-top:10px;}

input, tr, td, th {
	margin: 0;
	padding: 0;
}


/*

html, body

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, html {
	top: 0;
	height: 100%;
	font: 11px/1.3 Tahoma, Verdana, Geneva, sans-serif;
	color: #000;
	background: #022237;
	text-align: center;
}


/*

Universal Styles

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a {
	color:#036; /*#555;*/
	text-decoration: underline;
}

	a:hover {
		color: #000;
		text-decoration: underline;
	}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.row {
	width: 100%;
	float: left;
}

.none {
	display: none;
}

.red {
	color: #CC0000;
}

.blue {
	color: #0099FF;
}


/*

Container

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.container {
	width: 983px;
	margin: 0 auto;
	text-align: left;
}


/*

Shell

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.shell {
	width: 983px;
	padding: 0px;
	float: left;
	background: #FFF;
}


/*

Header

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.header {
	width: 983px;
	height:199px;
	padding: 0;
	float: left;
	background: transparent url(../media/header-FWS.jpg) no-repeat;	
}

.header .left {
	width: 400px;
	height: 116px;
	float: left;
	text-indent: -9000px;
}

	.header .left a {
		width: 300px;
		height: 58px;
		float: left;
		background: transparent;
	}

.header .right {
	margin-right:20px;
	width: 300px;
	float: right;
}

	.header .right ul {
		padding: 5px 0 0 0;
		float: right;
	}
	
		.header .right ul li {
			margin: 0 10px 0 0;
			padding: 0 10px 0 0;
			border-right: 1px #000 solid;
			float: left;
			line-height: 1;
			color:#fdb639;
		}
		.header .right ul li a{
			color:#fdb639;
		}
		
			.header .right ul li.last {
				margin: 0;
				padding: 0;
				border: none;
			}
	
	.header .search {
		padding: 15px 0 0 0;
		float: right;
	}
	
		.header .search form {
			float: left;
		}
		
			.header .search form .q {
				float: left;
			}
			
				.header .search form .q input {
					width: 139px;
					height: 17px;
					margin: 0 5px 0 0;
					padding: 2px;
					border: 1px #E4E4DE solid;
					border-top: 1px #C7C7BC solid;
					border-left: 1px #C7C7BC solid;
					float: left;
				}
				
				.header .search form .q button {
					width: 60px;
					height: 23px;
					float: left;
					text-indent: -9000px;
					cursor: pointer;
					background: transparent url(../media/button_search.gif) left top no-repeat;
				}
				
					.header .search form .q button:hover {
						background: transparent url(../media/button_search.gif) left bottom no-repeat;
					}


/*

Content

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.content {
	width: 963px;
	padding: 15px 10px;
	float: left;
}


/*

Right Column

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	.content .right {
		width: 750px;
		float: right;
		overflow: hidden;
	}


/*

Crumb Trail

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
.crumb {
	width: 680px;
	padding: 7px 0;
	float: left;
	font-size: 10px;
}

	.crumb li {
		float: left;
	}
	
		.crumb li a {
			margin: 0 6px 0 0;
			padding: 0 12px 2px 0;
			float: left;
			color: #AAA;
			background: transparent url(../media/raquo_gray.gif) right center no-repeat;
		}
		
			.crumb li a:hover {
				color: #666;
			}


/*

Group

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.title_pagination {
	width: 680px;
	padding: 8px 0;
	border-top: 1px #ECECE8 solid;
	border-bottom: 1px #ECECE8 solid;
	float: left;
}

	.title_pagination h2 {
		float: left;
		font-size: 14px;
	}
	
	.title_pagination ul {
		float: right;
	}
	
		.title_pagination ul li {
			padding: 0 5px;
			float: left;
		}
		
			.title_pagination ul li a {
				float: left;
				color: #AAA;
			}
			
				.title_pagination ul li a:hover {
					color: #666;
				}

.group_row {
	width: 688px;
	padding: 10px 0 10px 4px;
	border-bottom: 1px #ECECE8 solid;
	float: left;
}

.group_col {
	width: 135px;
	margin: 0 10px 0 0;
	border-right: 2px #ECECE8 solid;
	float: left;
}

	.group_col .media {
		width: 104px;
		padding: 10px 16px 8px 15px;
		float: left;
	}
	
		.group_col .media a {
			padding: 2px;
			float: left;
		}
		
			.group_col .media a:hover {
				background: #ECECE8;
			}
		
			.group_col .media a img {
				float: left;
			}
	
	.group_col .description {
		width: 115px;
		padding: 0 10px 10px 10px;
		float: left;
	}
	
		.group_col .description h5 {
			padding: 0 0 5px 0;
		}
		
			.group_col .description h5 a {
				color: #000;
			}
		
		.group_col .description p {
			padding: 0 0 5px 0;
		}


/*

Item

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.item {
	width: 558px;
	padding: 10px;
	border: 1px #ECECE8 solid;
	float: left;
}

	.item .description {
		width: 318px;
		float: right;
	}
	
		.item .description h2 {
			width: 318px;
			padding: 8px 0;
			border-bottom: 1px #ECECE8 solid;
			float: left;
			font-size: 16px;
		}
		
		.item .description p {
			width: 318px;
			padding: 8px 0;
			float: left;
		}
		
		.item .description form {
			width: 318px;
			padding: 10px 0;
			border-top: 1px #ECECE8 solid;
			float: left;
		}
		
			.item .description form dl {
				width: 318px;
				float: left;
			}
			
				.item .description form dl dt {
					width: 35px;
					float: left;
					line-height: 21px;
				}
				
				.item .description form dl dd {
					width: 278px;
					float: right;
				}
				
					.item .description form dl dd input {
						width: 30px;
						height: 17px;
						padding: 2px 3px;
						border: 1px #E4E4DE solid;
						border-top: 1px #C7C7BC solid;
						border-left: 1px #C7C7BC solid;
						float: left;
						text-align: center;
						font-weight: bold;
					}
					
					.item .description form dl dd button {
						width: 84px;
						height: 23px;
						float: right;
						text-indent: -9000px;
						cursor: pointer;
						background: transparent url(../media/button_add_to_cart.gif) left top no-repeat;
					}
					
						.item .description form dl dd button:hover {
							background: transparent url(../media/button_add_to_cart.gif) left bottom no-repeat;
						}
	
	.item .media {
		width: 200px;
		float: left;
	}
	
		.item .media .magnify {
			padding: 10px 0;
			text-align: center;
		}
		
			.item .media .magnify a:hover {
				text-decoration: none;
			}
		
			.item .media .magnify small {
				margin: 0 0 0 5px;
				font-size: 10px;
			}

.related_items_title {
	width: 680px;
	padding: 8px 0;
	border-bottom: 1px #ECECE8 solid;
	float: left;
	font-size: 14px;
}


/*

Page

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.page {
	width: 680px;
	float: left;
}

	.page h2 {
		padding: 0 0 15px 0;
		font-size: 18px;
		font-weight: bold;
	}
	
	.page h3 {
		padding: 0 0 5px 0;
		font-size: 14px;
		font-weight: bold;
	}
	
	.page h4 {
		padding: 0 0 5px 0;
		font-size: 12px;
		font-weight: bold;
	}
	
	.page p, .page ul, .page ol {
		padding: 0 0 8px 0;
	}
	
		.page ul li {
			padding: 2px 0;
			list-style: inside disc;
		}
		
		.page ol li {
			padding: 0 0 5px 0;
			list-style: inside decimal;
		}


/*

Admin Panel

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.admin {
	width: 540px;
	margin: 10px 0;
	padding: 18px 18px 8px 18px;
	border: 1px #FCE45C solid;
	float: left;
	background: #FFC;
}

	.admin h2 {
		padding: 0 0 15px 0;
		font-size: 18px;
		font-weight: bold;
	}
	
	.admin h3 {
		padding: 0 0 5px 0;
		font-size: 14px;
		font-weight: bold;
	}
	
	.admin h4 {
		padding: 0 0 5px 0;
		font-size: 12px;
		font-weight: bold;
	}
	
	.admin p, .admin ul, .admin ol {
		padding: 0 0 8px 0;
	}
	
		.admin ul li {
			padding: 2px 0;
			list-style: inside disc;
		}
		
		.admin ol li {
			padding: 0 0 5px 0;
			list-style: inside decimal;
		}


/*

Left Column

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	.content .left {
		width: 190px;
		float: left;
		overflow: hidden;
	}


/*

Left Menu

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
		.content .left .menu {
			width: 190px;
			padding: 0 0 10px 0;
			-moz-border-radius: 2px;
			float: left;
			background: #F0F0EC;
		}
		
			.content .left .menu h3 {
				width: 170px;
				margin: 5px 0 10px 0;
				padding: 5px 10px;
				border-bottom: 1px #DDD solid;
				float: left;
				font-size: 13px;
			}
			
			.content .left .menu h4 {
				width: 170px;
				padding: 5px 10px;
				float: left;
			}
			
			.content .left .menu ul {
				width: 150px;
				padding: 0 20px;
				float: left;
			}


/*

Footer

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.footer {
	width: 983px;
	margin: 10px 0 0 0;
	padding: 13px 0 0;
	float: left;
	text-align: center;
	background: transparent url(../media/db.gif) left top repeat-x;
}

	.footer li {
		display: inline;
		padding: 0 5px;
	}


/*

Cart

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.cart {
	width: 750px;
	padding: 25px;
	float: left;
}

.ucTableHeaderBackground, .ucTableBorderBackground {
	background: #F7F7F7;
}

.ucColorSubHeader {
	color: #000;
}


/** End Ucart Basic styles **/


/* Begin BG Content */
#page_bg {background: #022237 url(../media/bg-swirl.jpg) top center no-repeat;margin:0 auto 1px auto;min-height:872px;min-width:990px;padding-bottom:10px;}


/** END BG ********************/



div.navbar
{
	position:absolute;
	background-color:#131317;
	top:166px;
	margin-left:0;
	clear:both;
	height:33px;
	width:983px;
}



/* Menu Items */
.nav {
	position:relative;
	margin:0;
	top:0px;
	height: 33px;
	list-style: none;
	overflow: hidden;
	
	}
	

.nav li {
	padding: 0;
	margin-left: 7px;
    list-style: none;
	display: inline;
	}

.nav a {
	float: left;
	padding: 33px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:33px; /* for IE5/Win only */
	}
	
.nav a:hover {
	background-position: 0 33px;
	}

.nav a:active, .nav a.selected {
	background-position: 0 66px;
	}


/* Font style & color, background menu color of main menu item when clicked */
#mnu_home a	{       
	width: 124px;
	background: url(../media/button-home.gif) top left no-repeat;
}


#mnu_about_us a	{  
	width: 124px;
	background: url(../media/button-about-us.gif) top left no-repeat;
}

#mnu_catalog a { 
	width: 124px;
	background: url(../media/button-catalog.gif) top left no-repeat; 
}
/* mnu_event ready to drop in when content is ready */
/*
#mnu_event a { 
	left: 7px; 
	width: 124px;
	background: url(../media/button-events.gif) top left no-repeat; 
}
*/

#mnu_news a	{  
	width: 124px;
	background: url(../media/button-news.gif) top left no-repeat;
}

/*end menu items*/

/*-----------------------------------------------------------------*/	


#widg1 {float:left;margin-top:15px;}
#widg2 {float:left;margin-top:15px;}/*width:100%;height:200px;background:url(../media/widget-FFD.jpg) top center no-repeat;}*/


#power_by{
	padding:0;
	margin-bottom:7px;
	color:#693a20;/*#e8dfbe;*/
	font-size:9px;
}
/*-----------------------------------------------------------------*/	


/*-----------------------*/
/*----FRONT PAGE---------*/
#rotator {margin-bottom:15px;}

#front-page-title {background: url(../media/front-page-title-fff.gif) top left no-repeat;height:56px;margin-top:20px;overflow:hidden;width:670px;}
#front-page-title h1 {display:inline;margin-top:100px;padding: 117px 0px 0px -1456px;position:absolute;}


