/* @override http://hyspace.lusciousgarage.com/stylesheets/screen.css */

/*	Desc: *Luscious Garage* Screen Style Sheet
	Author: *Jason Csizmadi, Cobra Creative*
	Date: *last modified date*

=== === === === === === === === === === */

/*=STRUCTURE
=== === === === === === === === === === */

/*=COMMON
=== === === === === === === === === === */

* {
	padding: 0;
	margin: 0
}

html {
	height: 100%;
}

body {
	font: 76% Helvetica, Arial, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #2b444d;
	background-color: white;
	background-image: none;
}

img {
	border: 0
}

.clear {
	clear: both;
}

a:link, a:visited {
	text-decoration: none;
	color: #007fa8;
}

a:hover. a:visited:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.bk a, .bk a:visited {
	color: #ff5e00;
}

.bk a:hover, .bk a:visited:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	font-variant: normal;
	text-decoration: none;
	padding: 0;
}

h2 {
	font-weight: normal;
	font-size: 1.2em;
	font-variant: normal;
	margin: 0 0em;
}

h3 {
	margin: 0;
	padding: 0;
	font-variant: normal;
}

h4 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

img {
	border: 0;
}

p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-bottom: .5em;
	margin-top: .5em;
}

li > p {
	margin-top: 0.2em;
}

dd, dt {
	line-height: 1.7em;
}

dt {
	color: #236893;
}

pre {

/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
}

.clear {
	clear: both;
}

.margins {
	margin: 0;
	padding: 0 40px 0 0;
}

.right {
	float: right;
}

.center {
	width: 500px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.rss {
	background: url(../cssimg/icon_rss.gif) no-repeat 0 0;
	padding-bottom: 4px;
	padding-top: 5px;
}

.left {
	float: left;
}

.info {
	color: #666;
	padding-left: 0;
	padding-right: 10px;
}

.boxPad {
	padding: 10px;
}

cite {
	color: #666;
	font-weight: normal;
	font-style: normal;
}

.red {
	color: #c60d0c;
	margin-right: 2px;
	float: left;
}

.btPage {
	margin-top: -5px;
}

.noBtPad {
	margin-bottom: 0;
	padding-bottom: 0;
}

.colFour {
	width: 210px;
	margin-left: 20px;
}

.colThree {
	width: 211px;
}

.col01 {
	width: 201px;
}

.col02 {
	width: 207px;
}

.col03 {
	width: 207px;
}

.col04 {
	width: 100px;
}

.col04 {
	width: 150px;
}

.none {
	margin: 0;
	padding: 0;
}

.small {
	font-size: .9em;
}

.total {
	color: #236893;
	border-style: solid;
	border-width: 1px;
	padding: 20px;
}

.total dl dd {
	padding-bottom: 10px;
	margin: 0;
}

.total dl dd font img {
	padding-right: 5px;
	position: relative;
	top: 4px;
}

.grayBox {
	color: #999;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}

.txtBlue {
	color: #236893;
}

.sdRight {
	margin-left: 10px;
}

/* = DIVIDER LINES */

.divider {
	margin: 10px 0;
	width: 100%;
}

.lnThin {
	height: 1px;
}

.lnThick {
	height: 3px;
}

.lnGreen {
	background-color: #58b92b;
}

.lnGray {
	background-color: #ccc;
}

.lnYellow {
	background-color: #cbcb99;
}

.lnRed {
	background-color: #8c3b3b;
}

/* =LAYOUT */

#wrapper {
min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -140px; /* the bottom margin is the negative value of the footer's height */
}

* html #wrapper {
	height: 100%;
}

#contentwrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background: none right 0;
}

#boxwrapper {
	width: 970px;
	position: relative;
	margin: 0;
	padding: 0;
	bottom: 26px;
}

#boxwrapper .top {
	background: none no-repeat;
	height: 10px;
	margin: 0;
	padding: 0;
}

#boxwrapper .bk {
	background: none no-repeat 0 0;
	padding: 20px;
}

#boxwrapper .bottom {
	background: none no-repeat;
	height: 30px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.twoCol {
	width: 325px;
}

/*=MASTHEAD
=== === === === === === === === === === */

#masthead {
	height: 121px;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin-bottom: 40px;
	background-image: none;
}

/*=NAVIGATION
=== === === === === === === === === === */


#navbar {
	margin: 0;
	background: #3c3e40 url(../cssimg/bk_tile_gray_nav.gif) repeat-x;
	width: 100%;
	padding: 0;
	display: none;
}
/* =Logo */

.logoLg {
	width: 217px;
	float: left;
	margin: 0;
	padding: 0;
	z-index: 1;
	position: relative;
}

