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

* { padding: 0; margin: 0; border: none; } /* reset */

body {
	font-size: 62.5%; /* reset to 10px */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #000;
	text-align: center; /* centering IE */
	}

a {
	color: #5B636C;
	}

a:visited {
	color: #545B65;
	}

a:hover {
	color: #0D93DC;
	}

#wrapper {
	width: 730px;
	background: #000 url('img/header-background.jpg') no-repeat 50% 10px;
	padding-top: 120px;
	margin: 0 auto; /* centering */
	}

#menu {
	list-style-type: none;
	font-family: Tahoma;
	font-weight: bold;
	width: 97%;
	height: 20px;
	padding: 0;
	margin: 1px 5px;
	}

#menu li {
	float: left;
	display: inline;
	border-right: 1px solid #000;
	background-color: #75C449;
	font-size: 11px;
	}

#menu li a {
	display: block;
	padding: 0.2em 1.5em;
	color: #000;
	text-decoration: none;
	}

#menu li a:hover {
	background-color: #FE7B19;
	}

#content {
	margin: 1px 5px 5px 5px;
	padding: 5px 20px;
	background-color: #fff;
	text-align: left; /* reset */
	}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	}

h2 {
	color: #55CF40;
	font-size: 2.4em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 1em 0;
	}

h3 {
	color: #FE7B19;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 1em;
	}

ul, ol {
	padding-left: 1em;
	}

p, li {
	color: #333;
	font-size: 1.2em;
	line-height: 1.4em;
	}

p {
	margin-bottom: 1.4em;
	}

hr {
	display: none;
	}

.clear {
	clear: both;
	}

.breadcrumb {
	font-size: 1em;
	font-weight: bold;
	color: #55CF40;
	margin-bottom: 0;
	}

table.ball {
	padding-bottom: 1em;
	border-bottom: 1px solid #666;
	}

table.ball td {
	padding-right: 10px;
	}


table.prices {
	width: 97.5%;
	padding: 1em 0;
	font-size: 1.2em;
	}

table.prices td {
	padding: 0.5em;
	border-bottom: 1px solid #666;
	}


table.cart {
	width: 100%;
	padding: 1em 0;
	font-size: 1.2em;
	}

table.cart td, table.cart th {
	padding: 0.5em;
	border-bottom: 1px solid #666;
	}

.odd {
	background-color: #eee;
	}


table.details {
	width: 100%;
	padding: 1em 0;
	font-size: 1.2em;
	}

table.details td, table.details th {
	padding: 0.5em;
	border-bottom: 1px solid #666;
	}


input {
	padding: 0.2em;
	font-size: 1em;
	background-color: #FE7B19;
	color: #fff;
	}

#contact_form {
	margin-bottom: 4em;
	}
	
#contact_form input, #contact_form textarea, 
#checkout input, #checkout textarea {
	background-color: #eee;
	border: 1px solid #777;
	padding: 0.3em;
	color: #333;
	}

#contact_form input:focus, #contact_form textarea:focus,
#checkout input:focus, #checkout textarea:focus {
	background-color: #fff;
	}

.worldpay table {
	width: 440px;
	margin: 50px 120px;
	}