/**** Global Styles ***/

*
{
	padding: 0;
	margin: 0;
}

body
{
	margin: 0px;
	font-family: Verdana, sans-serif;
	font-size: 76%;
	color: #666;
	line-height: 1.5em;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

a {
	color: #0082bc;
}

a:hover {
	text-decoration: none;
}


/**** Wrap ***/

#wrap {
	margin: 0;
	width: 1000px;
}


/**** Header ***/

#header
{
	width: 100%;
	height: 119px;
	color: #ccc;
	background: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}

#header h1
{
	width: 110px;
	height: 120px;
	text-indent: -8000px;
	float: left;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin: 7px 0 0 110px;
}

#header h2
{
	width: 329px;
	height: 66px;
	float: right;
	text-indent: -8000px;
	background-image: url(../images/now_available.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 28px 150px 0 0;
}


.logo {
}

.now_available {
	padding: 27px 0 0 217px;
}


/**** Content Container ***/

#content
{
	width: 100%;
	margin: 0;
	float: left;
	display: block;
}

#left
{
	width: 365px;
	float: left;
	display: block;
	background-image: url(../images/arc.jpg);
	background-position: 98% 20px;
	background-repeat: no-repeat;
	padding: 0 0 250px 0;
}

/**** Navigation ***/

#nav
{
	width: 220px;
	display: block;
	float: left;
	margin: 38px 0 10px 60px;
}


#nav ul
{
	font-weight: bold;
	line-height: 2em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul li
{
	list-style-type: none;
}

#nav ul li a
{
	display: block;
	color: #0082bc;
	background-color: #fff;
	padding: 3px 12px 3px 19px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}


#nav ul li ul li a
{
	display: block;
	color: #0082bc;
	background-color: #fff;
	padding: 3px 12px 3px 30px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

#nav a:hover
{
	background-color: #fff;
	color: #61b7de;
}

#nav ul li li a
{
	display: block;
	color: #FFF;
	background-color: #69C;
	padding: 3px 3px 3px 17px;
	margin: 0;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: normal;
}

#nav ul li a.current
{
	padding: 3px 3px 3px 19px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
}




#info_cart
{
	width: 210px;
	display: block;
	float: left;
	margin: 10px 0 10px 100px;
}


/**** Main Content ***/

#right
{
	width: 450px;
	float: left;
	display: block;
	margin: 45px 0 0 50px;
}

#right img {
	margin-right: 6px;
	margin-bottom: 26px;
}

#right ul li { font-size: 1em; }


/**** Products Page Styles ****/

h2
{	font-size: 1.4em;
	line-height: 2.4em;
	color: #0082BC;
}

h3
{
	font-size: 1.1em;
	line-height: 2.2em;
	display: block;
	color: #0082BC;
}

#right ul { padding: 1em 0 1em 0; }

.product_description
{
	width: 450px;
	float: left;
	margin: 0 0 10px 0;
	border-color: #CCC;
	border-width: 0 0 1px 0;
	border-style: solid;
}

.product_description p {
	margin-bottom: 15px;
}

.pdf {
	padding: 24px 24px 24px 34px;
	background: url(../images/acrobat_icon.gif) no-repeat 0 45%;
}

.add_info_cart
{
	padding: 24px 24px 24px 34px;
	background-image: url(../images/info_add.gif);
	background-repeat: no-repeat;
	background-position: 0 45%;
}


a.whats-this
{
	position: relative;
	/*this is the key*/
	z-index: 24;
	text-decoration: none;
	font-size: 80%;
}

a.whats-this:hover{z-index:25;}

a.whats-this span{display: none}

a.whats-this:hover span
{
	/*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 15em;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #000;
	text-align: left;
	padding: 4px;
}
    
    
    
#info-cart-table
{
	padding: 0;
	margin: 0;
}

    
#info-cart-table th
{
	background-color: #0082bc;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 0;
}

    
#info-cart-table td
{
	padding: 0;
	margin: 0;
}
#info-cart-table p
{
	padding: 0px;
	margin: 0px;
}  

img.delete
{
	border-width: 0;
	padding: 12px 0 0 0;
	text-align: center;
}


/* Info Cart Form */


form {
  font-size: 1.2em;
  width: 28em;
}


/* fieldset styling */
fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 1em;
  border : 1px solid #ccc;
}

/* legend styling */
legend
{
	font-weight: bold;
	font-size: 1em;
	color: #0082bc;
	background-color: #FFF;
}


/* style for  labels */
label
{
	display: block;
	float: left;
	width: 150px;
	margin: 0 0 2px 0;
}

/* style for required labels */
label .required {
  font-size: 0.75em;
  color:#760000;
	float: left;
	width: 150px;
	margin: 0 0 2px 0;
}

input
{
	width: 200px;
	float: left;
	margin: 0 0 2px 0;
}


input.radio, input.submit {
  width: 150px;
}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #ffc;
}


/* End the hack */






.product_image
{
	float: right;
	margin: 13px 0 10px 10px;
}

.product_separator {
	border-bottom: 1px solid #ccc;
	width: 440px;
	margin-bottom: 20px;
}

#right p.cat-desc
{
	color: #333;
	font-size: 90%;
	line-height: 120%;
	background-color: #FFF;
	padding: 0 0 2em 0;
}


/**** Clear Div ***/

.clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


/**** Footer ***/

#footer
{
	width: 726px;
	display: block;
	margin: 35px 0 0 120px;
	padding: 10px 0 30px 0;
	background-image: url(../images/footer.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 50px;
	float: left;
}

#footer p {
	margin: 0px;
	padding: 0;
	font-size: 0.9em;
	color: #0082bc;
}

.copyright {
	float: left;
}

.site_by {
	float: right;
}


/**************** Hacks ****************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


