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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	line-height: 18px;
	background: #ffffff;
}
	
#header {
	width:100%;
	height: 232px;
	margin:0;
	padding:0;
	clear: both;
	background-image: url(../images/background.jpg);
	background-position: center;
}

#logo h1 {
	position: relative;
	margin: auto;
	margin-top: 52px;
	padding: 0;
	width: 960px;
	height: 73px;
}

#logo h1 a {
	display: block;
	width: 384px;
	height: 73px !important;
	height /**/:73px; /* IE 5/Win hack */ 
	padding: 0px 0 0 0;
	overflow: hidden;
	margin-top: 0px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

#header h1 a:hover {
	
}

#main-menu  {
	width:100%;
	height: 52px;
	margin:0;
	padding:0;
	clear: both;
	background-image: url(../images/fondo_menu.png);
	background-position: center;
	background-repeat: repeat-x;
}


#menu {
	list-style: none;
	padding: 0;
	margin: auto;
	margin-top: 0px;
	width: 960px;
	height: 52px;
	position: relative;
}

#menu span {
	display: none;
	position: absolute;
}

#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}

 #menu a:hover {
	background-position: left bottom;
}

 #menu a:hover span{
	display: block;
}
 #menu .home {
	width: 69px;
	height: 52px;
	background: url(../images/bt_home.png) no-repeat;
	left: 451px;
	top: 0px;
}


 #menu .about {
	width: 72px;
	height: 52px;
	background: url(../images/bt_about.png) no-repeat;
	left: 520px;
	top: 0px;
}


 #menu .portfolio {
	width: 98px;
	height: 52px;
	background: url(../images/bt_portfolio.png) no-repeat;
	left: 592px;
	top: 0px;
}

 #menu .blog {
	width: 65px;
	height: 52px;
	background: url(../images/bt_blog.png) no-repeat;
	left: 690px;
	top: 0px;
}

 #menu .contact {
	width: 89px;
	height: 52px;
	background: url(../images/bt_contact.png) no-repeat;
	left: 755px;
	top: 0px;
}

 #menu .espanol {
	width: 96px;
	height: 52px;
	background: url(../images/bt_espanol.png) no-repeat;
	left: 0px;
	top: 0px;
}

 #menu .freequote {
	width: 116px;
	height: 52px;
	background: url(../images/bt_freequote.png) no-repeat;
	left: 844px;
	top: 0px;
}

#menu .current, #menu a:hover {
	background-position: left bottom;
}


#shadow {
	width:100%;
	height: 14px;
	margin:auto;
	clear: both;
	background-image: url(../images/top_shadow.jpg);
	background-position: center;
	background-repeat: repeat-x;
	padding: 0 0 0 0;
}


/* CAROUSEL
---------------------------------------------*/

#slider {
	width:100%;
	height: 331px;
	margin:auto;
	clear: both;
	background-image: url(../images/fondo_slider.gif);
	background-position: center;
	background-repeat: repeat-x;
	padding: 0 0 0 0;
}

#inside {
	width:960px;
	height: 280px;
	margin:auto;
	clear: both;
	margin: auto;
	padding-top: 50px;
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 905px; /*Width of Carousel Viewer itself*/
	height: 230px; /*Height should enough to fit largest content's height*/
	margin: auto;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
}

.stepcarousel .panel{
	background:url(../images/bk_slider.png) 0 0 no-repeat;
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin:2px;
	width: 905px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:230px;
	position:relative;
}

.stepcarousel .panel .projectDetails {
	float:left;
	width:230px;
	margin:35px 0 0 28px;
}

.stepcarousel .panel .projectDetails .title {
	font-size:16px;
	font-weight:bold;
}

.stepcarousel .panel .projectImg {
	position:absolute;
	top:16px;
	right:16px;
}

#page-container {
	width: 960px;
	margin: auto;
	text-align: left;

}



#quote-home {
	background: #ffffff;
	clear: both;
	height: 150px;
	padding: 22px 22px 0px 22px;
	margin: 0 0 22px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #002530;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
}

#quote-home .padding {
	text-align: justify;

	font-weight: bold;
	font-size: 26px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #002530;
	background: #ffffff;
	line-height: 36px;
	letter-spacing: -1px;
	word-spacing: -1px;	
}

#quote-home .padding .highlight {
	color: #00bde2;
	clear: both;
}

#long-line {
	width: 960px;
	height: 1px;
	margin:0;
	padding:0; 
	clear: both;
	background-image: url(../images/long-line.gif);
	background-position: right;
}

#short-line {
	width: 299px;
	height: 1px;
	padding:0;
	clear: both;
	background-image: url(../images/short-line.gif);
	background-position: right;
	margin-right: 0px;
	margin-left: 10px;
}

