@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background-color: #bcbcbc;
	font-family: "Lucida Sans", "Lucida Sans Unicode";
}

*, html {
	padding: 0;
	margin: 0;
	line-height: 1;
	list-style: none;
	text-decoration: none;
}

img {
	border: none;
	text-align: center;
}

a, a:link, a:visited, a:active {
	color: #b40001;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	color: #b40001;
	font-weight: normal;
	padding: 0 0 26px 0;
}

#Container {
	width: 990px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}

#Flash {
	width: 773px;
	height: 191px;
	float: right;
	background-image: url(../images/flash.jpg);
}

#Menu {
	width: 990px;
	height: 40px;
	background-image: url(../images/menu.jpg);
}

#Menu span {
	color: #FFFFFF;
	padding: 15px 0 0 6px;
	display: block;
	font-size: 19px;
}

#Menu span small {
	font-size: 11px;
}

#Menu ul {
	width: 700px;
	height: 40px;
	float: right;
}

#Menu ul li {
	float: left;
}

#Menu ul li a {
	background-image: url(../images/menu_flame.png);
	background-repeat: no-repeat;
	height: 23px;
	padding: 17px 60px 0 30px;
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#MainContent {
	background-image: url(../images/main_back.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#Text {
	width: 746px;
	float: right;
	padding: 28px 20px 0 0;
	background-image: url(../images/text_back.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#Text p, #AboutText p {
	color: #646464;
	font-size: 13px;
	line-height: 16px;
	padding: 0 0 26px 0;
	text-align: justify;
}

#Text ul, #AboutText ul {
	color: #646464;
	font-size: 13px;
	padding: 0 0 26px 0;
}

#Text ul li, #AboutText ul li {
	margin: 0 0 0 40px;
	padding: 0 0 4px 0;
	list-style-image: url(../images/dot.gif);
}

#AboutText {
	background-image: url(../images/universalfire.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 746px;
	height: 400px;
	float: right;
	padding: 28px 20px 0 0;
}

#LeftBar {
	width: 199px;
	float: left;
	border-right: solid 1px #bdbdbd;
}

#LeftBar ul {
	padding: 10px 0 30px 20px;
}

#LeftBar ul li {
	padding: 20px 0 0 0;
	background-image: url(../images/side_dots.gif);
	background-repeat: no-repeat;
}

#LeftBar ul li a{
	height: 10px;
	padding: 0 0 0 25px;
	color: #b70e15;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
}

#Featured {
	width: 137px;
	height: 174px;
	padding: 9px 9px 0 9px;
	background-image: url(../images/featured.gif);
	color: #FFFFFF;
	margin: 0 auto 0 auto;
}

#Featured h3 {
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 0 7px 0;
}

#Featured h4 {
	font-size: 12px;
	padding: 7px 0 4px 0;
}

#Featured p {
	font-size: 11px;
	line-height: 15px;
	padding: 8px 0 0 0;
}

#Featured a, #Featured a:link, #Featured a:active, #Featured a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}

#Featured a:hover {
	color: #000000;
}

#Footer {
	clear: both;
	text-align: right;
	font-size: 12px;
	padding: 0 0 20px 0;
}



#FormNewsHeader {
	font-size: 18px;
}

#FormContact {
	width: 267px;
	height: 251px;
	background-image: url(../images/formnews.gif);
	color: #FFFFFF;
	padding: 17px 0 0 17px;
	margin: 0 0 0 20px;
	float: right;
}

#FormContact strong {
	color: #FFFFFF;
}

