@charset "utf-8";

* {padding: 0; margin: 0; border: 0;}
p {
	padding: 7px 0px;
}

#wrapper {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background: url(images/bg.jpg) repeat-x #333;
	margin-top: 0px;
}

#footer a:link {
	color: #DB4A51;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #DB4A51;
	
}
#footer a:hover {
	text-decoration: none;
	color: #fff;
}
#footer a:active {
	text-decoration: none;
	color: #DB4A51;
	
}

#side_column a:link {
	color: #FFF;
	text-decoration: none;

}
#side_column a:visited {
	text-decoration: none;
	color: #FFF;

}
#side_column a:hover {
	text-decoration: none;
	color: #ccc;

}
#side_column a:active {
	text-decoration: none;
	color: #FFF;

}

#wrapper #maintext h2 {
	font-size: 21px;
	color: #fff;
	display: block;
	text-indent: 4px;
	border-left: 4px solid #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 2px;
	height: 30px;
	line-height: 30px;
}

#wrapper #maintext h2 span {
	color: #DC4A4D;
	font-style: normal;
	font-weight: normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: lowercase;
	color: #DD4C53;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
	text-indent: 5px;
	height: 18px;
	line-height: 18px;
	border-bottom: 1px solid #ccc;
	background: url(images/h3_bg.jpg) no-repeat right center;
}


h4 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	display: block;
	text-indent: 4px;
	border-left: 4px solid #fff;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ccc;
	letter-spacing: 2px;
}

#header {
	height: 105px;
	background: url(images/header.jpg) no-repeat;
}

#nav_flash {
	clear: both;
	background: url(images/flash_bg.jpg) no-repeat;
	height: 195px;
}

#flash {
	width: 585px;
	padding: 0 15px 0 0;
	float: right;
}
#nav {
	float: left;
	width: 170px;
}
#nav ul {
	list-style-type: none;
}
#nav ul li {
	margin: 0 0 0 5px;
}
#nav ul li a {
	height: 36px;
	line-height: 36px;
	display: block;
	color: #ccc;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	letter-spacing: 1px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
#nav ul li a.last {
	border: none;
}

#nav ul li a:hover {
	border-right: 2px dotted #DC4A4D;
	color: #fff;

}





#maintext_wrapper {
	background: url(images/maintext_bg.jpg) no-repeat;

}

#maintext_border {
	padding: 0 20px 0 0;
	margin: 0 auto;
}

#side_column {
	float:left;
	width: 167px;
	color: #fff;
}

#side_column li {
	list-style: none;
	padding-bottom: 5px;
	border: 1px dashed #666;
	margin: 0 0 5px 0;
}

#side_column p {
	padding-left: 7px;
}

#side_column h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: lowercase;
	color: #DD4C53;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
	text-indent: 5px;
	height: 18px;
	line-height: 18px;
	border-bottom: 1px solid #ccc;
	background: url(images/h3_bg.jpg) no-repeat right center;
}

#side_column h4 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	display: block;
	text-indent: 4px;
	border-left: 4px solid #fff;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ccc;
	letter-spacing: 2px;
}
#far_right {
	float: right;
}

#maintext {
	float:right;
	width: 585px;
	line-height: 17px;
	margin: 0;	
}

#maintextstock {
	float:right;
	width: 585px;
	line-height: 17px;
	margin: 0;
	
}

#maintext ul {
	padding-left: 20px;
}

#example {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	margin: 3px 0 10px;
	letter-spacing: -1px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	

}
#example span {
	color: #DC4A4D;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}


#clear {
	clear: both;
}

#footer {
	clear: both;
	text-align: right;
	letter-spacing: 2px;
	height: 32px;
	line-height: 30px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: lowercase;
	padding-right: 25px;
	font-weight: bold;
}
.border {
	border: 1px solid #ccc;
}

