/* general style */
* {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

body {
	font-family: calibri, arial, tahoma;
	color: #bdbdbd;
	background: #212121 url('../images/bg.png') repeat-x;
	height: 100%;
	font-size: 14px;
}

.clear {
	clear: both;
}

#wrapper {
	width: 926px;
	height: 100%;
	margin: 10px auto 0 auto;
}

.bg {
	background: url('../images/bgrepeat.png') repeat;
	height: 100%;
}

#header {
	width: 926px;
	height: 187px;
	background: url('../images/header.png') no-repeat;
}

#menu {
	width: 924px;
	height: 47px;
	border: 1px solid #282828;
	background: url('../images/menuBG.png') repeat-x;
	
}

#menu ul {
	list-style: none;
	margin-left: 12px;
	padding: 0;
	text-transform: uppercase;

}

#menu ul li {
	float: left;
	margin: 13px 10px 0 5px;
}

#menu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-family: arial;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#content {
	width: 926px;
	height: 100%;
	background: url('../images/contentBG.png') repeat-y;
}

#columnLeft {
	width: 175px;
	height: 100%;
	float: left;
}

ul#submenu {
	width: 160px;
	margin: 20px 0 0 10px;
}

ul#submenu li {
	list-style-image: url('../images/submenuListstyle.png');
	list-style-position: inside;
	background: url('../images/submenuDivider.png') no-repeat bottom;
	padding: 2px 0 5px 10px;
}

ul#submenu li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

ul#submenu li a:hover {
	color: #e70002;
}

ul#submenu .title a, ul#submenu .title {
	color: #e70002;
	list-style: none;
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0 -5px 0;
	background: none;
}

ul#submenu .title a:hover {
	text-decoration: underline;
}

#columnMid {
	width: 445px;
	height: 100%;
	float: left;
	padding: 20px 20px 20px 20px;
}

a {
	color: #e70002;
}

a:hover {
	text-decoration: none;
}

ul {
list-style: inside;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: calibri, arial;
	color: #e70002;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: calibri, arial;
	color: #fff;
	margin-top: 20px;
}

p {
	margin: 5px 0 5px 0;
	text-align: justify;
}

.block {
	width: 450px;
	margin: 0 0 30px 0;
}

.block table {
	margin: 5px 0 10px 0;
}

.block table th {
	text-align: left;
	width: 100px;
	font-weight: bold;
	font-size: 13px;
}

.exampleButton {
	width: 136px;
	height: 31px;
	background: url('../images/exampleButton.png') no-repeat;
	margin: 10px auto 0 auto;
	padding: 6px 0 0 10px;
}

.exampleButton a {
	color: #e70002;
	font-size: 13px;
	text-decoration: none;
}

.exampleButton a:hover {
	text-decoration: underline;
}

.order {
	width: 510px;
	margin: 10px 0 0 0;
	height: 50px;
}

.order div {
	float: left;
}

.orderbg {
	width: 159px;
	height: 25px;
	background: url('../images/orderBG.png') no-repeat;
	text-align: center;
	padding: 4px 0 0 0;
	margin: 5px 5px 0 0;
	float: left;
	font-size: 13px;
}

.order a {
	color: #fff;
	text-decoration: none;
}

.order a:hover {
	text-decoration: underline;
}

.order p {
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-right: 20px;
}

#columnRight {
	width: 260px;
	float: right;
	margin-bottom: 20px;
}

.blockTop {
	width: 243px;
	height: 25px;
	background: url('../images/blockTop.png') no-repeat;
	margin-top: 20px;
}

.blockMid {
	width: 241px;
	background: #1b1b1b;
	border: 1px solid #313131;
	border-top: none;
}

.blockMid .advertising {
	width: 234px;
	height: 60px;
	margin: 0 0 0 4px;
	position: relative;
	z-index: 999;
}

.blockMid .linkpartners {
	margin: 0 10px 10px 10px;
}

.blockMid .linkpartners li {
	list-style-image: url('../images/blockListstyle.png');
	list-style-position: inside;
	font-size: 15px;
	padding: 0 0 5px 0;
}

.blockMid .linkpartners li a {
	color: #969696;
	text-decoration: none;
}

.blockMid .linkpartners li a:hover {
	color: #e70002;
}

#footer {
	width: 926px;
	height: 24px;
	background: url('../images/footerBG.png') repeat-x;
	text-align: center;
	padding-top: 5px;
	color: #fff;
}

#footer a {
	color: #fff;
}

img {
	border: none;
}

ul.links li {
	list-style-position: inside;
	list-style-type: square;
}

ul.links li a {
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #bdbdbd;
}

ul.links li a:hover {
	color: #fff;
	border-bottom: 1px solid #e70002;
}

table.contactform {
	margin: 20px 0 20px 0;
}

table.contactform td {
	vertical-align: top;
}

table.contactform input {
	border: 1px solid #393939;
	width: 280px;
	vertical-align: top;
	background: #0c0c0c;
	color: #fff;
}

table.contactform textarea {
	width: 280px;
	height: 50px;
	border: 1px solid #393939;
	vertical-align: top;
	background: #0c0c0c;
	color: #fff;
}

table.contactform .postcode {
	width: 61px;
}

table.contactform .place {
	width: 214px;
}

table.contactform .submit {
	width: 90px;
	float: right;
	background: #fff;
	color: #000;
	font-size: 11px;
	height: 20px;
}

table.contactform .submit:hover {
	background: #fff;
}

p.small {
	font-size: 11px;
	margin: 10px 0 10px 0;
	color: #ff0000;
}

table {
	margin-left: 0;
}
