/* 

STYLE SHEET FOR [x] WEB SITE
Created by Name Surname
www.domain.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	background-color: #937661;
	background-image: url(../imgs/body_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: tahoma, verdana;
	font-size: 12px;
	line-height: 1.4em;
	color: #000000;
		}

#map {
	height: 300px;
	width: 440px;
	border: 2px solid #937661;
	background-color: #AAA195;
	padding: 4px;
	margin-top: 15px;
	margin-bottom: 15px;
}

		
/*  --------- 2. structure  --------- */

#copy {
	width: 450px;
	float: right;
	margin-right: 36px;
	padding-bottom: 45px;
}
#copy p {
	margin-bottom: 10px;
}

#copy h2 {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
		
#masthead {
	height: 100px;
	margin:0 auto;
	width: 761px;
		}
h2.tile {
	height: 129px;
	width: 745px;
	background-image: url(../imgs/tiles.jpg);
	background-repeat: no-repeat;
	margin-left: 11px;
	line-height: 129px;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 25px;
	margin-bottom: 10px;
}

		
#logo {
	float: left;
	margin-top: 18px;
		}

#content {
	margin-right: auto;
	margin-left: auto;
		}
#sub_col {
	width: 250px;
	float: left;
	margin-left: 36px;
	padding-bottom: 25px;
}
#sub_col ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 220px;
}

#sub_col p {
	margin-bottom: 10px;
}
#sub_col a {
	text-decoration: underline;
}
#sub_col ul li a {
	display: block;
	padding: 4px;
}

#sub_col ul li a:hover {
	background-color: #A79F93;
	color: #FFFFFF;
}

#sub_col ul li a.currentpage {
	background-color: #937661;
	color: #FFFFFF;

}

#products #sub_col a,
#about #sub_col a,
#process #sub_col a,
#showroom #sub_col a {
	text-decoration: none;
}

#showroom   #wrapper   #centre   #content   #copy   a img  {
	border: 2px solid #937661;
	background-color: #A79F93;
	float: left;
	margin-right: 6px;
	margin-left:7px;
	margin-bottom: 12px;
	padding: 4px;
}

#products   #wrapper   #centre   #content   #copy   a img {
	border: 2px solid #937661;
	background-color: #A79F93;
	float: left;
	margin-right: 6px;
	margin-left:5px;
	margin-bottom: 10px;
	padding: 4px;
}

#sub_col ul {
	margin-bottom: 15px;
}

#product_gallery {
	width: 445px;
}


#bottom {
	height: 12px;
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imgs/bottom.gif);
	background-repeat: no-repeat;
}


#footer {
	width: 761px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
		}
#footer ul li a {
	margin-right: 15px;
	text-transform: capitalize;
	color: #FFFFFF;
	font-size: 12px;
}
#footer ul li {
	float: left;
}


.clear {
		clear: both;
		height: 0;
		}

/* ---------- 3. links and navigation ---------- */

a {
	color: #333333;
	text-decoration: none;
		}
#logo {
	height: 66px;
	width: 244px;
	background-image: url(../imgs/hawthorne_logo2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

h1#branding a {
	text-indent: -5000px;
	display: block;
	height: 66px;
	width: 244px;
}

		
a:hover {
		}

#navigation {
	font-size: 16px;
	line-height: normal;
		}

#navigation a {
	text-decoration: none;
	color: #937661;
	text-transform: capitalize;
	display: block;
	padding-top: 61px;
		}
		
#navigation a:hover {
	background-image: url(../imgs/current.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}

#home #navigation .home a,
#about #navigation .about a,
#products #navigation .products a,
#showroom #navigation .showroom a,
#contact #navigation .contact a,
#process #navigation .process a {
	background-image: url(../imgs/hover.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
		
#centre {
	width: 782px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imgs/side_shadow.gif);
	background-repeat: repeat-y;
}

#navigation ul {
	float: right;
		}

#navigation li {
	float: left;
	margin-left: 25px;
		}
		
/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {
		}

h1 {
		}

h2 {
	font-weight: normal;
	font-size: 16px;
		}
		
#content h2.title {
	width: 735px;
	height: 54px;
	line-height: 54px;
	margin:0 auto 20px auto;
	display: block;
	padding-left: 25px;
	background-image: url(../imgs/title_bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	font-style: italic;
	}

h3 {
	font-size: 14px;
	margin-bottom: 10px;
		}
#sub_col h3 {
	margin-bottom: 10px;
}

		
h4 {
		}

p {
		}
.bold {
	font-weight: bold;
	
	}
	
ul {
		list-style-type: none;
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
	text-align: center;
	color: 12;
		}
		
#wrapper {
		text-align: left;
		}  
#about  .italics  p  {
	font-style: italic;
	color: #333333;
}
#contact_info {
	width: 200px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-top: 25px;
}
#mini-gallery {
	background-image: url(../imgs/tiles.jpg);
	background-repeat: no-repeat;
	height: 129px;
	width: 760px;
	margin-left: 11px;
}
#welcome {
	height: 322px;
	width: 760px;
	background-image: url(../imgs/welcome.jpg);
	background-repeat: no-repeat;
	margin-left: 11px;
}
#first {
	width: 265px;
	float: right;
	color: #FFFFFF;
	font-size: 12px;
	margin-right: -4px;
	padding-right: 25px;
}

#summary {
	width: 760px;
	margin-left: 11px;
}
#view {
	width: 190px;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: 30px;
	margin-right: 40px;
}

#tips {
	width: 190px;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
}

#first h2 {
	line-height: 49px;
	background-image: url(../imgs/h2_bg.jpg);
	display: block;
	height: 49px;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 20px;
	font-size: 14px;
}
#summary h3 {
	font-weight: bold;
	color: #4D3F36;
	text-transform: capitalize;
}
#summary img {
	float: right;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}
#view h3 {
	display: block;
	line-height: 40px;
	background-image: url(../imgs/mouse.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 55px;
	color: #CA5833;
	font-size: 12px;
}

#first .email {
	display: block;
	background-image: url(../imgs/email.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
	width: 50px;
}
#tips h3 {
	color: #D16034;
	line-height: 40px;
	display: block;
	height: 40px;
	background-image: url(../imgs/car.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 40px;
	text-align: right;
	font-size: 12px;
}
#summary p a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CB5934;
	color: #CB5934;
}

#first .tele {
	display: block;
	background-image: url(../imgs/tele.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	width: 85px;
	float: right;
	margin-right: 50px;
}
#first a {
	color: #FFFFFF;
}

#first p {
	padding-left: 15px;
}
