/* 
	CSS Document
	Author:		Jeffrey Barke
	Title:		Stellar Concierge default screen styles
	Version:	14 April 2008
	License:	This style sheet and all imported style sheets are licensed
				under a Creative Commons Attribution-ShareAlike 3.0 License.

	http://creativecommons.org/licenses/by-sa/3.0/us/

	Licensor contact: jeffrey.barke@themechanism.com
*/

/* general structure
----------------------------------------------- */
html {
	height: auto;
	min-height: 100%;
	overflow: scroll;
}
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
}
#pageFrame {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 1024px;
}

/* general typography
----------------------------------------------- */
body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
abbr, acronym { border: none; }
#noRecords {
	color: #fff;
	padding-left: 22px;
}

/* general links
----------------------------------------------- */
a:focus { outline: none; }
a { color: #f36230; }
a:hover { text-decoration: none; }

/* general tables
----------------------------------------------- */
table { 
	border-collapse: collapse;
	display: table;
}

/* general forms
----------------------------------------------- */
.table_form { margin-top: 10px; }
.table_form td {
	display: table-cell;
	padding-bottom: 22px;
	vertical-align: top;
}
.table_form label {
	display: block;
	margin-top: 0.3em;
	padding-right: 15px;
}
span.required, .table_form label span { color: #ff0000; }
input:focus { outline: none; }
.text {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #676767;
	border-right: 1px solid #ccc;
	border-top: 1px solid #676767;
	padding: 0.3em;
	width: 331px;
}
select.text { min-width: 341px; }
.textFocus { border: 1px solid #000; }
.correctionText { border: 1px solid #ff0000; }
.errorNotice {
	color: #ff0000;
	margin-top: 0;
}
.button {
	height: 30px;
	width: 97px;
}
.btnSubmit { background: url(../images-new/buttons/btnSubmit.png) 0 0 no-repeat; }
.btnSubmit:hover, .btnSubmitIeHover { background-position: 0 -30px; }
p.response {
	background: #fafafa 5px center no-repeat;
	border: 1px solid #676767;
	padding: 10px 10px 10px 45px;	
}
p.success { background-image: url(../images-new/icons/complete.gif); }
p.failure { background-image: url(../images-new/icons/notice.gif); }

/* page header
----------------------------------------------- */
#pageHeader {
	background: #fff url(../images-new/backgrounds/pageHeader.jpg) 0 103px repeat-x;
	z-index: 25;
}
#logoStellar {
	background: transparent url(../images-new/backgrounds/logoStellar.jpg) top right no-repeat;
	height: 121px;
	margin-bottom: 0;
	margin-top: 0;
	z-index: 0;
}
#logoStellar a {
	background: #fff url(../images-new/logo-stellar.gif) top left no-repeat;
	display: block;
	height: 75px;
	left: 37px;
	position: absolute;
	text-indent: -9999em;
	top: 26px;
	width: 227px;
	z-index: 50;
}
#utilities {
	list-style-type: none;
	position: absolute;
	right: 0;
	text-align: right;
	top: 80px;
}
#utilities li {
	color: #db0962;
	display: inline;
	font-size: 115%;
	padding-left: 15px;
	padding-right: 5px;
}
#utilities li a {
	color: #db0962;
	text-decoration: none;
}
#utilities li a:hover { text-decoration: underline; }
#topNav {
	background-color: #000; 
	min-height: 96px;
}
#nav {
	border-top: 3px solid #000;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	background-color: #000;
	color: #db0962;
	float: left;
	font: 90% normal CachetBold, Helvetica, Arial, sans-serif;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	width: 154px;
}
#nav li span { padding-left: 10px; }
#nav li ul.subnav {
	background: #101010 url(../images-new/backgrounds/navLi.png) bottom left no-repeat;
	list-style-type: none;
	margin: 0;
	min-height: 61px;
	padding: 4px 0;
	position: absolute;
	z-index: 100;
}
#nav li ul.subnavMore { background-image: url(../images-new/backgrounds/navLi_more.png); }
#nav li.selected ul.subnav {
	background-color: #000;
	background-image: none;
}
#nav li ul.subnav:hover, #nav li ul.ieSubNavHover {
	background-color: #000;
	background-image: none;
	position: absolute;
}
#nav li ul.subnav li {
	background-color: transparent;
	display: block;
	float: none;
	font: 90% normal Arial, sans-serif;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 0 0 3px 10px;
	width: 143px;
}
#nav li ul.subnav li a {
	color: #fff;
	display: block;
	float: none;
	text-decoration: none;
	text-transform: none;
}
#nav li ul.subnav li.navOverflow { display: none; }
#nav li ul.subnav:hover li.navOverflow, #nav li ul.subnav li.ieShowMoreNav { display: block; }
#nav li ul.subnav li.selected a {
	background: transparent url(../images-new/icons/arrow-red-right.png) center right no-repeat;
	color: #ccc; 
}
#nav li ul.subnav li a:hover {
	background: transparent url(../images-new/icons/arrow-red-right.png) center right no-repeat;
	color: #f47d30;
