@charset "utf-8";
/* CSS Document */

/*
Design by Barbara Carneiro
www.barbaracarneiro.com

CSS by Bruno Carneiro
www.brunocarneiro.com
*/

/* Main */
* {
	margin: 0 auto;
	padding: 0;
	border: 0;
}
ul, ol, li {
	padding-left: 10px;
	margin-left: 10px;
}
body {
	background: #EDEDED;
	font: 13px/20px Arial, Helvetica, sans-serif;
	color: #333333;
}
a, a:visited {
	color: #006699;
}
a:hover {
	color: #333;
}

/* Containers */
#wrap {
	width: 900px;
}
#shadows {
	background: url(../images/shadows.jpg) repeat-y;
}
#bottomShadows {
	background: url(../images/bottom-shadow.jpg) bottom no-repeat;
	padding: 0 5px 15px;
	overflow: hidden;
	min-height: 100%; 
}
#banner {
}
#menuBkg {
	background: url(../images/menu-bkg.jpg) top repeat-x;
	height: 46px;
}
#menuContainer {
	text-align: center;
	height: 46px;
}
#rightContainer {
	float: right;
	width: 225px;
	padding: 5px;
}
#leftContainer {
	float: left;
	width: 655px;
}
#leftContainer2 {
	width: 100%;
}
.clear{
	clear: both;
	height: 10px;
}
#mainPadding {
	padding: 25px;
}
#blueTab {
	margin-top: 15px;
	border-top: 3px solid #006699;
	padding-top: 15px;
}
#footer {
	text-align: center;
	padding-top: 25px;
	background: url(../images/logo-small.jpg) top no-repeat;
	padding-bottom: 10px;
}

/* Text */
h1 {
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	color: #006699;
}
h2 {
	border-bottom: 1px dotted #002C59;
	font: normal 20px/24px Georgia, "Times New Roman", Times, serif;
	color: #006699;
	margin-bottom: 8px;
}
h3 {
	font: bold 11px/20px Arial, Helvetica, sans-serif;
	color: #006699;
	text-transform: uppercase;
}
.georgia {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
}
.arialSmall {
	font: bold 11px/22px Arial, Helvetica, sans-serif;
	color: #003366;
}
.arialSmall a, .arialSmall a:visited {
	color: #003366;
}
.arialSmall a:hover {
	color: #333;
}



/* Menu */
#menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 30px;
}
#menu li {
	display: block;
	float: left;
	position: relative;
	z-index: 100;
	margin: 0;
	padding: 0;
}
#menu li span {
	display: block; 
	z-index: 100;  
	padding: 5px 12px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#menu li a, #menu li a:visited {
	display: block; 
	padding: 0;
}
#menu dl {
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0; 
	padding: 0; 
	background: url(transparency.gif);
}
#menu dt {
	background: url(../images/menu-bkg.jpg) top repeat-x; 
	margin: 0; 
	font: 12px/46px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	float: left; 
}
#menu dd {
	display:none; 
	background: transparent; 
	clear:left;
	width: 180px; 
	margin:0; 
	padding:0; 
	color: #686868; 
	font: 10px/18px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase; 
	text-align:left;
}
#menu dt a, #menu dt a:visited {
	display: block; 
	color: #FFF; 
	padding: 0px 10px; 
	text-decoration:none;
}
#menu dd a, #menu dd a:visited {
	background: #EDEDED; 
	color: #686868;  
	text-decoration: none; 
	display: block; 
	padding: 5px 10px;
}
#menu li a:hover {
	border: 0;
	background: #FFF;
	color: #003366;
}
#menu li:hover dd, #menu li a:hover dd, #menu li a.selected {
	display: block;
	background: #FFF;
	color: #003366;
}
#menu li:hover dl, #menu li a:hover dl {
	
	color: #003366;
}
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {
	background: #FFF;
	color: #003366;
}


