@charset "utf-8";
/* CSS Document */

/*---------------------- Global Styles */

* {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	outline: none;
	color: #333333;
	border: 0;
}

body {
	background-color: #000;
}

h1 {
	text-indent: -9999px;
	display: block;
	float: right;
}


h2 {
}

h3 {
	color: #F94D05;
	padding: 10px 0;
	font-size: 20px;
}

h4 {
	text-align: center;
}

h5 {
}

h6 {
}

em {
}


p {
	font-size: 14px;
}

a:link {
}

a:hover {
}

a:visted {
}

a:active {
}

ol {
	list-style: disc;
}

ol li {
	font-size: 14px;
	line-height: 18px;
}

ul {
	padding: 99px 0 0 500px;
	text-align: right;
}

ul li {
	display: block;
	float: left;
	font-size: 12px;
	padding-right: 25px;
}

ul li.end {
	padding-right: 10px;
}

label {
}

fieldset {
	border: 2px solid #F94D05;
	padding: 10px;
	margin-top: 10px;
	background-image: url(../BL-pres/orangeGrad.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}

legend {
	color: #F94D05;
	margin-left: 10px;
	font-size: 20px;
	
}

table {
}

tr {
}

td {
	padding-left: 50px;
}

div.sub {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}

div.subset {
	background-image: url(../BL-pres/mainBG.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

div.content a.action {
	display: block;
	background-image: url(../BL-pres/actionButton.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 303px;
	height: 68px;
}

div.content a.action em {
	display: none;
}

div.content a.action:hover {
	background-position: left bottom;
	text-decoration: none;
}

a.action.right {
	margin-left: 475px;
	overflow-y: auto;
	margin-right: 40px;
	margin-top: 20px;
}


/*-------------------------------------------- HEADER */

div.header {
	background-image: url(../BL-pres/headerLogo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 165px;
}

div.header a {
	color: #fff;
}

div.header a:hover {
	color: #ffc916;
}


/*-------------------------------------------- SUB HEADER */

div.subHeader {
	background-image: url(../BL-pres/headerSecondary.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 50px 0 200px;
	overflow-y: auto;
}

div.subHeader p.title {
	font-size: 12px;
	text-align: right;
	padding: 5px 4px 0 0;
}


/*-------------------------------------------- CONTENT */

div.content {
	background-image: url(../BL-pres/mainBG.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	padding: 40px 35px 0 85px;
	overflow-y: auto;
}

div.title {
	border-bottom: 1px dashed #333333;
	margin-bottom: 25px;
}

div.brush {
	background-image: url(../BL-pres/yellowBrush.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 401px;
	padding-top: 28px;
	margin-bottom: 20px;
}

div.brush div.shadows a {
	padding: 0;
	float: none;
}

div.brush.left {
	float: left;
	clear: left;
}

div.brush.right {
	float: right;
}

div.brush.center {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

div.shadows {
	background-image: url(../BL-content/wideShadow.jpg);
	background-position: center top;
	background-repeat: no-repeat;	
	width: 338px;
	padding-left: 5px;
	margin-left: 20px;
}

div.content p {
	font-size: 12px;
	text-align: right;
	padding: 5px 4px 0 0;
}

div.content a {
	font-size: 12px;
	text-align: right;
	color: #b20600;
}

div.content a:hover {
	text-decoration: underline;
}

div.content div.brush div.shadows a.redArrow {
	background-image: url(../BL-pres/redArrow.jpg);
	background-position: right 1px;
	background-repeat: no-repeat;
	padding-right: 23px;
	float: right;
}


/*--------------------------------------------CONTACT */

div.contact {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

div.contact b {
	font-size: 18px;
}

div.contact a {
	color: #b20600;
}

div.contact a:hover {
	text-decoration: underline;
}

div.emailContact {
	width: 780px;
	overflow-y: auto;
}

div.emailContact form {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

div.emailContact form input.type, div.emailContact form textarea.type {
	width: 628px;
	margin-left: 80px;
}

form input.type, form textarea.type {
	color: #fff !important;
	background-color: #000;
	border: 1px solid #8d8d8d;
	width: 328px;
	font-size: 14px;
	line-height: 20px;
	padding: 3px 8px;
	margin-top: 5px;
	clear: right;
}

form textarea.type {
	height: 150px;
}

form .default {
	color: #000 !important;
}

input.send {
	display: block;
	background-image: url(../BL-pres/sendButton.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 121px;
	height: 54px;
	color: #fff;
	float: right;
	margin-right: 50px;
	padding: 0;
	text-indent: -9999px;

}

input.send:hover {
	background-position: left bottom;
	cursor: pointer;
}



/*-------------------------------------------- FOOTER */

div.footer {
	background-image: url(../BL-pres/footerBG.jpg);
	background-position: 50px top;
	background-repeat: no-repeat;
	height: 96px;
}

div.footer p {
	color: #fff;
	padding: 30px 0 0 80px;
	font-size: 12px;
}


