.logoLg h3 a:before {
	display: block;
	content: url("../cssimg/bk_logo_content.gif");
	margin: 0;
	padding: 0;
}

.logoLg h3 {
	overflow: hidden;
	/* Hei

ght of image */
    height: 121px;
	padding: 0;
	margin: 0;
}

.logoLg span a {
	display: none;
	width: 165px;
	padding: 9px 0 11px 52px;
	color: #fff;
	background: url(../cssimg/bt_bookappt.gif) no-repeat 0 0;
	text-decoration: none;
	margin: 0;
	line-height: 1;
	font-size: 14px;
}

/* =LOGO */

/* =SUBNAV */

#subnav {
	list-style-type: none;
	float: right;
	position: relative;
	top: 102px;
	display: none;
}

/* search */

.search {
	width: 190px;
	position: relative;
	bottom: 10px;
}

div.search h1 {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

div.search .greenSmall {
	margin: 5px 0;
	padding: 0;
}

/* My Comment */

#thirdLevelNav {
	list-style-type: none;
	float: left;
	position: relative;
	padding-left: 15px;
	margin-top: 10px;
}

#thirdLevelNav a, #thirdLevelNav a:visited {
	color: #58b92b;
	text-transform: uppercase;
	font-size: 1em;
}

#thirdLevelNav a:hover, #thirdLevelNav a:visited:hover {
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#thirdLevelNav ul {
	margin: 0;
	padding: 0;
}

#thirdLevelNav li {
	display: inline;
	padding-right: 1em;
	padding-left: 1em;
}

.cars #thirdLevelNav li#thrdnav_cars a, .cats #thirdLevelNav li#thrdnav_cats a, .list #thirdLevelNav li#thrdnav_list a, .overview #thirdLevelNav li#thrdnav_overview a, .edit #thirdLevelNav li#thrdnav_edit a, .checkin #thirdLevelNav li#thrdnav_checkin a, .notes #thirdLevelNav li#thrdnav_notes, .home #thirdLevelNav li#thrdnav_home a, .book #thirdLevelNav li#thrdnav_book a, .invoice #thirdLevelNav li#thrdnav_invoice a {
	color: #fff;
	text-decoration: none;
	border-bottom-style: none;
}

.cars li#thrdnav_cars, .cats li#thrdnav_cats, .list li#thrdnav_list, .overview li#thrdnav_overview, .edit li#thrdnav_edit, .checkin li#thrdnav_checkin, .notes li#thrdnav_notes, .home li#thrdnav_home, .book li#thrdnav_book, .invoice li#thrdnav_invoice {
	background: none repeat center 2.8em;
	padding-top: 4px;
	padding-bottom: 15px;
	color: white;
}

/* =SNDHEADER */

.sndHeader {
	width: 100%;
	padding-bottom: 10px;
}

.sndHeader h1 {
	line-height: 1.3em;
	font-size: 1.8em;
	color: #236893;
	padding-bottom: 10px;
	position: relative;
	float: right;
}

div.sndHeader a {
	display: none;
}

/*=CONTENT
=== === === === === === === === === === */

.content {
	float: left;
	padding: 0;
	margin: 0 20px;
}

.content.normal {
	width: 480px;
}

.content.small {
	
}

.content.big {
	width: 702px;
	margin-right: 0;
}

.content.fullscreen {
	width: 930px;
	margin-right: 0;
	margin-left: 0;
}

.content.big.winLeft {
	margin-left: 0;
}

/* =SIDEBAR */

.sidebar {
	float: left;
}

.sidebar p {
	margin: 0;
	padding: 0;
}

.sidebar h2 {
	color: #236893;
	margin: 10px 0 3px;
	padding: 0;
}

.sidebar.normal {
	width: 207px;
}

.sidebar.small {
	
}

.sidebar.big {
	
}

.sidebar a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* =EXTRA */

.extra {
	float: right;
}

.extra.normal {
	width: 200px;
}

.extra.small {
	
}

.boxPad.small {
	width: 250px;
}

.boxPad.med {
	width: 400px;
}

.extra.big {
	width: 400px;
}

/* =DROPDOWN MENU */

/* the css 
	
	note on background images:
	
		dropdown.jpg is optional and would be a graphic that looks like some sort of drop down
	
		dropdownarrow.jpg sits in the top right of the heading, which is a block element so it's
		the full width.

	the rest of it is positioning and formatting to make it look purdy
*/

.dropdown {
	cursor: pointer;
	float: left;
	margin: 0px 3px;
	height: 24px;
	width: 149px;
	background: #FFF url(/images/droplarge.jpg) no-repeat;
}

