/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	padding: 0;
	background: #1C1C1C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 18px;
}

h3 { font-size: 24px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 100%;
	text-align: justify;
}

ul, ol {
}

blockquote { 	font-family: Georgia, "Times New Roman", Times, sans-serif;
}

a {
	color: #D72A00;
}

a:hover {
	text-decoration: none;
	font-size: 20px;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr {
	display: none;
}

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	background: #ECECEC;
}

/* Header */

#header {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
}

/* Menu */

#menu {
	float: right;
	width: 700px;
	height: 50px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 35px;
	margin-right: 1px;
	padding: 15px 20px 0px 20px;
	background: #000000;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background: #D72A00;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #D72A00;
	color: #FFFFFF;
}

#menu .first {
}



/* Footer */

#footer {
	height: 120px;
	padding: 0;
	background: #000000;
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 30px;
	text-align: center;
	text-transform: capitalize;
	line-height: normal;
	font-size: 14px;
}

#footer a {
}

#two-columns {
	width: 960px;
	height: 1700px;
	margin: 0px auto;
}

#two-columns .col1 {
	float: left;
	width: 670px;
	height: 385px;
	background: red;
}

#two-columns .col2 {
	float: right;
	width: 230px;
	height: 335px;
	padding: 50px 30px 0px 30px;
	background: #A9A9A9;
	line-height: 135%;
	letter-spacing: -1px;
	font-family: Arial;
	font-size: 34px;
	font-style: none;
	color: #FFFFFF;
}

#two-columns .col2 blockquote {
	margin: 0px;
	padding: 0px;
}

/* ROLLOVERS */

.rollover a .MouseEvent
{
	display: none;
}

.rollover img
{
	width: 60px;
	height: 60px;
	padding: 0px 15px 0px 15px;
}

.rollover li
{
	display: inline;
	position: relative;
}

.rollover a:hover .MouseEvent
{
	display: block;
	position: absolute;
	top: -60px;
	left: -30px;
}

.rollover .MouseEvent
{
	height: 100px;
	width: 100px;
}

.trigger a
{
	text-decoration: none;
}

.trigger a:hover
{
	color: #0A12FF;
}
