/*======================================
      StyleSheet
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
body{
	background: url(images/background.gif) top center repeat-x black fixed;

}
#cont{
	background:#000000;
	border:#6F0;
	padding-top: 5px;
}

/**************************************/
/*              HEADER                */
/**************************************/

#logo {
	height: 82px;
	float: left;
	background-image: transparent url(images/logo.png) 0 100% no-repeat;

}


/* Fix for Blueprint P tag changes */
p + p {
margin-top:-1em;
text-indent:0em;
}
/* Fix for Blueprint P tag changes */


/**************************************/
/*              TOP NAVIGATION                */
/**************************************/

	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	Top Nav

	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#menu {
		background: #333;
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#menu li {
		float: left;
		/*font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;*/
		margin: 0;
		padding: 0;
	}
	#menu a {
		background: #333 url("images/seperator.gif") bottom right no-repeat;
		color: #ccc;
		display: block;
		float: left;
		margin: 0;
		padding: 8px 12px;
		text-decoration: none;
	}
	#menu a:hover {
		background: #2580a2 url("images/hover.gif") bottom center no-repeat;
		color: #fff;
		padding-bottom: 8px;
	}

/**************************************/
/*            RIGHT COL            */
/**************************************/

#right_col h5  {
	margin-left: 0px;
	font-size:1.2em;
	margin-top:5px;
	margin-bottom:5px;
}

#right_col li {
	list-style:none;
	text-decoration:none;
	font-size:1.1em;
	color:#093D72;
}
#right_col li a{
	list-style:none;
	text-decoration:none;
	font-size:1.1em;
	color:#093D72;
}

#right_col li a:visited{
	list-style:none;
	text-decoration:none;
	font-size:1.1em;
	color:#093D72;
}




/**************************************/
/*            MAIN CONTENT            */
/**************************************/


#content_body{
	background-color:#FFF;
}

#body_header h1{
	color:#333;
	margin-bottom: 0.1em;
	font-size: 2.1em;
}
#body_header h2{
	color:#333;
	font-size: 1.3em;
	margin-bottom: 0.25px;
}




/*       Add To Cart Button          */
p.itemAddToCartV2 {
		width: 114px;
		margin: 10px 0;
		padding: 0 17px;
		float: left;
		text-indent: -9000px;
	}
	
		p.itemAddToCartV2 a, p.itemAddToCartV2 a:visited {
			width: 114px;
			height: 32px;
			float: left;
			background: transparent url(img/itemAddToCartV2.png) top left no-repeat;
		}


/**************************************/
/*               Body styyes               */
/**************************************/


#main_content_image {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#E7E7DE none repeat scroll 0 0;
	float:left;
	margin:0px 15px 0px 0px;
	padding:5px;
	width:193px;
}

/**************************************/
/*               FOOTER               */
/**************************************/