.dropdown * {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
}

.dropdown h3 {
	font-weight: normal;
	font-size: 10px;
	border: 1px solid #CCC;
	background: transparent url(/images/droplargearrow.jpg) no-repeat top right;
}

.dropdown h3 span {
	padding: 3px;
	text-indent: 3px;
	display: block;
}

.dropdown ul {
	margin-top: -1px;
	display: none;
	position: absolute;
	background-color: #FFF;
	padding: 3px;
	width: 141px;
	border: 1px solid #CCC;
}

.dropdown li {
	display: block;
	padding: 2px;
	border-bottom: 1px dotted #CCC;
}

.dropdown a {
	font-size: 10px;
	text-decoration: none;
	color: #069;
}

.dropdown a:hover {
	text-decoration: underline;
}

/* the last one we don't put a border on */

.dropdown li.last {
	border-bottom: none;
}

/*=FOOTER
=== === === === === === === === === === */

#footer {
	position: relative;
	height: 140px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: -2.2em;
	background: url(../cssimg/bk_tile_footer_grass.png) repeat-x;
	display: none;
}

#footer a {
	color: #5c9591;
	text-transform: uppercase;
	font-size: .9em;
}

.push {
	height: 140px;
}

.tilegrass {
	height: 100px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background: none no-repeat 0 -50px;
}

.footerinfo {
	background-color: #4b4b4b;
	height: 30px;
	background-image: url(../cssimg/bk_tile_footer_bar.gif);
	color: #ccc;
	font-size: .9em;
	padding-top: 10px;
}

.copyright {
	padding-bottom: 5px;
	background: url(../cssimg/icon_leaf.gif) no-repeat 338px 0;
	padding-top: 5px;
	padding-left: 20px;
	width: 970px;
	text-align: center;
}

.validate {
	margin-top: -30px;
	margin-right: 10px;
	padding-top: 12px;
}

.white {
	background-color: #fff;
	position: relative;
	top: 3.5em;
}

/* Rounded Corners */

/* Based on Snazzy Corners and Nifty Corners By Alessandro Fulciniti http://pro.html.it/esempio/nifty/ */

.contentBox h1, .contentBox h2, .contentBox p {
}
.contentBox p {
}

.contentBox h1 {
	color: #236893;
	font-size: 1.5em;
}
.contentBox {background: transparent;
	margin-bottom: 20px;
}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background: white; border-left: 1px solid #dde9eb; border-right: 1px solid #dde9eb;}
.xb1 {margin:0 5px; background: #dde9eb;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background: white; border:0 solid #dde9eb; border-width:0 1px;
}

.subcontent {
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	text-transform: capitalize;
}

.subcontent li {
	display: inline;
	padding-right: 13px;
}

.status {
	width: 160px;
	margin-top: 10px;
	text-transform: capitalize;
	color: #236893;
}

.status li {
	list-style-type: none;
	display: inline;
}

li.status_width {
	padding-left: 57px;
}

.column {
	width: 232px;
}

.columnThree {
	width: 192px;
	margin-right: 20px;
}

.columnSmall {
	width: 194px;
	padding: 0;
	margin-top: 10px;
	margin-left: 20px;
}

/* =CONTENTBOX TABLE */

.contentBox table {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 0;
}

table a {
	text-transform: uppercase;
}

.contentBox th {
	text-align: left;
	color: #236893;
	font-weight: normal;
	font-style: normal;
	padding-left: 7px;
	font-size: 10px;
	text-transform: uppercase;
}

.contentBox td {
	margin: 0;
	padding: 5px 0 5px 8px;
	text-align: left;
	font-size: 11px;
}

.contentBox tr {
	padding-bottom: 6px;
	margin-bottom: 6px;
	margin-top: 3px;
}

.contentBox .blue {
	background-color: #ebf5f7;
}

.tblInfo {
	color: #999;
	text-transform: uppercase;
	font-size: .9em;
}


.tblHeader th {
	border-right-style: none;
	border-left-style: none;
	border-left-color: rgba(255,255,255,0);
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #58b92b;
	border-bottom: 1px solid #58b92b;
}

table.tblNone {
	margin-top: -10px;
	padding-top: 0;
}

.tblSelect {
	color: #236893;
	text-transform: uppercase;
	font-size: .9em;
}

.standard table {
	background-color: #f1f1f1;
	margin: 0;
	padding: 0;
	border: 1px solid #e5e5e5;
}

.standard th {
	background-color: #cbcbcb;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../cssimg/bk_tbl_std_header.jpg);
}

.standard td {
	background-image: none;
}