/* "Get a Quote" Form Styles */
.requestQuote {
	border: 2px solid #F4F4F4;
	padding-top: 5px;
	margin-top: 10px;
}
.quoteCalulationTable {
	border: 2px solid #F4F4F4;
	padding: 2px;
}
.quoteCalulationTable th {
	background: #F4F4F4;
	text-transform: uppercase;
}
.quoteCalulationTable th .arialSmall {
	color: #003366
}
.requestQuoteWrap {
}
hr {
	width: 100%;
	border: 1px solid #F4F4F4;
}
.hourSelect {
	background: #F4F4F4;
	padding: 2px;
	width: 50px;
}
.resultInput {
	text-align: right;
	border: 0;
	width: 100px;
	color: #333333;
    font: 13px/20px Arial,Helvetica,sans-serif;
}
.resultInputGrey {
	text-align: right;
	background: #f4f4f4;
	border: 0;
	width: 100px;
	color: #333333;
    font: 13px/20px Arial,Helvetica,sans-serif;
}
.resultInput2 {
	width: 20px;
}
.resultInputTotal {
	text-align: right;
	border: 0;
	width: 100px;
	color: #333333;
    font: bold 13px/20px Arial,Helvetica,sans-serif;
}
.resultInputTotalGrey {
	text-align: right;
	background: #f4f4f4;
	border: 0;
	width: 100px;
	color: #333333;
    font: bold 13px/20px Arial,Helvetica,sans-serif;
}
.submitButton {
	padding: 5px 7px;
	background: #003366;
	font: bold 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
	text-transform: uppercase;
	color: #FFF;
}
.submitButton:hover {
	color: #666666;
	background: #F4F4F4;
}
/* End of "Get a quote" Form styles*/

.footerNavigation {
	font: 10px/19px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	text-transform: uppercase;
}
.footerNavigation a, .footerNavigation a:visited  {
	color: #666666;
	padding: 0 8px;
	text-decoration: none;
}
.footer {
	font: 12px/19px Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
.footer a, .footer a:visited {
	color: #666666;
	text-decoration: none;
}
.footerNavigation a:hover, .footer a:hover {
	color: #006699;
}



/* Images and Boxes */
.box {
	background: #CCC;
	padding: 2px;
	margin-bottom: 5px;
}
.boxLighter {
	background: #DDD;
}
.boxShadows {
	background: url(../images/box-shadows.png) top no-repeat;
	padding: 5px 10px;
}
.boxShadows li {
	margin: 0;
	padding: 0;
	list-style-type: square;
}
.boxShadows .georgia {
	font-size: 11px;
}
label {
	font: bold 10px/24px Arial, Helvetica, sans-serif;
}
.form {
	height: 18px;
	padding: 2px;
	border: 1px solid #999;
	background: #FFF;
	width: 125px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 5px;
}
.form:focus {
	border: 1px solid #006699;
	outline: none;
}
.button {
	background: #333;
	font: bold 10px/15px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	height: 22px;
	padding: 0 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#blueTab img {
	border: 1px solid #CCC;
	padding: 3px;
	margin: 0 0 5px 5px;
}
.imagesBorder {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.descriptionQuote {
	font: 11px Arial, Helvetica, sans-serif;
	color: #999;
	background: #f4f4f4;
	padding: 5px 0;
}
.inputNormal {
	border: 1px solid #ccc;
	padding: 2px;
	width: 180px;
	margin: 2px 0;
}
.inputHour {
	border: 1px solid #ccc;
	padding: 2px;
	width: 110px;
	margin: 2px 0;
}
.inputMinutes {
	border: 1px solid #ccc;
	padding: 2px;
	width: 55px;
	margin: 2px 0;
}
.bigInput {
	border: 1px solid #ccc;
	padding: 2px;
	width: 815px;
	margin: 2px 0;
}


/* scripts */
.no_js { 
	display: block;
}
.has_js { 
	display: none;
}
.js .no_js { 
	display: none;
}
.js .has_js {
	display: block;
}

/* Styles by Ipanemadesign.com */
#logoffButton {
	float: right;
	width: auto;
	padding: 4px 7px;
	background: #ccc;
	border: 1px solid #333;
	font: bold 11px Arial, Helvetica, sans-serif;
}
