/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	text-align:center;
	background-color: silver;
}
.left { float: right;}
.right {float:right;}
.clear  { clear:both;}
.aligncenter { text-align:center;}
.alignleft { text-align:left;
	padding-left: 20px;
	margin-left: 10px;
}
.alignright { text-align:right;}


input, select { vertical-align:middle; font-weight:normal;}
a {color:#FFF; outline:none; text-decoration:none;}
a:hover{text-decoration:underline;}
p {padding-top:25px;}
a img { border:0;}
ul { list-style:none;}
img {vertical-align:top;}

h3 { text-transform:uppercase; font-size:2.111em; color:#FFF; padding-bottom:25px;}

.link1 { line-height:1em; color: black; background:url(images/marker.gif) right 6px no-repeat #FFF; padding:3px 17px 2px 6px; cursor:pointer; }
.link1:hover {text-decoration:none; color:#F00;}
.link2 { color:#A5A5A4; text-decoration:underline;}
.link2:hover { color:#FFF; text-decoration:none;}

.text1 { color:#FFF;}

/* ============================= main layout ====================== */
.border-bot { background-repeat: repeat-x; background-attachment: scroll; background-position: 50% bottom; }
.border-left { background:url(images/border.gif) left repeat-y;}
.border-right { background:url(images/border.gif) right repeat-y;}
.border-top { background:url(images/border.gif) top repeat-x;}
.margintop{
	margin-top: 10px;
}

.margen_bajo{
	margin-bottom: 20px;
	background-color: #212121;
	color: white;
	font: 10px/2em Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
	margin-top: 20px;
}

.imgindent {  }

.indent1 { padding-bottom:20px;}

.space1 { margin-right:20px;}
.space2 { margin-right:20px;}
.space3 { margin-top:20px;}
.space4 { margin-top:20px;}


/* ============================= header ====================== */
#header {border-top:1px solid #FFF; line-height:1em; background:#040404; margin:0 1px 0 1px; }
#header .indent { padding:0 60px 18px 22px;}
.logo a { font-size: 15px; line-height:1.2em; color:#FFF; float:left; margin-top:20px;}
.logo a:hover { color: #a7a3a7; text-decoration:none;}
/* ============================= content ====================== */

#content .indent { padding:37px 30px 52px 40px; }
.separator { background:url(images/separator.gif) 515px 0 repeat-y; padding:20px 0 10px 0;}
.line { height: 250px;
	width: 650px;
	float: left;
	background-color: black;
}

.line2 { height: 220px;
	background-color: gray;
	width: 220px;
	text-align: right;
	float: right;
}
.col-2 { line-height:1.778em;}
.phone { float:left; width:70px;}

/* ============================= footer ====================== */
#footer { border-top:1px solid #2C2C2C; background: black; color: white;
	font: 11px/2em Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
}
#footer .indent { padding:17px 0 13px 20px;}
#footer a { color:#FFF;}
#footer a:hover { color:#FF0; text-decoration:none;}
/* ============================= forms ============================= */
#ContactForm {line-height:1em;}
#ContactForm .height-form {line-height:1em; height:28px;}
#ContactForm input {width:168px; height:18px; border:1px solid #4A4A4A; background:none; padding:2px 0 0 5px; font-size:1em; line-height:1em;}
#ContactForm textarea {width:352px; height:104px; border:1px solid #4A4A4A; background: none; padding:2px 0 0 5px; overflow:auto; font-size:1em; line-height:1em;}
