/* Elements
----------------------------------------------------------*/

body {
	Xmargin: 20px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A1A1A1;
}

h1 {
}

h2, h3, h4, h5, h6 {
	color: #1EB53A;
}

p, ol, ul {
	text-align: justify;
}

strong {
	font-weight: bold;
	color: #808080;
}

a {
	color: #87A019;
}

a:hover {
	text-decoration: none;
	color: #1EB53A;
}

.box {
	margin-bottom: 0;
	padding-bottom: 0;
	background: url(images/img07.gif) repeat-x left bottom;
}

.bottom {
	display: block;
	margin-bottom: 0;
	padding-bottom: 10px;
	background: url(images/img08.gif) no-repeat left bottom;
}

.image {
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
}

.indent {
	margin-left: 125px;
}

/* slightly enhanced, universal clearfix hack */
/* Use: apply a class="clearfix" to the parent element*/
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/* Content 
----------------------------------------------------------*/
/* content */
#content {
	
	width: 90%;
	margin: 0 auto;
}

/* Header */

#header {
	height: 33px;
	margin: 0 auto;
	background: #BECF74 url(images/img01.gif) repeat-x;
	border-bottom: 3px solid #FFFFFF;
}

/* Menu */

/*NAVBAR CPDE*/ 
#menu{
	height:32px;
	line-height:32px;
	background:#1EB53A;
	padding:0 10px;
}
#menu ul li
	{
		margin:0; 
		padding:0;
		list-style:none;
	}
#menu ul li{
		float:left;
		display:block;
	}
#menu ul li a:link,
#menu ul li a:visited{
		color:#FFF;
		font-size:14px;
		font-weight:bold;
		text-decoration:none;
		padding:0 20px 0 6px;
		display:block;
	}
#menu ul li a:hover{
		color:#EBEFF7
	}
#menu ul li ul li{
		float:none;
		display:block;
	}
#menu ul li ul li a:link,
#menu ul li ul li a:visited{
		color:#444;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		padding:0 10px;
		clear:both;
		border-bottom:solid 1px #DEDEDE;
	}
#menu ul li ul li a:hover{
		color:#3B5998;
		background:#EBEFF7;
	}
		
.submenu {
		position: absolute;
		width: 250px;
		background: #fff;
		padding:10px;
		border:solid 1px #2E4B88;
		border-top:none;
		z-index: 1000;
		display:none;
		line-height:26px;
	}


/* Logo */

#logobox {
	float: left;
	width: 100%;
	background: #828a8f;
}


#logo {
	height: 45px;
	background: #828a8f;
	
    text-align: center;
}

#logo img {
    display:block;
    margin:auto;
}

#logo h1, #logo h2, #logo a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	color: #FFFFFF;
}

#logo h1 {
	padding-top: 13px;
	font-size: 24px;
}

#logo h2 {
	margin-top: -5px;
	font-size: 12px;
}

#logologin {
	float:right;
}



#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    color: white;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}






/* Main */


#main h2 {
	margin-top: 0;
	font-size: 26px;
}

#main h3 {
	margin-bottom: 0;
	font-size: 18px;
}

#main h4 {
	margin-top: 0;
	font-size: 11px;
	font-weight: normal;
}

#main .box {
	margin: 0 -30px 30px -20px;
	padding: 0 30px 0 20px;
}

#main .bottom {
	margin: 0 0 20px -20px;
	padding: 0 0 20px 20px;
}

/*
Floating divs
*/

#container
{
	width: 100%;
    background-color: #fff;
    padding-top  : 55px;
}

#leftCol
{
float: left;
width: 125px;
margin: 0;
padding: 0;

}

#rightCol
{
margin-left: 230px;
border-left: 1px solid gray;

    padding-top: 0;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;

}

/* Positioning */
/* Sticky footer... http://ryanfait.com/resources/footer-stick-to-bottom-of-page/*/

* {
    margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
 height: 100%;
 margin: 0 auto -4em;
}
.footer, .push {
   height: 4em;
}


/* Footer*/

#footer {
	clear: both;
	width: 90%;
	margin: 0 auto;
	padding-top: 40px;
	height: 32px;
    line-height: 32px;
    background: #1EB53A;
}

#footer p {
	margin: 0;
	text-align: center;
}



/* Search */

#searchsite {
	float: right;
	height: 28px;
	margin: 0;
	padding: 9px 25px 0 0;
	background: url(images/img03.gif) no-repeat right top;
}

#searchsite fieldset {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

#input1 {
	width: 164px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: none;
}

#input2 {
	height: 20px;
	background: #87C4DB;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}




/* form elements
----------------------------------------------------------*/

form fieldset
{
    margin:1em 0;
    padding:1em;
    border:1px solid #CCC;
    background-color:#FDFDFD;
}

form label
{
    display: block;
    float: left;
    width: 12em;
    margin-bottom:.5em;
}

form input[type=text], form input[type=password], form textarea
{
    
    margin: 0 0 .5em;
    color:#333;
    background-color:#FFF;
    border:1px solid #AAA;
    font-family:Arial,Helvetica,sans-serif;
    font-size:1em;
}

form textarea
{
    width: 12em;
    height:4.1em;
}

form input[type=text], form input[type=password]
{
    width: 12em;
}

form optgroup
{
    color:#333;    
    background-color:#CD7;
    font-style:normal;
    font-size:1.1em;
}

form option
{
    background-color:#FFF;
    padding:.1em .3em;
    font-family:Arial,Helvetica,sans-serif;
    font-size:1em;
}


form input[type=checkbox], form input[type=radio]
{
    clear:both;
    float:left;
    margin:.1em .5em 0 0;
    height:1em;
    width:1em;
    color:#333;
}

form input[type=checkbox]
{
    background-color:#DDD;
    border:1px solid #777;
}

form input[type=text]:focus, form input[type=password]:focus, form input[type=checkbox]:focus, form input[type=radio]:focus, form textarea:focus
{
    background-color:#F8FFD7;
    border:1px solid #CD7;
}

form input[type=button], form input[type=submit], input[type=reset], form button
{
    padding:.15em;
    font-size: .9em;
}



/* messages
----------------------------------------------------------*/

div.information, div.error, div.success, ul.validation-summary-errors
{
    margin:1em 0;
    padding:1em;
    font-weight:bold;
}

div.information
{
    color:#C80;
    background-color:#FF9;
    border:1px solid #C80;
}

div.error, ul.validation-summary-errors
{
    color: #C33;
    background-color:#FBB;
    border:1px solid #C33;
}

div.success
{
    color: #671;
    background-color:#CD7;
    border:1px solid #671;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}


/* Tables
----------------------------------------------------------*/


.CartItemListShipping th {font-size: 1.2em; font-weight:bold; font-style: normal; padding:.2em .5em .5em .5em; background:#e2e7e0;}
.CartItemListShipping td {font-size: 1.2em; font-weight:normal; font-style: normal; padding:.2em .5em .5em .5em;}


/*
Validation 
----------------------------------------------------------*/

#error {
	color:red;
	font-size:10px;
	display:none;
}

#errorshipping {
	color:red;
	font-size:10px;
	display:none;
}

.needsfilled {
	background:red;
	color:white;
}

form input.needsfilled {
 
	background:red;
	color:white;
}


/*
Validation jQuery
----------------------------------------------------------*/

label { width: 10em; float: left; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
