/* ----------------------------------------
	Design Publishing & Media Group
	Copyright 2008 The 5 Browns Merchandise
   ---------------------------------------- */
   
html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr, form, fieldset, table, img, ol, ul, li, table, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

html {
	overflow-y: scroll;
}
   	
body {
	background: url(images/background.gif);  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #b5b2ae;
	color: #5e5e5e;
}

/* Typography
----------------------------------------------- */

p {
	margin-bottom: 18px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 9px;
	border-bottom: 2px solid #FFFFFF;
}

h1.ir {
	height: 23px;
	padding: 0px;
	margin: 0 0 9px 0;	
	background: top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

h1.hir {
	height: 62px;
	padding: 0px;
	margin: 0 0 9px 0;	
	background: top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

h2 {
	font-size: 16px;
	margin-bottom: 18px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2f9790;
	font-size: 14px;
	margin-bottom: 18px;
	text-transform: uppercase;

}

h3.ir {
	height: 17px;
	padding: 0px;
	margin: 0 0 18px 0;	
	background: top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

h3.hir {
	height: 32px;
	padding: 0px;
	margin: 0 0 2px;
	text-indent: -9999px;
	overflow: hidden;
	text-align: center;
}


h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 9px;
}

.gold {
	color: #a57129
}

/* Positioning
----------------------------------------------- */
#mainwrap {
	margin: 0 auto 40px;
	width: 800px;
}

#header {
	padding: 28px 0;
}

#content {
	margin: 0;
	padding: 20px;
	text-align: left;
	background: #c2bebb;
}

#sidenav {
	width: 222px;
	float: left;
	font-size: 16px;
	font-weight: bold;
}

#mainimage {
	width: 380px;
	float: left;
}

#maintext {
	float: right;
	width: 340px;
	padding: 20px;
	background: #FFFFFF;
}

#mainhome {
	float: right;
	width: 558px;
	padding-left: 35px;
}

.imgfloatright {
	float: right;
	text-align: right;
}

.gallery {
	margin: 0 10px 20px 10px;
	float: left;
	width: 230px;
	line-height: 14px;
	text-decoration: none;
	text-align: center; 
}

.clear {
	clear:both;
	height: 40px;
	text-align: right;
}


#footer {
	padding: 10px 0 60px;
	text-align: right;
	color: #FFFFFF;
}

ul {
	line-height: 18px;
	margin-bottom: 18px;
	list-style-position: outside;
	padding-left: 20px;
	
}

li {
	margin-bottom: 18px;
	margin-left: 5px;
	padding: 5px;
}

form {
	margin-bottom: 18px;
}

/* Link Types
----------------------------------------------- */

a:link {
	color: #5d5d5d;
	text-decoration: none;
}

a:visited {
	color: #5d5d5d;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}	

#maintext a:link {
	color: #a57129;
	border-bottom: 1px solid #FFFFFF;
}

#maintext a:visited {
	color: #a57129;
	border-bottom: 1px solid #FFFFFF;
}

#maintext a:hover {
	color: #a57129;
	border-bottom: 1px solid #a57129;
}

#maintext a:active {
	color: #a57129;
	border-bottom: 1px solid #FFFFFF;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
