/* Table of Contents:
	- Global Containers
	- Typography
	- Header Layout
	- Middle Layout
	- Footer Layout
*/

/* Global Containers
--------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	background: url(../img/westgate-bg.jpg) top left repeat-x;
}

#container {
	width: 790px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/header-bg.jpg) top left no-repeat;
}

.clear {
	clear: both;
}

a img {
	border: 0;
}

img.left {
	float: left;
	margin: 0 10px 5px 20px;
}

img.right {
	float: right;
	margin: 0 20px 5px 10px;
}

hr {
	clear: both;
	color: #ee2e24;
	background: #ee2e24;
	border: 0;
	height: 1px;
	margin: 10px 25px;
}

/* Typography
--------------------------------------------------------------------------------------- */
p, ul {
	font-size: 12px;
	line-height: 16px;
	margin: 0 25px 10px 25px;
}

ul {
	list-style: none;
}

ul li {
	margin-bottom: 4px;
	text-align: right;
}

ul li span {
	display: block;
	text-align: left;
	float: left;
	width: 125px;
}

h1 {
	color: #ee2e24;
	font-family: "Arial Black", Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	border-bottom: solid 1px #ee2e24;
	margin: 0 25px 8px 25px;
	padding: 0 0 4px 0;
	clear: left;
}

h2 {
	color: #ee2e24;
	font-family: "Arial Black", Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	border-bottom: solid 1px #ee2e24;
	margin: 0 25px 8px 490px;
	padding: 0 0 4px 0;
}

h3 {
	color: #ee2e24;
	font-family: "Arial Black", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	margin: 25px 25px 2px 25px;
}

a, a:link, a:active {
	color: #ee2e24;
}

a:hover {
	color: #bbb;
}

a:visited {
	color: #ee2e24;
}

/* Header Layout
--------------------------------------------------------------------------------------- */
#logo {
	margin: 3px 0 10px 14px;
	float: left;
}

#tagline {
	margin: 56px 0 0 0;
}


/* Middle Layout
--------------------------------------------------------------------------------------- */
#rolls {
	font-size: 16px;
	line-height: 30px;
	margin-top: 100px;
	border-left: solid 3px #ee2e24;
	padding-left: 20px;
}

#rolls li {
	text-align: left;
	margin: 0;
	padding: 0;
}

#rolls li a {
	color: #000;
	text-decoration: none;
	padding: 5px 0;
	border: 1px #fff;
	border-style: solid none;
}

#rolls li a:hover {
	color: #ee2e24;
	text-decoration: underline;
}

#textField {
	float: right;
	margin: 0 20px 30px 0;
}


#flash {
	width: 780px;
	height: 400px;
	margin: 0 0 16px 5px;
	border-bottom: solid 1px #eee;
}

img.product {
	float: left;
	margin: 0 20px 10px 20px;
}

img.misc {
	float: right;
	margin: 0 20px 10px 20px;
}

#about {
	text-align: center;
	margin: 0 25px;
}

#about li {
	display: block;
	float: left;
	margin: 0 17px 10px 17px;
	width: 210px;
	text-align: center;
}

/* Footer Layout
--------------------------------------------------------------------------------------- */
#footer {
	width: 790px;
	background: url(../img/footer-bg.jpg) bottom left no-repeat;
	padding-bottom: 20px;
}

#footer:after {
	content: ".";  
	display: block; 
	height: 0;  
	clear: both; 
	visibility:  hidden;
}

address {
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	clear: both;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 10px 20px;
}