@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bgExtend.jpg);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header {
	height: 196px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e5e5e5;
	background-image: url(images/headerBG.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
ul {
	font-size: 13px;
	color: #191818;
	padding-left: 60px;
}
#headerwrap {
	background-color: #D4D5D7;
}
.video {
	float: right;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
}
#logo {
	float: left;
	padding-top: 32px;
	padding-left: 32px;
}
#navwrap {
	background-image: url(images/navBG.jpg);
	background-repeat: repeat-x;
	height: 41px;
}
#nav {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 41px;
	text-align: center;
	line-height: 41px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	display: inline;
	margin-right: 25px;
	margin-left: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c0c9ca;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#nav ul li a {
	color: #c0c9ca;
	text-decoration: none;
}
#nav ul li a:hover, #nav ul li a.current {
	color: #7C8282;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(images/redloader.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#wrapper1 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(images/repeatWrapper1.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 35px;
}
#main {
	width: 948px;
	background-image: url(images/repeatMain.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	line-height: 18px;
	color: #191818;
}
#main a, #main a:link, #main a:visited {
	color: #191818;
	text-decoration: underline;
}
#main a:hover {
	color: #C41230;
	text-decoration: none;
}
h1 {
	font-size: 21px;
	line-height: 18px;
	text-transform: uppercase;
	color: #c41230;
	letter-spacing: 1px;
	font-weight: normal;
}
h2 {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #990022;
	margin: 0px;
	padding: 0px;
}
table tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 3px;
	padding-left: 8px;
}
.alt {
	background-color: #cfd0d1;
}
#left {
	width: 535px;
	float: left;
	text-align: left;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 35px;
	margin:0;
}
#left p, #right p {
	font-size: 13px;
	line-height: 18px;
	color: #191818;
}
#right {
	float: right;
	width: 300px;
	text-align: left;
	margin: 0;
	padding-right: 30px;
	_padding-right: 21px;
}
#right img {
	padding-top: 60px;
	padding-bottom: 60px;
}
#footerimg {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C7C7C7;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#footer a, #footer a:link, #footer a:visited {
	text-decoration: none;
	color: #C7C7C7;
}
#footer a:hover {
	color: #C7C7C7;
	text-decoration: underline;
}
/* Clearing Floats! */
.clearFloat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFloat {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearFloat
{height: 1%;}

.clearFloat
{display: block;}
/* End hide from IE-mac */.thumbBorder {
	border: 5px solid #CCCCCC;
	float: left;
}
