/* 
	project: Conceptnova (free CSS template)
	author: luka cvrk (www.solucija.com)
	modified by: bob baker (4inchorange.com)
*/

*{ margin: 0; padding: 0; }*
body { background-color: #fff; font: 74% Arial, Helvetica, Sans-Serif; color: #454545; line-height: 1.6em; }

a { text-decoration: none; color: #C40000; background: inherit; }
a:hover { color: #808080; background: inherit; }	
a:focus { outline: 0; }
h1 { font-size: 2.8em; line-height: 35px; }
h2 { color: #000; font: bold 170% Arial, Sans-Serif; letter-spacing: -1px; padding: 0; margin: 0 0 10px; }
img { border: 0; }

.red { color: #C40000; text-transform: lowercase;}

#wrap { width: 900px; margin: 10px auto 0; }
	
#logo { float: left; width: 400px; margin: 0 0 7px; }
	#header_top { border-right: 2px solid #fff; color: #454545; padding: 10px 0 0 7px; clear: both; margin: 0 0 0px 0; height: 74px; }
	#header_top p { padding: 0; margin: 0; }

		#header_top ul { float: right; padding: 12px 0 0 0; margin: 0 0 5px 0; text-transform: lowercase;}			
			#header_top ul li { list-style-type: none; display: inline;  font-weight: bold; }
			#header_top ul li a { padding-left: 7px; background: #FFF url(../../../images/bullet.gif) no-repeat center left; margin-right: 5px; color: #C40000; }
			#header_top ul li a:hover { padding-left: 7px; background: #FFF url(../../../images/bullet.gif) no-repeat center left; margin-right: 5px; color: #808080; }
	
	#slogan { clear: left; width: 100%; border-top: 1px solid #eee; margin: 0; padding: 5px 0 0 0; text-transform: lowercase;}

#maincontent { padding: 20px 0; clear: both; }

#left { float: left; width: 100%; padding: 5px 15px 0 5px; margin: 0 0 25px 0; }
	#left p { margin: 0 0 15px; }

#right { width: 220px; float: right; }
	#info { border: 1px solid #ccc; padding: 7px; font-size: .9em; background: #f4f4f4; }
	#searchform { background: url(../../../images/searchform.gif) no-repeat; padding: 8px 4px 10px 4px; height: 27px; font: bold 0.9em Arial, Sans-Serif; margin: 0 0 20px; }
		#searchform p { padding: 0; margin: 0; }
		input.search { width: 127px; border: none; background: url(../../../images/input.gif) no-repeat; padding: 7px; margin: 0 4px 0 5px; }
		input.submit { width: 53px; height: 29px; border: none; background: #FFF url(../../../images/submit.gif) no-repeat; font: bold 1.2em Arial, Sans-Serif; padding: 0px; color: #FFF; }

#footer { clear: both; padding: 10px;  margin: 10px 0 0 0; border-top: 1px solid #ccc; line-height: 2em; }
#footer .right {float: right;}

fieldset { border: 1px solid #C40000; padding: 10px 15px; margin: 0 0 8px 0; background: #eee; color: #000; }
legend { font-weight: bold; padding: 0 5px;}
input { padding: 2px; }
textarea { width: 98%; height: 250px; padding: 3px; }

#templates .thumbleft {
	float: left;
	margin-right: 15px;
}
.formLeft{
	float: left;
	width: 46%;
	height: 100%;
	clear: left;
	padding: 10px;
}
.formRight{
	float: right;
	width: 46%;
	height: 100%;
	padding: 10px;
}
.formInput{
	clear: both;
	margin: 0;
	padding: 10px 0 0;
}
.inputLeft{
	float: left;
	width: 150px;
	clear: left;
}
.inputRight{
	float: left;
}
.required, .required2, .required3 {
	margin-left: 5px;
	color: #f00;
	font-weight: bold;
}
.requiredNote, .requiredNote2 {
	color: #F00;
	text-align: left;
	margin: 2px 10px 2px 0;
	font-size: 11px;
}

#error_msg, #error_login, #alertError {
	margin: 5px 0; 
	border: 1px solid #f00;
	background: #FEFFAF;
	padding: 10px;	
}
	
#error_msg h3, #error_login h3, #alertError h3 {
	color: #f00;
	border: none;
}

.formInput .invalid {
	border: 1px solid #f00;
	background: #FEFFAF;	
}

a.squarebutton{
	background: transparent url('../../../images/square-blue-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
	color: #494949; /*button text color*/
}

a.squarebutton span{
	background: transparent url('../../../images/square-blue-right.gif') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
	background-position: bottom left;
	cursor: pointer;
}

a.squarebutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
color: black;
}

.discount {
	text-align: right;
	width: 40px;
}

.client {
	color: #C40000;
	font-size: 16px;
	margin: 10px auto;
}