/* ----------------------------------------------- 
	Site Stylesheet
	Author: Justin Luk
	Created on: August 17, 2009
	
	- GLOBAL RESET
	- BASIC ELEMENTS
	- HEADER
	- MAIN
	- FOOTER
	- CUSTOM CLASSES

-------------------------------------------------- */


/* GLOBAL RESET 
------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* BASIC ELEMENTS
------------------------------------------------- */
html {

}

body {
	font: 13px/1.5em Arial, Helvetica, Verdana, sans-serif;
	color: #010000;
}

a {
	color: #ee3823;
}

a:hover {
	color: #b41300;
/*	text-decoration:none;*/
}

h1 {
	font-size: 35px;
	color: #ee3823;
	line-height: .6em;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	color: #87817b;
	line-height: 1em;	
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
}

h3 {
	font-size: 20px;
	color: #ee3823;
	line-height: 1em;	
	font-weight: bold;
	margin-bottom: 5px;
}

dt,
h4 {
	font-weight: bold;
	color: #ee3823;
	margin-top: 10px;
}



p {
	padding: 0.2em 0 0.6em 0;
	line-height: 1.5em;
}

ul, 
ol{ 
	margin: 0;
	padding: 0.3em .2em .6em;
}
ol{ margin-left: 1.5em }

ul li { 
	list-style-type: disc;
	padding: .2em .2em;
	margin: 0 1em;
}


#main ul li {
	list-style-type: none;
	background: transparent url(../img/bullet.gif) no-repeat 0 .65em;	
	margin: 0;
	padding: .2em 1.2em;
}


/* HEADER
------------------------------------------------- */
#top {
	height: 60px;
	background: #fff;
	position: relative;
	z-index: 100;
}
#header {
	height: 140px;
	background: #817a74;
	position: relative;
}

#logo {
	position: absolute;
	top: 20px;
	left: 33px;
}

#slogan {
	position: absolute;
	top: 84px;
	left: 88px;
	font: 11px/1.2em "Trebuchet MS", Helvetica, Verdana,sans-serif;
	color: #fff;
}

#banner {
	border-left: 1px solid #fff;
	margin-left: 220px;
	height: 140px;
}

/* MAIN
------------------------------------------------- */

#content {
	overflow: hidden;
	margin: 20px 0 50px;
	background: url(../img/layout/vertical-dotted-line.gif) repeat-y 220px 0;
	
}
#main {
	margin-left: 13px;
	padding-bottom: 50px;
	width: 540px;
	float: left;
}

#sidebar {
	margin-top: 3px;
	width: 220px;
	float: left;
}


#side-menu,
#side-menu li {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#side-menu {
	margin-left: 88px;
}

#side-menu ul {
	margin: 0 0 0 40px;
	padding: 0;
}

#side-menu li a { 
	font-weight: normal;
	padding: 6px 8px 7px 0;
	font-size: 11px;
	color: #555;
	
	line-height: 11px; 
	text-decoration:none;
	text-transform: uppercase;
}

#side-menu li.current a,
#side-menu li a:hover {
	color: #ee3823;
}

/* FOOTER
------------------------------------------------- */

#footer {
	color: #817a74;
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
	margin-left: 235px;
	clear: both;
}
#footer p {
	line-height: 1.5em;
	padding: .3em 0 .6em;
}

#footer a {
	color: #817a74;	
	text-decoration: none;
}

#footer ul {
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 6px;
}

#footer li {
	float: left;
	display: block;
	padding: 0 0 0 6px;
	margin: 0;
	background: url(../img/layout/footer-divider.gif) no-repeat 0 6px;
}

#footer li a {
	float: left;
	display: block;
	padding-right: 5px;
}

#footer li a:hover {
	color: #312a24;	
}


/* CUSTOM CLASSES
------------------------------------------------- */
.left {
	float: left;
}