@import url("reset.css");
@import url("menu.css");

A:link {color: #B24200; text-decoration: none}
A:visited {color: #B24200; text-decoration: none}
A:hover {
	color: #FF680F;
	text-decoration: none;
}
A:active {color: #B24200; text-decoration: none} 

.mitems A:link {color: #FF680F; text-decoration: none}
.mitems A:visited {color: #FF680F; text-decoration: none}
.mitems A:hover {
	color: #FF680F;
	text-decoration: underline;
}
.mitems A:active {color: #FF680F; text-decoration: none} 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #ccc;
	margin-top: 0px;
	margin-bottom: 0px;
}

input,select,textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

.wrap {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.container {
	width: 800px;
	margin: 0 auto;
	margin-top: 40px;
}

.main {
	width: 800px;
	background: #fff;
	float: left;
}

.footer {
	width: 800px;
	float: left;
	text-align: right;
	color: #333;
	font-size: 10px;
}

.footer A:link {color: #333; text-decoration: underline}
.footer A:visited {color: #333; text-decoration: underline}
.footer A:hover {
	color: #333;
	text-decoration: none;
}
.footer A:active {color: #333; text-decoration: underline} 

.addy {
	text-align: right;
	width: 500px;
	height: 100px;
	float: left;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	line-height: 1.2em;
}

.contentArea {
	width: 800px;
	float: left;
	text-align: left;
	border-width: 1px;
	border-color: #333;
	border-style: solid;
	background: #000;
}

.contentAreaB {
	width: 800px;
	float: left;
	text-align: left;
	border-width: 1px;
	border-color: #333;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background: #000;
}

.menuBar {
	width: 100px;
	height: 370px;
	text-align: left;
	float: left;
	padding: 15px;
	border-color: #333;
	border-style: solid;
	border-right-width: 1px;
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	background: url("../images/menubg.png");
	color: #FF680F;
}

.blankBar {
	width: 100px;
	height: 370px;
	text-align: left;
	float: left;
	padding: 15px;
	border-color: #333;
	border-style: solid;
	border-right-width: 1px;
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	background: url("../images/b2.jpg");
}

.colorBar {
	width: 100px;
	height: 370px;
	text-align: left;
	float: left;
	padding: 15px;
	border-color: #333;
	border-style: solid;
	border-right-width: 1px;
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	background: url("../images/cb.png");
}


.mainArea {
	width: 407px;
	height: 400px;
	text-align: left;
	float: right;
	background: url("../images/front.jpg") no-repeat bottom left;
}

.bottomLeft {
	width: 362px;
	height: 100px;
	text-align: left;
	float: left;
	padding: 15px;
	border-color: #333;
	border-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top: 0px;
	border-left: 0px;
	background: #411a01;
	color: #8D3801;
}

.bottomRight {
	width: 376px;
	height: 100px;
	text-align: left;
	float: left;
	padding: 15px;
	text-align: left;
	color: #666;
}

.clear { clear: both; }

.tRight { text-align: right; }

.teal { color: #; }

h1 { 
	color: #333; 
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 4px;
	line-height: 1em;
}

h2 { 
	color: #ec1d25;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 14px;
}

h3 { color: #33C06C; }

h4 { color: #C01B10; }

h5 { 
	font-weight: bold;
	font-size: 18px; 
}

.logo {
	text-align: right;
}

.textArea {
	width: 619px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
}

.photoRx {
	width: 616px;
	float: left;
	padding-bottom: 4px;
}

.photoBx {
	width: 75px;
	float: left;
	padding-right: 8px;
	padding-bottom: 4px;
}

.rL {
	float: left;
}

.tL {
	float: left;
	padding-top: 20px;
}

.tR {
	float: right;
}

.thx {text-align: center;}