#content {
	width: 960px;
	margin-top: 20px;
}

#content .padding {
	text-align: justify;
	margin-top: 2px;
	font-weight: normal;
}

#content .padding a {
	color: #00bde2;
	text-decoration: none;
}

#content .padding a:hover {
	color: #5f5f5f;
}

#content h1 {
	margin: 0;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #002530;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	line-height: 14px;

}

.thankyou {
	margin: 0;
	color: #002530;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-align: justify;
	line-height: 36px;
	margin-left: 0px;
}


.clear {
	clear: both;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 0px;
	text-align: justify;	
}


#content .content-left  {
	float: left;
	width:600px;
	padding-top: 5px;
	text-align: justify;
	padding-right: 0px;
	padding-left: 40px;
}

.corners{
	width: 550px;
	clear: both;
	background-color: #f4f2ec;
	background-image: url(../images/corner_top_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-left: 0px;
}

.corners2{
	margin: 10px;
	margin-bottom: 0px;
	width: 300px;
	clear: both;
	background-color: #f4f2ec;
	background-image: url(../images/corner_top_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.top_right{
	background: url(../images/corner_top_right.jpg) no-repeat right top;
	display: block;
	height: 10px;
	line-height: 10px;
	clear: both;
}
.corners .texto{
	display: block;
	padding: 10px 25px 0px;
	line-height: 16px;
}
.corners .texto p{
	margin: 5px 0;
	padding: 0;
}

.corners2 .texto{
	display: block;
	padding: 10px 25px 0px;
	line-height: 16px;
}
.corners2 .texto p{
	margin: 5px 0;
	padding: 0;
}
.bottom-blabla{
	background: url(../images/blabla_bottom_left.jpg) no-repeat left bottom;
	clear: both;
	width: 300px;
	height: 32px;
	line-height: 11px;
	margin: 0px 10px 10px 10px;
}
.bottom-blabla span{
	background: url(../images/blabla_bottom_right.jpg) no-repeat right bottom;
	float: right;
	height: 32px;
	line-height: 11px;
	width: 26px;
}

.bottom {
	background: url(../images/corner_bottom_left.jpg) no-repeat left bottom;
	clear: both;
	width: 300px;
	height: 10px;
	line-height: 11px;
	margin: 0px 0px 0px 0px;
}
.bottom span{
	background: url(../images/corner_bottom_right.jpg) no-repeat right bottom;
	float: right;
	height: 10px;
	line-height: 11px;
	width: 10px;
}


.bottom2 {
	background: url(../images/corner_bottom_left.jpg) no-repeat left bottom;
	clear: both;
	width: 550px;
	height: 10px;
	line-height: 11px;
	margin: 0px 0px 0px 0px;
}
.bottom2 span{
	background: url(../images/corner_bottom_right.jpg) no-repeat right bottom;
	float: right;
	height: 10px;
	line-height: 11px;
	width: 10px;
}

.blue_hightlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00bde2;
	font-style: italic;
}

#content .content-center  {
	float: left;
	width:320px;
	margin-top: 84px;
}

#content .content-right  {
	float: right;
	width:320px;
	padding-top: 15px;
	padding-bottom: 50px;
}

#pic {
	width: 620px;
	height: 218px;
	margin-left: 10px;
	margin-top: 25px;
	margin-bottom: 35px;
	background: url(../images/pic_profile.jpg) no-repeat;
	}
	
.link {
	color: #00bde2;
	font-style: normal;
	text-decoration: underline;
}

.titulo {
	color: #00bde2;
	font-style: normal;
}

#info1 div.email a,.text4 a {
	font-style:italic;
	text-decoration:underline;
	color:#666;
}
#info1 div.email a {
	font-style:normal;
}
#info1 div.email a:hover,.text4 a:hover {
	text-decoration:none;
}
#info1 div.email a:visited,.text4 a:visited {
	color:#333333;
}
label.error {
    color:#E72733;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
}

.textform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	line-height: 10px;
	background-position: center;
}
.textformessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	line-height: 26px;
	width: 54px;
	display: block;
	float: left;
	vertical-align: top;
}

.normal input{
	width: 184px;
	height: 25px;
	border: #c8c8c8 1px solid;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.msg input{
	width: 184px;
	height: 120px;
	border: #ff0000 1px solid;
	margin-right: 0px;
	margin-left: 0px;
}

.label{
	display: block;
	width: 170px;
	float: left;
	margin-right: 0px;
	padding-left: 0px;
}

#layout-footer  {
	width: 100%;
	clear: both;
	height: 300px;
	position: relative;
	background-color: #0d1117;
}

#layout-footer .columns  {
	width: 960px;
	height: 100px;
	position: relative;
	background-color: #0d1117;
	margin: auto;
	margin-top: 40px;
}