.standard td.blue {
	background-color: white;
	background-image: url(../cssimg/bk_tbl_std_td_select.jpg);
}

.active table {
	text-transform: uppercase;
	background-color: #ead5d0;
	margin: 0;
	padding: 0;
	border: 1px solid #b78785;
	color: #966666;
}

.active td.label {
	color: #656534;
}

.active th {
	background-color: #5b0c08;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: none;
}

.active td {
	background: none repeat-y;
}

.active h2 {
	color: #310201;
}

.active td.blue {
	background-image: url(../cssimg/bk_tbl_td_select.jpg);
	background-color: #a45d54;
}

.active td.label {
	color: #643333;
}

table.tblColumn {
	width: 190px;
	margin: 0;
}

.active .tblNone, .standard .tblNone {
	background-image: none;
}

.active h1 {
	color: #5b0c08;
}

table.tblGray input, form table.tblGray label {
	color: #ccc;
}

th h2 {
	font-size: 1em;
}

/* =CONTENT LIST */

.contentlist h2 {
	padding: 0 0 10px 10px;
	color: #236893;
	margin: 0;
}

.med h2, .small h2, .big h2 {
	padding: 0;
	color: #236893;
	margin: 0;
	text-transform: uppercase;
	font-size: 1em;
}

.med h3, .small h3 {
	color: #666;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: .9em;
}

.contentlist.greenlist {
	background-color: #e9fdd8;
	margin: 0 10px;
	padding: 20px 0;
}

.contentlist ul {
	margin-left: 10px;
	margin-right: 10px;
}

.contentlist li {
	list-style-type: circle;
	padding-bottom: 5px;
	padding-left: 20px;
	list-style-position: inside;
}

/* =Technicain */

.tech {
	width: 184px;
	padding-bottom: 5px;
}

.tech h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #236893;
}

.tech h3 {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
}

.tech img {
	margin-left: 10px;
	margin-right: 10px;
}

/* =EXTRA CONTACT */

.contentBox.contact  h2 {
	color: #236893;
	padding-top: 10px;
	padding-bottom: 10px;
}

.contentBox.contact  p {
	padding: 0;
	line-height: 1.5em;
}

/* =LIVECAM */

.livecambk {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	background: url(../cssimg/bk_livecam_01.jpg) no-repeat;
}

div.livecam h2 {
	padding: 0;
	margin: 0;
}

.livecam img {
	padding: 0;
	margin-left: -10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.borderbottom {
	height: 10px;
	background: url(../cssimg/bk_livecam_02.jpg) no-repeat;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

select {
}

form input, form textarea {
	color: #236893;
}

form label, label, .label {
	color: #999;
	text-transform: uppercase;
	font-size: .9em;
}

.txtAreaNotes {
	width: 100%;
	height: 100px;
}

/* Buttons */

.col01 .btn {
	margin-top: 7px;
	margin-left: 7px;
}

a.btn { display: block; position: relative; background: grey; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer;
	text-transform: uppercase;
	font-size: .9em;
	border-bottom-style: none;
	border-bottom-width: 1px;
}

a.btn:hover {
	border-bottom-style: none;
	border-bottom-width: 1px;
}
.btn * { font-style: normal; background-image: url(../cssimg/btn3.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
* html .btn span { margin-top: -5px; }

.btn.blueBtn { background: #2ae; }
.btn.greenBtn { background: #9d4; }

.btn.lightgreenBtn { background: #ccfe9a; }
.btn.pinkBtn { background: #e1a; }
.btn.greenBtn:hover { background-color: #58b92b;
}

.btn:hover { background-color: #a00;
}
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(../cssimg/shade.png); background-position: bottom; }

.padBtn {
	margin-right: 10px;
	margin-left: 10px;
}

/* Work Order */

.title {
	font-size: .9em;
	color: #666;
	background-color: #e9fdd8;
	padding: 10px;
	background-image: none;
	border: 1px solid #d3e5c3;
}

.active .title {
	color: #666;
	background-color: #debeb8;
	padding: 10px;
	background-image: url(../cssimg/bk_callout_red.jpg);
	border: 1px solid #b78785;
}

.active .title dt {
	color: #643333;
}

.title .colFour {
	width: 205px;
}

.title.sub {
	background-color: #f1f1f1;
}

.active .sub {
	background-color: #efefbd;
}

.active .total {
	border-color: #5b0c08;
}

#address {
	width: 25em;
	float: left;
	margin: 0;
	padding: 25px 0 0 20px;
}

#address ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#address li {
	margin: 0;
	line-height: 1.5em;
}

.add_right {
	float: right;
}

.vcard {
	visibility: hidden;
}
