@charset "utf-8";

#wrapper {
	width: 800px;
	height: auto;
	margin: auto;
	padding: 10px;
	border: solid 1px #666666;
	background-color: #FFFFFF;
}

body {
	background: url(images/bodybg.gif) repeat-y center;
}


/* header */

#header {
	width: 800px;
	height: 135px;
	margin-bottom: 5px;
}

#header #logo {
	float:left;
	width: auto;
}

#header #quote-request {
	float: left;
}

#header #telephone {
	float: right;
	display: block;
	width: 300px;
	height: auto;
	text-align: right;
}

#header #flags {
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
}

#header #flags img{
	padding-left: 5px;
}

.pagetop {
	display: block;
	border-bottom: solid 1px #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* main nav */

#nav {
	float: left;
	width: 800px;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	margin-bottom: 5px;
}

#nav ul {
	margin: 0;
	padding-left: 50px;
	display: block;
	height: 30px;
	list-style-type: none;
}

#nav ul li {
	float: left;
}

#nav ul a {
	display: block;
	height: 25px;
	width: auto;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003366;
	padding-left: 40px;
	padding-top: 5px;
	padding-right: 30px;
}
	
#nav ul a:hover {
	background: url(images/navlogo.gif) no-repeat left;
}


/* banner */

#banner {
	float: left;
	width: 570px;
	height: 200px;
}

#callback-form {
	float: left;
	width: 230px;
	height: 200px;
	background: url(images/callback-bg.png);
}

#callback-form table {
	width: 230px;
	height: 196px;
	text-align: center;
	vertical-align: middle;
}

/* models nav */ 

#models-nav {
	float: left;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-top: 50px;
	padding-bottom: 20px;
	border: solid 1px #CCCCCC;
	background: url(images/salvaescaleras-modelos.gif) top left no-repeat;
}

#models-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
}

#models-nav li {
	display: block;
	float: left;
	width: 145px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	color: #003366;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.subhead {
	border-bottom: dotted 1px #003366;  
}

#models-nav ul a {
	display: block;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	margin-left: 10px;
	padding-right: 5px;
}

#models-nav ul a:hover {
	text-decoration: underline;
}

/* body */

#main {
	float: left;
	width: 610px;
	margin: 20px;
	margin-right: 0;
	text-align: left;
}

#main #column1 {
	width: 400px;
	height: auto;
	float: left;
}

#main #column2 {
	width: 200px;
	height: auto;
	float: right;
}

#main #contact-column1 {
	width: 250px;
	height: auto;
	float: left;
}

#main #contact-column1 p {
	width: 230px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 12px;
	padding-top: 12px;	
}

#main #contact-column1 .header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;	
	color: #003366;
	border-bottom: none;
	padding: 0;
}

#main #contact-column2 {
	width: 350px;
	height: auto;
	float: left;
}

#main #contact-column2 table {
	background-color: #D8E6D6;
}


#main table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;	
	color: #003366;
}

#main table td {
	padding: 5px;
}

#main #model {
	float: left;
	width: 145px;
	height: 200px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
	


.right {
	float: right;
	border: 1px solid #666666
}

	

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;	
	color: #003366;
	padding-bottom: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: dotted 1px #666666;
	
}

h2 {
	border-bottom: dotted 1px #003366;
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 10px;
}

h4 {
	display: block;
	float: left;
	width: 600px;
	background-color: #6273A4;
	border-bottom: 1px solid #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 5px;
}	

.guarantee {
	display: block;
	width: 500px;
	float: left;
	margin-left: 40px;
	margin-top: 30px;
	padding: 10px;;
	border: 1px solid #003366;
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: justify;
}

.guarantee a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: right;
}
		

#index-text {
	float: left;
	text-align: left;
	width: 375px;
	margin: 20px;
	margin-right: 0;
}

#index-text ul, #main ul {
	list-style-type: disc;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #003366;
	margin-bottom: 20px;
}

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
}

.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	font-style: normal;
}

.advert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.headergray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}


.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	color: #003366;
}


/* right column */

#ad-bar {
	float: right;
	width: 230px;
	margin-top: 15px;
}

#ad-bar img {
	margin-left: 20px;
}

#ad1-esp {
	background: url(images/salvaescaleras-garantia.gif) no-repeat top;
	padding: 15px;
	height: 180px;
	margin-bottom: 10px;
	text-align: left;
	margin-bottom: 20px;
	padding-top: 45px;
	border: solid 1px #CCCCCC;
}

/* footer */

#footer {
	float: left;
	width: 800px;
	height: 100px;
	border-top: solid 1px #666666;
	padding-top: 5px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}
	

.clear {
	clear: both;
}
