@charset "utf-8";
/* CSS Document */

html {  }

body { 
	background-color: #000;
	padding: 0;
	margin: 0;
	font-family: "Myriad Pro", Geneva, l, Helvetica, sans-serif;
}

#container {
	width: 100%;
	margin: 0 auto 0 auto;
	min-height: 800px;
	position: relative;
}

#content { width: 1000px; margin: 0 auto 0 auto; position: relative; }

#header {
	height: 54px;
	width: 1000px;
	margin: 0 auto 0 auto;
	background-image: url('i/headerbg.png');
	background-repeat: repeat-x;
	background-position: 0 10px;
	text-align: right;
	padding-top: 10px;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul li {
	float: right;
	padding: 20px 20px 0 20px;
	/*border-left: 1px solid #edf5cb;
	border-right:1px solid #b5c27e;*/
	background-image: url('i/menusep.png');
	background-repeat:repeat-y;
	font-size: 14px;
	height: 34px;
	font-weight: bold;
}

#header ul li, #header ul li a {
	text-decoration: none;
	color: #276b5e;
	text-transform: uppercase;	
}

#header ul li:hover {
	background-image: url('i/menuhover.png');
	background-repeat:repeat-x;
}

#header ul li:hover a {
	color: #FFF;
}

img#logo { margin-right: 80px;}

#container.homepage {
	background-image: url('i/footerbg.png');
	background-repeat: no-repeat;
	background-position:  center bottom;
}

div#launchtext {
	position: absolute;
	left: 35px;
	top: 120px;
	width: 475px;
}

div#launchtext h3 {
	color: #d6981d;
	margin: 0;
	font-size: 25px;
	font-weight: normal;
}

div#launchtext p {
	margin-top: 5px;
	color: #FFF;
	font-family: "Myriad Pro",Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 18px;
}

div#boxes {
	width: 400px;
	position: absolute;
	left: 575px;
	top: 30px;
}


.box {
	background-image: url('i/boxbg.png');
	background-repeat:repeat;
	border:1px solid #bcca83;
	padding: 8px;
	position: relative;
}

.box h3 {
	text-transform: uppercase;
	color: #c2cf8e;
	font-size: 32px;
	font-weight: normal;
	margin: 0;
}

.box p {
	color: #FFF;
	font-family: "Myriad Pro",Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 18px;
}

#pricebox { margin-bottom: 20px ;}
#pricebox img { position: relative; top: -15px;}
#pricebox h3 { position: absolute; left: 170px; top: 5px; } 
#pricebox p { position: absolute; left: 70px; top: 35px; width: 300px;}

#container.inside {
	background-image: url('i/insidebg.png');
	background-repeat: repeat;
	background-position: center top;
}

#container.inside h2, #container.inside h3, #container.inside h1 {
	color: #d6981d;
	font-weight: normal;
	margin: 0;
	
}

#bodytext {
	position: relative;
	top: 90px;
	width: 900px;
	margin-left: 50px;
}

#bodytext p { color: #FFF; 
	font-family: "Myriad Pro",Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 18px;
}

#container #footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right;
}

#container #footer p { width: 1000px; margin: 0 auto 0 auto;}

#footer.inside {
	background-image: url('i/insidefooter.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	padding: 138px 0 0 0 !important;
}

#footer.inside p {
    width: 900px;
    margin: 0 auto 0 auto;
}

#footer {
	margin: 0px auto 0 auto;
	color: #FFF;
	font-size: 13px;
	width: 1000px;
	text-align: right;
	font-family: "Myriad Pro",Arial, Helvetica, sans-serif;
}

#footer a { color: #FFF; text-decoration: none; }

p a {
	text-decoration: underline;
	color: #FFF;
}

p a:hover { text-decoration: none; }

img.ship { position: absolute; top: 100px; left: 700px;}

h1 {
	text-transform: uppercase;
	width: 100%;
	text-align: right;
	position: relative;
	top: 70px;
	font-weight: normal;
	font-size: 40px;
}