* {margin: 0px; padding:0px; outline: none;}

img {border: none;}

body {
	background-color: #000000;
	background-image: url(images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #F2F2F2;
}
.clear {
	clear: both;
}

p {
	line-height: 140%;
	text-align: justify;
	margin-bottom: 15px;
}


a {color:#B31F92; text-decoration:none;}
a:hover {color:#f2f2f2;}

.purple {color:#b31f92;}
.vat {
	font-size: 80%;
}
.price {
	font-size: 140%;
}
.padding_left {
	margin-left: 35px;
	margin-top: 35px;
}



.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
	font-size: 90%;
}

.more {
	color: #b31f92;
	font-size:90%;
}

.margin_right {
	margin-right: 20px;
}
.margin_both {
	margin-right: 5px;
	margin-left: 5px;
}
#logos img {
	border: 4px solid #CCCCCC;
}

.purple_border_thick {border: 3px solid #b31f92;}
.purple_border_thin {border: 1px solid #626262;}
.purple_border_thin_pages {border: 1px solid #626262; margin-top: 25px; margin-bottom: 25px;}
h1 {
	margin-bottom: 30px;
	margin-top: 30px;
}
h2 {
	color: #b31f92;
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: normal;
}
.pages {
	margin-top: 25px;
}



#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	width: 334px;
	height:35px;
	margin-left: 20px;
}
#navigation_top {
	float: right;
	margin-top: 10px;
}
#navigation_top img {
	margin-left: 20px;
}
#navigation_main {
	margin-top: 85px;
	padding-left: 20px;
}
#navigation_main ul {
	list-style-type: none;
}
#navigation_main li {
	display: block;
	margin-right: 3px;
	float: left;
}
#navigation_main li a {
	background-image: url(images/bg_button.png);
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration: none;
	font-style: normal;
}
#main_content {
	width: 900px;
}
#main_content_top_bg {
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 900px;
	background-image: url(images/bg_main_top.png);
	background-repeat: no-repeat;
}
#main_content_middle {
	background-image: url(images/bg_main_middle.png);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
}
#main_content_left {
	float: left;
	width: 500px;
	padding-right: 60px;
}
#main_content_left ul {
	list-style-type: none;
	margin-left: 20px;
}
#main_content_left li {
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-image: url(images/bullet.png);
}
#main_content_middle ul {
	list-style-type: none;
	margin-left: 20px;
}
#main_content_middle li {
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-image: url(images/bullet.png);
}
.right_image {
	float: right;
	margin-left: 30px;
}



.article {
	background-image: url(images/line.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 3px;
	width: 100%;
	margin-bottom: 23px;
	margin-top: 23px;
}

#main_content_right {
	float: right;
	width: 280px;
	padding-left: 20px;
}

#main_content_right img {
	margin-bottom: 20px;
}


#main_content_bottom {
	background-image: url(images/bg_main_bottom.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 900px;
}

#banner {
	height: 230px;
	width: 860px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 23px;
	margin-left: 0px;
}
#footer {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:10px;
	padding-bottom:10px;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #626262;
}
#footer_inner {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#000000;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
.f2 {
	color: #f2f2f2;
}
#footer a:hover {
	color: #b31f92;
}
#footer_left {
	float: left;
}
#footer_right {
	float: right;
}

#footer_right p {
	text-align: right;
}
.price_list {
	margin-top: 20px;
	width: 491px;
	border-collapse:collapse;
}
.td_title {
	background-position: center;
	color: #f2f2f2;
	background-color: #B31F92;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
}
.td_center {
	text-align: center;
}
.price_list {
	padding-left: 5px;
}
.td_left {
	padding-left: 5px;
}



.price_list td {padding-top: 7px; padding-bottom:7px;}
.table_join {
	width: 500px;
	color: #ffffff;
}
.join_tr {
	margin-bottom: 12px;
}
.bg_input {
	color: #B31F92;
	border: 1px solid #AD1E8D;
	background-color: #000000;
	padding:2px;
	color:#f2f2f2;
}
.button {
	color: #f2f2f2;
	background-color: #9A1F7E;
	margin-right: 15px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:9px;
	padding-right:9px;
	border: none;
}
#contact_left {
	float: left;
}
#contact_right {
	float: right;
}