/*	margin-left: 1px; */
}
#nav li.navAlt {
	background: #fa689a url(../images-new/backgrounds/navAlt.png) top left repeat-x;
	border-right: 2px solid #660825;
	color: #fff;
	height: 93px;
	width: 124px;
}
#nav li.navAlt a {
	color: #fff;
	display: block;
	height: 100%;
	padding: 0 10px;
	text-decoration: none;
}
#nav li.navAlt a:hover {
	background-color: #e43e74;
	background-image: none;
}

/* page body
----------------------------------------------- */
#pageBody {
	clear: both;
	position: relative;
}
#col1 {
	float: left;
	margin: 0;
}
#col22 {
	background-color: #fff;
	float: right;
	margin: 0;
	padding-bottom: 40px;
}

/* page footer
----------------------------------------------- */
#pageFooter {
	background: #fff url(../images-new/backgrounds/pageFooter.png) top left repeat-x;
	border-top: 3px solid #000;
	clear: both;
	color: #333;
	font-size: 90%;
	font-weight: normal;
	height: 56px;
}
#footerNav {
	float: right;
	list-style-type: none;
	margin: 0 11px;
	padding: 2px 0;
}
#footerNav li { display: inline; }
#footerNav li a { color: #350e2a; }
#footerNav li a:hover { text-decoration: none; }
#copyright {
	margin: 0 19px;
	padding: 2px 0;
}

/* service blocks
----------------------------------------------- */
.serviceBlock {
	float: left;
	margin-left: 20px;
	min-height: 104px;
	padding-left: 126px;
	position: relative;
	width: 150px;
}
.serviceBlock-img {
	left: 0;
	position: absolute;
	top: 0;
}
.serviceBlock-img img { border: 1px solid #5c1853; }
.serviceBlock-img img:hover, .serviceBlock-img img.ieHover { border: 1px solid #f36230; }
.serviceBlock h3 { margin: 0 0 0.5em 0; }
.serviceBlock h3 a { color: #f36230; }
.serviceBlock h3 a:hover { text-decoration: none; }
.serviceBlock p { 
	color: #fff; 
	line-height: 1.1em;
	margin: 0;
}
.serviceBlock-address { 
	display: block;
	font-size: 90%;
	margin-bottom: 5px;
}
.serviceBlock-price {
	display: block; 
	margin-bottom: 15px;
}
.serviceBlock-order {
	background: url(../images-new/buttons/btnOrder.png) top left no-repeat;
	display: block;
	height: 30px;
	text-indent: -9999em;
	width: 97px;
}
.serviceBlock-order:hover { background-position: 0 -30px; }
p.serviceBlock-all {
	color: #f36230; 
	font-size: 80%;
	margin-top: 10px;
}
.serviceBlock-all a { text-decoration: none; }
.serviceBlock-all a:hover { text-decoration: underline; }

/* clearfix
----------------------------------------------- */
.clearFix:after {
	clear: both; 
	content: '.'; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
.clearFix { display: inline-block; }
/*Hide from IE Mac \*/
.clearFix { display: block; }
/*End hide from IE Mac */
