/**
	Copyright © 2009 JREAM Design. All Rights Reserved.
	http://www.jream.com
	http://www.freelancerkit.com
**/

@import 'sections.css';
/* _________________________________________________________________________

								structure
____________________________________________________________________________ */
body {
	background: #fefefe url(../images/bg.jpg) no-repeat;
	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: 20px auto 10px auto;
	font-size: 20px;
	clear: both;
}


#content {
	padding: 25px 50px 35px 50px;
	background: #fff;
	}

#content-bottom {
	background: url(../images/cont-bottom.png) 1px 0 no-repeat;
	height: 20px;
}

#footer {
	color: #2d2d2d;
	clear: both;
	text-align: center;
	padding-top: 20px;
}


/* _________________________________________________________________________

							top	navigation
____________________________________________________________________________ */

#topBar a {color: #fff;float: left;}
#topBar ul li b {font-size: 12px; font-family: tahoma;}
#topBar ul li {
	background: url(../images/topBar.png) no-repeat;
	width: 100px;
	height: 25px;
	display: inline-block;
	color: #fff;
	font-size: 10px;
	padding: 5px 10px 0 10px;
}

#topBar ul li.selected {
	background-position: 0 -30px;
}

.counterItems {
	width: 120px;
	color: #000;
	padding: 22px 20px 0 0;
	float: right;
	text-align: right;
	z-index: 10px;
	font: 10px Tahoma;
}
a:link.loggedUser,
a:visited.loggedUser {color: #5c5c5c; font-weight: bolder; margin: 0 20px 0 0; text-transform: capitalize;}

.counterItems a{color: #750000; text-decoration: none;}

/* _________________________________________________________________________

							main navigation
____________________________________________________________________________ */
#nav {
	height: 62px;
	position: relative;
	text-align: left;
	clear: both;
	background: url(../images/nav-bg.png) 0 100% no-repeat;
}
#navWrap {
	width: 900px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
}


/* default tab */
ul.menu li {
	float: left;
	position: relative;
	width: 124px;
	height: 44px;
	z-index: 100;
}

/* default tab text */
ul.menu li a{
	font-size: 12px;
	font-weight: bolder;
	padding: 20px 15px 10px 25px;
	color: #222;
	display: block;
	text-decoration: none;
	float: left;
}

/* default tab hover */
ul.menu li:hover{
	background: url(../images/navTabHover.png) repeat-x;
}
/* default tab text hover */
ul.menu li:hover a{color: #222;}

/* selected tab hover */
ul.menu li.selected{
	background:url(../images/navTab.png) no-repeat;
	}
ul.menu li.selected a{
	font-size: 14px;
	padding-top: 16px;
}

/* trigger button */
ul.menu li span {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 17px;
	top: 12px;
	cursor: pointer;
	background: url(../images/nav-arrow.png) no-repeat;
}
ul.menu li span.subhover {cursor: pointer;} 

/*--Hover effect for trigger--*/
ul.menu li ul.subnav {
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; 
	top: 44px;
	background: #fff;
	border: 1px solid silver;
	display: none;
	float: left;
	padding: 0;
	border-top: none;
}
ul.menu li ul.subnav li{
	clear: both;
	background: none;
}
ul.menu li ul.subnav li a {
	float: left;
	width: 100px;
	padding: 10px;
	font-size: 12px;
	color: #222;
	display: block;
}
html ul.menu li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #f2f2f2; 
}


/* _________________________________________________________________________

								links
____________________________________________________________________________ */


#content a {
	color: #464646; 
	font-weight: bolder;
}
#content a:hover {color: maroon;}
#footer a {color: maroon;}
a img {border: none;}
	
/* _________________________________________________________________________

								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;
  min-width: 640px;
  max-width: 780px;
  width: 560px; 
}

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: #dddddd;
	font: 12px Arial, sans-serif;
	font-weight: bolder;
	border: 1px solid #666666;
	border-top-color: #999999;
	border-left-color: #999999;
}

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.qty {
	width: 30px;
}

input.price {
	width: 30px;
}


/* For the Installer */
.installer {
	width: 900px; 
	margin: 10px auto;
	background: #fff;
	padding: 20px;
	-moz-border-radius-topleft: 15px; -webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px; -webkit-border-top-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px; -webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px; -webkit-border-bottom-right-radius: 15px;

	}
