/**
	Copyright © 2009 JREAM Design. All Rights Reserved.
	http://www.jream.com
	http://www.freelancerkit.com
**/

@import 'sections.css';
/* _________________________________________________________________________

								structure
____________________________________________________________________________ */
body {
	background: #bababa url(../images/bg.gif) repeat-x;
	color: #2e2e2e;
	font: 12px Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;	
	line-height: 1.5em;
	}

#wrap {
	text-align: left;
	margin: 0 auto;
	width: 940px;
	}

#topBarWrap {
	width: 920px;
	margin: 19px auto 0 auto;
	text-align: right;
	padding: 0 20px 0 0;
	height: 33px;
}

#header {
	color: #fff;
	margin: 0 auto;
	padding: 0px 0;
	height: 75px;
}

#site-logo {
	width: 900px; 
	margin: 0 auto 10px auto;
	font-size: 20px;
	clear: both;
}

#contentWrap {background: #fff; width: 100%; overflow: auto; z-index: 0;}
#content {
	padding: 25px 50px 35px 50px;
	background: #fff;
	min-height: 300px;
	z-index: 0;
	position: relative;
}

#content-bottom {
	background: url(../images/cont-bottom.png) 0 0 no-repeat;
	height: 20px;
}

#footer {
	color: #2d2d2d;
	clear: both;
	text-align: center;
	padding-top: 20px;
}



/* _________________________________________________________________________

								links
____________________________________________________________________________ */


#content a {
	color: #464646; 
	font-weight: bolder;
}
#content a:hover {color: maroon;}
#footer a {color: maroon;}
a img {border: none;}
a {outline: none;} /** Removes the Firefox Dotted Links */
/* _________________________________________________________________________

								text
____________________________________________________________________________ */
#content p.indent {text-indent: 20px;}
#content p {
	margin: 0 0 20px 0;
	line-height: 1.6em;
	}

h1 {
	margin: 10px 0;
	color: #979897;
	text-transform: uppercase;
	padding: 2px 5px 10px 10px;
	display: block;
	clear: both;
	border-bottom: 1px solid #979897;
	font-size: 16px;
	font-weight: bolder;
	font-family: arial;
	letter-spacing: 2px;
}
	
h2, h3, h4 {
	margin: 0;
	color: #646464;
	padding: 2px 5px;
	font-size: 16px;
	font-weight: bolder;
}
/* _________________________________________________________________________

								forms
____________________________________________________________________________ */

#datepicker {cursor: pointer;}
form {
	font: 100% verdana,arial,sans-serif;
}

form label { 
	display: block;
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 9px 0 0;
	text-align: right; 
}

form input, form select {
	width: auto;
	margin: 5px 0 0 10px;
}

form br {clear: left;}
textarea {
	overflow: auto;
	height: 60px;
	margin: 5px 0 0 10px;
	width: 400px;
}

input, select, textarea {
	border: 1px solid #c0c0c0;
	padding: 4px;
	background: #f7f7f7;
	color: #363636;
	font: 12px Arial, Tahoma, sans-serif;
}

input.submit, input.sort {
	background: url(../images/input-button.gif) no-repeat;
	width: 147px;
	height: 31px;
	font: 12px Arial, sans-serif;
	font-weight: bolder;
	border: none;
	cursor: pointer;
}

input.submit:hover {
	background-position: 0 -31px;
}

input.sort {height: 20px; padding: 0 5px;}

input.active, textarea.active {
	background: #ffffd1;
	border-color: #808080;
	border-bottom-color: #c5c5c5;
	border-right-color: #c5c5c5;
}

input[disabled] {
	background: #d9d9d9;
	color: #777;
}

input[hidden] {
	display: none;
}
input.qty {
	width: 30px;
}

input.price {
	width: 30px;
}
