/*---------------------------------
HEIDI PITLOR, Official Web Site
http://www.heidipitlor.com

Master Stylesheet
Author: Michael Borum
http://www.etherweave.com
May 2006
---------------------------------*/

/* GENERAL STYLES */

body {
	background: #fff;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, TimesRoman, "Times New Roman", serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	}

h1, h2, h3 {
	line-height: 150%;
	font-weight: normal;
	font-style: normal;
	color: #699;
	}

h1 {
	font-size: 18px;
	}

h2 {
	font-size: 14px;
	}

h3 {
	font-size: 12px;
	}

a:link {
	color: #693;
	text-decoration: underline;
	}

a:visited {
	color: #666;
	text-decoration: underline;
	}

a:hover {
	color: #6cc;
	text-decoration: underline;
	}

a:active {
	color: #6cc;
	text-decoration: underline;
	}

ul {
	list-style: none;
	text-align: left;
	font-size: 11px;
	margin-left: 0;
	padding-left: 0;
	}

ul li {
	margin-left: 0;
	padding-left: 0;
	}

/* LAYOUT STYLES */

#container {
	position: relative; top: 0; left: 0;
	width: 750px;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	}
	
#masthead {
	width: 100%;
	height: 82px;
	background: url(../images/masthead_bg.gif);
	text-align: center;
	}

#masthead img {
	margin: 28px;
	border: 0;
	}
	
#nav-home {
	width: 750px;
	height: 12px;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	}

#nav-home ul, #nav-home li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#nav-home ul img {
	border: none;
	padding: 0;
	margin: 0 25px 0 0;
	}

#nav {
	float: left;
	position: relative; top: 15px; left: 0;
	width: 150px;
	text-align: right;
	margin: 5px 0 0 0;
	}
	
#nav ul {
	list-style: none;
	text-align: right;
	}

#nav ul li {
	margin-bottom: 12px;
	}

#nav ul.buylinks {
	font-size: 10px;
	margin-top: 50px;
	}

#nav ul.buylinks li {
	margin: 0;
	}
	
#content-home {
	text-align: center;
	width: 650px;
	margin: 20px auto 20px auto;
	}

#content-home img {
	margin-bottom: 25px;
	}

#jackets-home img {
	float: left;
	margin-right: 50px;
	}

#jackets-home ul {
	margin: 15px 0 0 0;
	}
	
#content {
	float: right;
	width: 550px;
	margin: 20px 10px 10px 0;
	}

.header {
	display: block;
	margin-bottom: 20px;
	}

.bodytext {
	float: left;
	width: 350px;
	margin: 0;
	padding: 0;
	}

.bodytext p {
	margin: 0 0 15px 0;
	}
	 
.bodytext img {
	float: left;
	margin: 0 8px 8px 0;
	}

.bodytext ul {
	margin-bottom: 25px;
	}
	
#footer {
	clear: both;
	text-align: center;
	font-size: 9px;
	margin: 10px auto 10px auto;
	padding: 0;
	}

.jackets {
	float: right;
	width: 155px;
	margin-top: -40px;
	}

.jackets img {
	margin-bottom: 20px;
	}
