
/*link color : #db5b5b */


/* General */
html { 
	min-width: 764px;
}

div {
	/*border: thin gray solid;*/
}

body{
	margin: 0;
	background-color: #fff;
	padding: 0;
	font: 11px Arial, Sans-Serif;
	color: #121212;
}

#flash{
}

#colorBar{
	width:760px;
	height:2px;
	background: #9FCB9D;
}


/* Header */

#header {
	width:100%px;
	height: 71px;
	background: url('../images/header_grad.gif') repeat-x;
	margin-left:0px;
}
#header-index {
	width:760px;
	height:71px;
	background: url('../images/header_grad.gif') repeat-x;
	margin-left:49px;
}

#header-logo {
	margin-left:30px;
	width:294px;
	height:71px;
}
#header-logo-index {
	margin-left:30px;
	width:294px;
	height:71px;
}

#header-cart{
	position:absolute;
	top:0px;
	left:500px;	
	width:280px;
	padding: 15px 5px 5px 5px;
	text-align: right;
	vertical-align: bottom;	
	font-size: 9px;
	color: #999;
}
#header-cart a{
	color: #999;
}
#header-cart a:hover{
	color: #ff0000;
}

#header-menu{
	position:absolute;
	width: 500px;
	left: 290px;
	top:48px;
	height:21px;
	text-align: right;
}
#header-menu ul, #header-menu li{
	float: right;
	display: inline;
	margin: 0;
	text-align: right;
}
#header-menu a{
	float: left;
	padding: 4px 10px 3px 10px;
	color: #666;
	text-decoration: none;
	margin-right: 1px;
	text-align: right;
}
#header-menu a:hover{
	color: #000;
}

#header-error{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight : bold;
	text-align : center;
	background: #ff0000;
	margin-left:49px;
	padding: 10px 0px 10px 0px;
	width: 760px;
}

#header-info {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #00ff00;
	color: #ffffff;
	margin-left:49px;
	padding: 10px 0px 10px 0px;
	width: 760px;
}



/* SubHeader */

#subheader{
	float: left;
	width: 100%;
}
#search #searchForm{
		
}
#searchForm .left{
	padding-left: 30px;
	width: 350px;
	height: 20px;
	float: left;
	color: #999;	
}
#searchForm .button{
	width: 30px;
	height: 20px;
}
#searchForm .right{
	padding-left: 30px;
	float: left;
	width: 280px;
	height: 20px;
	color: #999;
}
#searchForm ul, #searchForm li{
	list-style: none;
	display: inline;
	margin: 0;
	text-align: right;
}
#searchForm .topsearch{
	margin-left: 49px;
	padding: 10px 0px 30px 0px;
	width: 760px;
	background-color: #CCE8CC;
}
#searchForm.topsearchfull{
	width: 100%;
	height: 30px;
	padding: 10px 0px 0px 49px;
	background-color: #CCE8CC;
}
#searchForm a{
	padding: 4px 15px 4px 15px;
	color: #666;
	text-decoration: none;
}
#searchForm a:hover{
	text-decoration: underline;
}
#searchForm .browseInput{
	padding-left: 30px;
	width: 175px;
}
#searchForm .searchInput{
	font-size: 12px;
	width: 150px;
}



#upload input.file{
	float: left;
	margin-top: 7px;
}


/* Message */
#message{
	clear: both;
	font: 18px Arial, Sans-Serif;
	width: 760px;
	margin-left: 49px;
}
#message .messageStackError{
	border: thin solid red;
	padding: 20px 0px 20px 20px;	
}
#message .messageStackSuccess{
	border: thin solid green;
	padding: 20px 0px 20px 20px;
}
#message .messageStackWarning{
	border: thin solid yellow;
	padding: 20px 0px 20px 20px;
}


/* Special Offers */

#specialOffer{
	padding: 0px 15px 15px 15px;
	border: thin dotted grey;
	margin-bottom: 20px;
}
#specialOffer h2{
	font: 24px Arial, Sans-Serif;
	color: #3F973C;
}


/* Content */

#sectiontitle{
	width: 580px;
	padding: 5px 0px 5px 20px;
	margin: 15px 0px 5px 0px;
	background-color: #e6e6e6;
}
#pagetitle{
	margin-top: 20px;
	margin-left: 85px; 
	height: 40px;
	width: 600px;
	border-bottom: 1px solid #E7E7E7;
	/*background: url('../images/divider.gif') repeat-x;	
	background-position: bottom;*/

}

#main{
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
	min-height: 300px;

}
#main.fullpage{
	/*border: thin solid green;*/
}



#content{
	float:left;
	width: 760px;
	min-height:600px;	
	padding: 0px;
	/*border: thin solid green;*/
}

#content.fullpage{
	/*border: thin solid blue;*/
	width: 100%;
}

#contenthome{
	float:left;
	width: 760px;
	min-height:300px;	
}

#form-fullpage{
	margin-left: 0px; 
	width: 100%;
}
#form-wide{
	margin-top: 20px;
	margin-left: 20px; 
	width: 710px;
	/*border: thin solid grey;*/
}
#form-med{
	margin-top: 20px;
	margin-left: 85px; 
	width: 600px;
	min-height: 400px;
}
#form-narrow{
	margin-top: 20px;
	margin-left: 180px; 
	width: 400px;
}

#divider{
	height: 4px;
	width: 100%;
	border-bottom: 1px solid #E7E7E7;
	/*background: url('../images/divider.gif') repeat-x;*/
}





/*  Site Framing  */

#dropOne{
	width: 872px;
}

#dropTwo{
	float:left;
	width: 870px;
}

#shadowLeft{
	float:left;
	height:15px;
	width:49px;
}


/* Footer */

#footer{
	clear:both;
	float: left;
	width: 100%;
	padding: 0px 2px 30px 0px;
}

#footer .content{
	clear: both;
	padding: 10px 0px 0px 49px;
	color: #666666;
	text-decoration: none;
	font-size: 9px;
}
#footer .copyright{
	padding: 0px 0px 30px 53px;
	color: #999999;
	font-size: 9px;
	line-height: 20px;
}
#footer .shadow{
	margin-left: 49px;
	width: 100%;
}
#footer .shadowfull{
	display: inline;
	margin-left: 49px;
	width: 100%;
}
#footer a{
	padding: 0px 4px 0px 4px;
	color: #666;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}


#shadowfull {
	width: 100%;
	height: 10px;
	background: url('../images/footer-shadow-md.gif') repeat-x;
}
#shadowfull .shadow-lt{
	float: left;
	width: 380px;
}
#shadowfull .shadow-md{
}
#shadowfull .shadow-rt{
	float: right;
	width: 380px;
}



