/* Global */

img {	border: 0; vertical-align: middle; }
	
form { margin: 0;	padding: 0;	}

fieldset { border: 0; margin: 0; padding: 0; }

p {	margin: 1em 0 0 0; }

/* General Layout ------------------------------------------------------------ */

html, body { 
	height: 100%; 
	}
	
body {
	margin: 0;
	padding: 0;
	background: #fff url('../../images/header_bg.gif') repeat-x top;
	}
	
#container {
	position: relative;
	min-height: 100%;
	}

#content  {
	width: 780px;
	margin: 0 auto 0 auto;
	}
	
#header {
	height: 208px;
	}

#logo {
	padding: 17px 0 0 0;
	float: left;
	}

#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 20px;
	border-top: 1px solid #3a3a3a;
	background-color: #4d4d4d;
	color: #fff;
	font: normal 12px/1 arial, helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	}
	
#footerContent {
	padding-top: 2px;
	}

#footer img {
	padding: 0 5px 0 10px;
	vertical-align: -2px;
	}
	
#footer a {
	font: normal 12px/1 arial, helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	}

/* Navigation ---------------------------------------------------------------- */

#nav {
	padding: 25px 0 0 20px;
	float: left;
	}

ul.navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font: normal 14px/2 arial, helvetica, sans-serif;
	}
	
.navigation li {
	background: url(../../images/nav_grey.gif) 0px 9px no-repeat;
	padding-left: 18px;
	}
	
.navigation li.active {
	background: url(../../images/nav_red.gif) 0px 9px no-repeat;
	padding-left: 18px;
	}
	
.navigation a {
	font: normal 14px arial, helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	border: 1px solid #333;
	padding: 2px 3px 2px 3px;
	}
	
.navigation a:hover {
	font: normal 14px arial, helvetica, sans-serif;
	color: #fff;
	border: 1px solid #575757;
	padding: 2px 3px 2px 3px;
	background-color: #3d3d3d;
	}

/* Langauges ----------------------------------------------------------------- */

#languages {
	margin-top: 190px;
	float: right;
	}

#langEspanol { 	
	background: url(../../images/lang_espanol.gif) no-repeat;
	background-position: top center; 
	display: block;
	width: 51px;
	height: 18px;
	text-indent: -999999px;
	overflow: hidden;
	float: left;
	}

#langEspanol:hover { background-position: left; }

#langEnglish { 	
	background: url(../../images/lang_english.gif) no-repeat;
	background-position: top center; 
	display: block;
	width: 47px;
	height: 18px;
	text-indent: -999999px;
	overflow: hidden; 
	float: left;
	}

#langEnglish:hover { background-position: left; }

#languages .active {
	background-position: top right; 
	}
	
/* Boxes --------------------------------------------------------------------- */

#boxes {
	float: left;
	}
	
.box {
	margin-top: 19px;
	padding: 5px;
	border: 1px solid #c2c1c1;
	background-color: #fdfdfd;
	font: normal 12px/1.5 arial, helvetica, sans-serif;
	}
	
#boxLanguage { 
	display: block;
	width: 204px; 
	height: 36px; 
	text-indent: -999999px; 
	overflow: hidden; 
	}
	
#boxEstimateEn { 
	background: url(../../images/box_estimate_en.gif) no-repeat top left;
	display: block;
	width: 204px; 
	height: 36px; 
	text-indent: -999999px; 
	overflow: hidden; 
	}
	
#boxEstimateEn:hover { 
	background-position: right;
	}
	
#boxEstimateEs { 
	background: url(../../images/box_estimate_es.gif) no-repeat top left;
	display: block;
	width: 204px; 
	height: 36px; 
	text-indent: -999999px; 
	overflow: hidden; 
	}
	
#boxEstimateEs:hover { 
	background-position: right;
	}
	
#wordboxText {
	width: 180px;
	padding: 7px;
	padding-top: 0px;
	text-align: left;
	}
	
#wordSeparator {
	height: 1px;
	vertical-align: top;
	}

/* Body Content -------------------------------------------------------------- */

#copy {
	width: 535px;
	background-color: #fff;
	padding-top: 25px;
	padding-bottom: 48px;
	font: normal 13px/1.5 arial, helvetica, sans-serif;
	float: right;
	}

.icons td {
	padding: 3px 5px 0 0;
	}

#clientsContent {
	margin-top: 20px;
	}

#clientsLeftCol {
	width: 180px;
	float: left;
	font-weight: bold;
	}

#clientsMidCol {
	width: 155px;
	float: left;
	padding: 0 0 0 30px;
	font-weight: bold;
	}

#clientsRightCol {
	width: 135px;
	float: left;
	padding: 0 0 0 30px;
	font-weight: bold;
	}
	
.arrow {
	vertical-align: 1px;
	padding-right: 3px;
}
	
/* Lists */

.clients {
	list-style-type: none;
	margin: 0 0 25px 0;
	padding: 0;
	line-height: 1.75em;
	}
	
.clients li {
	font-weight: normal;
	}

/* Estimate Form */

#estimateContent {
	margin-left: -5px;
	}
	
#estimateTable {
	width: 535px;
	}
	
.textField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #C5C1B6;
	width: 130px;
	}
	
.selectField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #C5C1B6;
	width: 132px;
	}
		
.textareaField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100px;
	width: 520px;
	border: 1px solid #C5C1B6;
	}
		
.submitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.submitSending {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.errorDisplay {
	width: 493px;
	border: 1px solid #ccc;
	padding: 15px;
	color: #cc0000;
	margin: 15px 0 15px 5px;
	line-spacing: 2em;
	background: #f9fafa;
	}

	
/* Miscellaneous Formatting -------------------------------------------------- */

.clear {
	clear: both;
	}

.header {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	}
	
.headerSmall {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	}

.small {
	font-size: 11px;
	}

.red {
	color: red;
	}

a {
	font-size: 13px;
	font-weight: normal;
	color: #cc0000;
	text-decoration: underline;
	}
	
a:hover {
	color: #ff0000;
	}