.colOneFooter {
	float: left;
	width: 200px;
	padding-right: 20px;
	padding-left: 20px;
}

.colTwoFooter {
	float: left;
	width: 250px;
	padding-right: 20px;
	padding-left: 20px;
}

.colThreeFooter { 
	float: left; width: 200px; 
	padding-right: 20px; 
	padding-left: 20px;  
}

.colFourFooter {
	float: left;
	width: 150px;
	padding-right: 20px;
	padding-left: 20px;
}

h5 {
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	padding: 45px 0 5px 0;
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

#layout-footer ul { 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	color: #ffffff; 
	font-size: 11px; 
	padding: 0; margin: 0; 
	text-decoration: none;}

#layout-footer li {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	padding: 0 0 1px 0;
	margin: 0 0 1px 0;
	font-weight: lighter;
}

#layout-footer a:link { font-family: Arial, Helvetica, sans-serif; font-weight: lighter; color: #ffffff; font-size: 11px; padding: 0 0 0 0px;text-decoration: none; }

#layout-footer a:visited { font-family: Arial, Helvetica, sans-serif; font-weight: lighter; color: #ffffff; font-size: 11px; text-decoration: none; padding: 0 0 0 0px; }

#layout-footer a:hover { font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: lighter; color: #ffffff; text-decoration: underline; padding: 0 0 0 0px; }

#layout-footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 0 0 0px;
	font-weight: lighter;
}

.colTwoFooter p{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF 

}

.colTwoFooter a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF 

}

.colTwoFooter a:hover{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF 

}

.colThreeFooter p{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF 

}

.colThreeFooter a{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF 

}

.colThreeFooter a:hover{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF  

}


.download {
	text-decoration: underline;
}

#layout-bottom  {
	width: 960px;
	height: 50px;
	padding-bottom: 50px;
	position: relative;
	background-color: #ffffff;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
}

.left-bottom {
	width: 330px;
	height: 31px;
	float: left;
	padding: 11px 0px 15px 100px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f7f7f;
	background-image:url(../images/logo_small.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: left;
	font-weight: normal;
}

.left-bottom a{
	color: #00bde2;
}
.left-bottom a:hover{
	color: #00bde2;
}

.right-bottom {
	width: 330px;
	height: 31px;
	float: right;
	padding: 20px 0px 0px 0px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f7f7f;
	background-color: #ffffff;
	font-weight: normal;
}

.right-bottom a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f7f7f;
	font-weight: normal;
	text-decoration:none;
}

.right-bottom a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ababab;
	font-weight: normal;
	text-decoration: underline;
}

.top {
	background: url(../images/top.png) no-repeat;
	width: 24px;
	height: 56px;
	position: fixed;
	bottom: 110px;
	right: 0;
	cursor: pointer;
	z-index: 1;}
	
	
/* FORMS
-------------------------------------------------*/
form label {
	display:block;
	font-weight:normal;
	width:100px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

form input, form textarea {
	border:1px solid #E5E5E5;
	height: 15px;
	padding:3px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#989898;
	width:243px;
	margin: 0 0 2px 0;
}

form textarea {
	width:243px;
	height: 80px;
	padding:3px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#989898;
	margin: 0 0 0px 0;
}

form input.submit {
	border:none;
	width:80px;
	height:25px;
	text-align:right;
	margin-right: 0px;
	padding-top:4px;
	float: right;
	cursor: pointer;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:5px;
	background:url(../images/submit.png) 0 0 no-repeat;
}

form input.submit a:hover{
	border:none;
	width:80px;
	height:25px;
	text-align:right;
	padding-top:4px;
	float: right;
	margin-right: 0px;
	cursor: pointer;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:12px;
	margin-right: 0px;
	background-image:url(../images/submit_over.png);
	cursor:pointer;
}

form input.submit2 {
	border:none;
	width:62px;
	height:20px;
	text-align:right;
	padding-top:0px;
	margin-right: 0px;
	float: right;
	cursor: pointer;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:5px;
	background:url(../images/sign_up.jpg) 0 0 no-repeat;
}

.style3 {color: #FFFFFF}
.style4 {
	font-size: 12px;
	font-weight: bold;
}

span.label,span.spacer,span.multiple span {width:180px;float:left;} 
span.multiple {float:left;} 
span.button {
	padding-left:0px;
	width: 80px;
height: 40px; background-image: url(../images/submit.png);
} 
div.clear {clear:both;padding-top:5px;} 

.webplanner {
	width: 118px;
	height: 24px;
	background: url(../images/bt_webplanner.png) no-repeat;

}

.logoplanner {
	width: 119px;
	height: 24px;
	background: url(../images/bt_logoplanner.png) no-repeat;
	margin-left:5px;
}
