/* Basic and generic HTML stuff */
* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #010415;
	color: #ffffff;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-repeat: no-repeat;
	background-image: url("../images/xtasea/bodyback.jpg");
	background-position: top center;
	font-size: small;
}

/* PNG FIX */
img, #header 
{
	behavior: url('/public/js/pngfix/iepngfix.htc');
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

h2 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 2em;
}

fieldset
{
	padding:10px;	
}

/* Styling & positioning */
.wrapper {
	width: 950px;
}

.inner_wrapper {
	width: 850px;
}

/* Header */
#header			
{
	background-image: url('../images/xtasea/mask.png');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 250px;
	width: 950px;
	z-index: -10;
}

#lang_selector {
	float: right;
	margin: 158px 0 0 0;
}

#lang_selector a {
	display: block;
	float: left;
	width: 80px;
	height: 25px;
	background-position: top left;
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
	padding: 0 0 0 40px;
	text-align: left;
}

#logo {
	float: left;
	margin: 10px 0px 0px 60px;
}

/* Content */
#content {
	margin: -55px 0 0 0;
	text-align: center;
	background-image: url("../images/xtasea/content_back.png");
	background-position: top center;
	background-repeat: repeat-y;
}

#main_menu {
	font-family: Trebuchet MS;
	text-align: center;
	margin: 0px 0 10px 0;
	padding: 16px 0 10px 0;
	font-size: 13px;
	text-transform:uppercase;
}

#main_menu a 
{
	text-decoration: none;
	color: #20f2fe;
}

#left {
	float: left;
	width: 400px;
	margin-right:20px;
}

#right {
	float: left;
	margin-left:20px;
	width: 400px;
}

.content_box {
	text-align: left;
	padding-right:10px;
}

.content_box p {
	margin: 10px 0 10px 0;
}

.content_box a {
	color: #ffffff;
}

.box_seperator {
	margin: 30px 0 30px 0;
}

#brand_images img {
	margin: 12px 15px 0px;
}

/* Colors */
.olive,.olive a {
	color: #a8c45a;
}

.light_blue,.light_blue a {
	color: #00b7fe;
}

/* Footer */
#footer {
	font-size: 0.9em;
	color: #343643;
	padding: 0 0 15px 0;
}

#footer img {
	margin: 0 5px 0 5px;
}

#footer a {
	color: #343643;
	font-weight: bold;
	text-decoration: none;
}

#footer #difcurs {
	font-weight: normal;
	cursor: text;
}

#footer hr {
	height: 1px;
	background-color: #343643;
	border: 0;
	width: 80%;
	margin: 5px 0 10px 0;
}

.gallery_photo_div {
	padding: 5px;
	border: 1px solid #ddd;
	float: left;
	display: inline-block;
	margin: 10px;
}

.gallery_photo_div:hover {
	background-color: #010d41;
}

#gallery
{
	background-color: none;
	padding: 0px;
	margin-left:10px;
	width: 440px;
}
#gallery ul
{
	list-style: none;
	margin:0px;
	padding:0px;
}
#gallery ul li
{
	display: inline;
	margin:0px;
	padding:0px;
}
.open_photo:hover img
{
	background-color:#555;
}
input.newsletter
{
	padding: 2px 7px 2px 7px;
	height:21px;
	font-size: 12px;
	width:200px;
}
input#newsletter_submit
{
		height:30px;
}
input[type=submit]
{
	border: 1px solid rgb(61, 63, 78);
	padding: 2px 7px 2px 7px;
	font-size: 16px;
	background-color: rgb(1, 4, 21);
	color: rgb(255, 255, 255);
	cursor: pointer;
}

input[type=button]
{
	border: 1px solid rgb(61, 63, 78);
	padding: 2px 7px 2px 7px;
	font-size: 16px;
	background-color: rgb(1, 4, 21);
	color: rgb(255, 255, 255);
	cursor: pointer;
}
.border_width_1
{
	border-bottom: 1px solid #939393;	
}
#order_basic_info
{
	background-color: #00072b;
	border-bottom:3px solid #DDDDDD;
}
#order_basic_info, #order_customer_info, #order_shipment_info 
{
	padding:10px;
}
.form_group_dark 
{
	background-color:#EEEEEE;
	border-bottom:3px solid #DDDDDD;
}
/* Checkout form*/
form#order_form .fieldRow 
{
margin:0 0 10px;
}
.order_inner {
	background-color:#000f50;
	border:1px solid #3d3f4e;
	margin:10px;
	padding:10px;
}
#order_basic_info 
{
	background-color:#00082d;
	border-bottom:3px solid #3d3f4e;
}
.shopping_cart_table tr td
{
	padding: 5px;
}
/* ---------- */
.paging a
{
	text-decoration: none;
}