@charset "utf-8";
/* CSS Document */
body {
	background-color:#000;
	margin:0px;
	font-size:12px;
	line-size:150%;
	font-family:Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(../sources/images/interface/background3.jpg);
	background-position: center top;
}
.main-table {
	float:right;
	background-color:#f1f1f1;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 8px;
	width: 790px;
	padding: 10px;
	height: 970px;
	vertical-align: top;
}
.content-top {
	background-image:url(../sources/images/interface/new-interface/chopperworks-interface_content-top.png);
	height: 10px;
	width: 795px;
}
.content {
	background-image:url(../sources/images/interface/new-interface/chopperworks-interface_content-middle.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	height: 730px;
	text-align: left;
	vertical-align: top;
}
.content-bottom {
	background-image:url(../sources/images/interface/new-interface/chopperworks-interface_content-bottom.png);
	height: 25px;
	width: 795px;
}
.index-whitebox-lh {
	height: auto;
	width: 360px;
	padding: 20px;
	background-image: url(../sources/images/index-whitebox-lh.png);
}
.index-whitebox-rh {
	padding: 20px;
	height: 171px;
	width: 355px;
	background-image: url(../sources/images/index-whitebox-rh.png);
}
.index-greybox {
	padding: 20px;
	height: 240px;
	width: 755px;
	background-image: url(../sources/images/index-greybox.png);
}
a:link, a:visited, a:active {
	color:#cf0c02;
}
a:hover {
	color:#666;
}
p {
	font-size: 1em;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h1 {
	font-size: 1.333em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	color: #cf0c02;
}
h2 {
	font-size: 1.167em;
	font-weight: normal;
	color: #000000;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-transform:uppercase;
	font-style: normal;
	text-decoration:underline;
}
h3 {
	font-size: 1em;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-style: oblique;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	font-style: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h5 {
	font-size:1.125em;
	color:#d1d1d1;
	margin:0px;
	font-weight: normal;
	font-weight:bold;
}
h6 {
	font-size:1.125em;
	color:#cf0c02;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.float-left {
	float:left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.float-right {
	float:right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.footer {
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	font-size: 0.85em;
	background-image: url(../sources/images/interface/chopperworks-interface_footerbackground.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.footerboxes {
	color: #FFF;
	padding: 5px;
	background-image: url(../sources/images/interface/chopperworks-interface_footerboxes.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 215px;
}
.footerboxes a:link, .footerboxes a:active, .footerboxes a:visited {
	color: #FFF;
	text-decoration:none;
}
.footerboxes a:hover {
	color:#666;
	text-decoration:none;
}
.roundededgesmalltop {
	background-image: url(../sources/images/interface/small-boxes-top.png);
	background-repeat:no-repeat;
}
.roundedgesmallmid {
	background-image:url(../sources/images/interface/small-boxes-mid.png);
	background-repeat:repeat-y;
}
.roundedgesmallbott {
	background-image: url(../sources/images/interface/small-boxes-bottom.png);
	background-repeat:no-repeat;
}
.roundedgeslargetop {
	background-image:url(../sources/images/interface/large-boxes-top.png);
	background-repeat:no-repeat;
	height:25px;
	background-position:center;
}
.roundedgeslargemid {
	background-image: url(../sources/images/interface/large-boxes-mid.png);
	background-repeat:repeat-y;
	background-position:center;
}
.roundedgeslargebott {
	background-image:url(../sources/images/interface/large-boxes-bottom.png);
	background-repeat:no-repeat;
	background-position: center;
}
.roundedgemini-top {
	background-image: url(../sources/images/interface/mini-boxes-top.png);
	background-repeat:no-repeat;
	background-position: center;
}
.roundedgemini-mid {
	background-image: url(../sources/images/interface/mini-boxes-mid.png);
	background-repeat:repeat-y;
	background-position: center;
}
.roundedgemini-bottom {
	background-image: url(../sources/images/interface/mini-boxes-bottom.png);
	background-repeat:no-repeat;
	background-position: center;
}
.header-top {
	background-image:url(../sources/images/interface/topoflogo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 714px;
}
.consultations {
	background-image:url(../sources/images/index-consultations.png);
	height: 130px;
	padding-left: 200px;
	padding-right: 10px;
	line-height: 16px;
	font-weight: normal;
}

