@charset "UTF-8";
/* CSS Document */


body {
font-family:Arial;
background-color: white;
font-size: 16px;
line-height: 23px;
color: black;
text-decoration: none;
background-image:url(header-repeat.jpg);
background-repeat: repeat-x;
}

* {
margin:0;
padding:0;
}

img {
border-style:none;
}

p {
font-size: 15px;
line-height: 20px;
padding: 6px 0 20px 0;
}

p.center{
text-align: center;
}

a{
text-decoration: none;
color: #0170cf;
font-weight: bold;
}

a:hover{
color: black;
}

h1{
color: black;
font-size: 44px;
line-height: 30px;
padding: 40px 0 10px 0;
}

h2{
font-size: 17px;
line-height: 20px;
}

h3{
color: white;
font-size: 18px;
line-height: 21px;
font-weight: normal;
padding-bottom: 2px;
}

.container{
margin:0 auto;
width:960px;
}

.clear{
clear: both;
}

.float-left{
float: left;
}

/* Header START ---------------------------------------------*/

#header-repeat{

height:450px;
}

#header-container {
background:url(shoe.jpg) right no-repeat;
margin:0 auto;
width:960px;
height: 519px;
}

	#header-left{
	float: left;
	padding: 12px 0 0 0;
	width: 253px;
	height: 110px;
	}

	#header-right{
	float: right;
	padding: 70px 210px 0 0;
	width: 257px;
	}

ul{
list-style: inside;
padding: 20px 0 10px 20px;
}

li{
font-size: 16px;
line-height: 23px;
padding: 3px 0 4px 0;
}
		
#introcompatible{
float: right;
padding-right: 280px;
}

	#introcompatible p{
	font-size: 12px;
	}

/* Header END ---------------------------------------------------*/

/* Main START ---------------------------------------------------*/

.main-container {
margin:0 auto;
padding: 30px 0 0 0;
width:960px;
}

	.main-left{
	float: left;
	padding: 0 15px 0 0;
	width: 580px;
	}

	.main-right{
	float: left;
	border-left: 1px solid #d2d2d2;
	padding: 65px 0 0 20px;
	width: 340px;
	}
			
#heart{
float: left;
padding-top: 30px;
width: 75px;
}

#hearttext{
float: left;
padding: 30px 0 20px 0;
width: 265px;
}
		
blockquote{
color: #353535;
font-size: 15px;
line-height: 19px;
font-style: italic;
}

	blockquote p{
	color: black;
	font-style: normal;
	}

p.compatible{
color: #353535;
font-size: 12px;
text-align: center;
padding: 0 0 15px 0;
margin: 0;
}

/* Main END ---------------------------------------------*/

#footer{

height: 303px;
}

#footer p{
color: white;
}

	.footer-column{
	float: left;
	padding: 30px 20px 0 0;
	width: 305px;
	}

	.footer-column-right{
	float: left;
	padding: 30px 0px 0 0;
	width: 305px;
	}
	
	
	
