@charset "utf-8";
/* CSS Document */

body {
	background:url(../img/body-bg.jpg) repeat-x #F6F6F6;
}
a {color:#761e00;}


/*------------------------- HEADER -------------------------*/

header {
	margin:20px auto 0;
	height:140px;
	width:960px;
	background:url(../img/alexapipes-logo.png) no-repeat center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#5b2d0f;
	font-style:italic;
	letter-spacing:0.2em;
	}
	
header a { 
	color:#5b2d0f;
	}

li a:hover { color:#000000;}

.leftNav { 
	float:left;
	margin:50px 0 0 80px;
	width:280px;
	}
	
.rightNav { 
	float:right;
	margin:50px 130px 0 0;
	}
	
header li {
	display:inline;
	list-style:none;
	float: left;
	margin:0 auto;
	padding:0;
	}
	
/*----------------------------- CENTER -----------------------*/	
	
#center {
	width:960px;
	/*height:80%;*/
	margin:auto;
	}
	
#center h1 {
	font-family: 'Parisienne', cursive;
	font-size:100px;
	margin-top:70px;
	
	}
	
#center h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-style:italic;
	letter-spacing:0.2em;
	margin:10px 0 65px 0;
	text-align:center;
	}
	
#center section .button { margin-left:115px;}

.gallery {
	margin-top:40px !important;
	}

.gallery img {
	margin: 30px 0 0 50px !important;
	}
	
section {
	float:left;
	}
	
.list {
	text-align:center;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.2em;
	
	margin-bottom:30px;
	}
	
.list li { 
	padding:80px 0 20px 0;
	background:url(../img/lula.png) no-repeat center;
	display: inline-block;
	margin: 20px;
	}

/*-------------------- BOTTOM ------------------------*/
#discount {
	text-align: center;
	margin-top: 15px;
	font: italic 20px Georgia, "Times New Roman", Times, serif;
}
#discount a {
	text-decoration: none;
	color: #000;
}
#bottom {
	width:960px;
	margin:10px auto 20px;
	}
	
#bottom section { 
	width:620px;
	padding:20px 50px;
	color:#5d5d5d;
	}

#bottom h3{
	font: normal 30px Georgia, "Times New Roman", Times, serif;
	line-height:50px;
	}
	
#bottom p {
	font: normal 16px/1.7em Georgia, "Times New Roman", Times, serif;
	}
	
.confirmation {
	height:360px;
	width:960px;
	margin:170px auto 20px;
	text-align:center;
	font: normal 16px/1.7em Georgia, "Times New Roman", Times, serif;
	}

/*------------------------- FOOTER -------------------------*/
		
footer {
	position:relative;
	height:55px;	
	margin-top:-55;	
	background:#d5d5d5;
	clear:both;
	}

.footerContent {
	margin:0 auto;
	width:960px;
	height:30px;
	}

footer p {
	color:#9d9d9d;
	font-size:12px;
	margin-top:18px;
	float:left;
	}

footer li {
	display:inline;
	list-style:none;
	float: right;
	margin-top:15px;
	}
	
footer a {
	color:#5d5d5d;
	}