@font-face {
    font-family: 'BebasRegular';
    src: url('BEBAS___-webfont.eot');
    src: url('BEBAS___-webfont.eot?iefix') format('eot'),
         url('BEBAS___-webfont.woff') format('woff'),
         url('BEBAS___-webfont.ttf') format('truetype'),
         url('BEBAS___-webfont.svg#webfontOJIfwzl6') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
    background: url('images/background.jpg'); 
	font-family: Arial, sans-serif; 
	font-size: 13px; 
	line-height: 23px;
        }

body, html {height:100%; margin:0px; padding:0px;}

h2 {font: 30px 'BebasRegular', Arial, sans-serif; letter-spacing: 3px; margin:15px 0px 15px 0px; color:#6381C1; line-height:30px; }
	.sub_h2 {font-size:16px; margin:0px 0px 0px 10px; line-height:30px;}
	h2 a,h2 a:link,h2 a:visited,h2 a:active {font: 30px 'BebasRegular', Arial, sans-serif; letter-spacing: 3px; color:#6381C1; line-height:30px; margin:0px;}
#header {
	height:145px; 
	width:100%; 
	background:url(images/header_background.png); 
	background-position:bottom center; 
	position:fixed; 
	z-index:10;
	}

	#header_content {width:570px; min-width:570px; text-align:center; margin:10px 0px 0px 0px;}

#content_wrapper {
			width: 955px;
            min-height:100%;

            background: url('images/content_background.png');
            background-repeat: repeat-y;
            position:absolute; 
            padding:0px;
			margin-left:-478px;
			left:50%
		}

#content_inner {width:955px; position:relative; float:left; padding:120px 55px 10px 55px;}

	.menu_left {text-align:right; width:200px; float:left; font-weight:bold;}
	.menu_right {width:560px; float:left; font-style:italic; margin:0px 0px 0px 20px;}
	.clear {clear:both; float:none;}
	.price {margin:0px 0px 0px 20px; }
	#content_inner img {margin:20px -27px 0px -28px; }

.review {float:left; margin:0px 0px 30px 40px; text-align:center; font-style:italic; width:380px;}

/* TEXT STYLES */



#header a, #header a:link, #header a:visited, #header a:active {font: 18px 'BebasRegular', Arial, sans-serif;letter-spacing: 3px; margin:15px 25px 15px 0px; color:#6381C1; text-decoration:none; display:inline-block;}

a, a:link, a:visited, a:active {color:#6381C1; text-decoration:none; display:inline-block; font-weight:bold;}

a img {border:none;}

#header a:hover, h2 a:hover, a:hover {color:#666;}

/* TOOLTIP */

.tooltip {
	display:none;
	background-color: #86B0D4;
	padding:0px 0px 0px 25px; 
	margin:0px 0px 0px 150px;
    z-index:500;
	width:640px; 
	border-radius: 15px; 
	text-align:center;

}

.tooltip img {padding:0px; position:relative; margin:0px 0px 0px 10px; width:620px; border:1px solid white;}

.tooltip h3 {font: 12px 'BebasRegular', Arial, sans-serif; letter-spacing: 2px; margin:10px 0px 10px 0px; color:#FFF; line-height:12px;}