/*
	BASICS
*/

body {
	background-color: black;
	color: white;
	margin-left: 50%;
}

ul,
li {
	margin: 0 0 0.5em 0;
}
ul {
	padding-left: 24px;
}
ul li {
	list-style-image: url(/images/bullet_dots.png);
}
small {
	color: #ccc;
	font-size: 9pt;
}

/*
	STRUCTURE
*/

#header,
#main,
#footer {
	width: 800px;
	margin-left: -400px;
	padding: 0;
}

#header {
	text-align: right;
	padding: 20px 0 10px 0;
	width: 790px;
}

#main {
	border: 1px solid white;
}

#main #bottom {
	height: 10px;
	clear: both;
}

#footer {
	font: 7pt Helvetica, Arial;
	color: #555;
	text-transform: uppercase;
	text-align: right;
	padding-top: 0.5em;
	padding-bottom: 1em;
}
#footer a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

/*
	MENU
*/

#menu ul {
	font: 8pt Georgia;
	font-weight: bold;
	padding: 8px 0 3px 10px;
	margin: 0;
	border-bottom: 1px solid #eee;
	background-position: top;
	background-repeat: repeat-x;
}
#menu li {
	display: inline;
}
#menu li.secondary {
/*	font-weight: normal;*/
}
#menu li a {
	text-decoration: none;
	padding: 3px 4px 3px 4px;
}
#menu a {
	background-color: transparent;
	margin: 1px 1px 0 1px;
}
#menu a:hover {
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 0;
	background-image: url(../images/menu_tab_black.png);
	background-color: black;
	color: white;
}
#menu img {
	border: 0;
	vertical-align: text-top;
	padding: 0;
	margin: 0;
	margin-bottom: -3px;
	padding-bottom: -3px;
}
#menu a.open,
#menu a.open:hover,
#menu a.thisPage,
#menu a:hover.thisPage {
	border: 1px solid #eee;
	border-bottom: none;
	padding-bottom: 4px;
	font-weight: bold;
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0 !important;
}
#menu a.thisPage {
	background-color: black !important;
	background-image: url(../images/menu_tab_black.png) !important;
	color: white !important;
}
#menu .new {
	background-color: #c00;
	color: white;
	font: 6pt Verdana,Arial;
	font-weight: bolder;
	text-transform: uppercase;
	padding: 1px 2px 1px 2px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#menu a:hover,
#menu a.open,
#menu a.open:hover,
#menu a.thisPage,
#menu a:hover.thisPage {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

.level1 {
	background-color: #cc0;
	background-image: url(/images/menu_level1.png) !important;
}
.level1 a {
	color: black;
}


.level2,
.level2 a,
.level1 a.open {
	background-color: #960;
	color: white;
}
.level2 {
	background-image: url(/images/menu_level2.png) !important;
}
.level1 a.open {
	background-image: url(/images/menu_level2_tab.png) !important;
}

.level3,
.level3 a,
.level2 a.open {
	background-color: #c30;
	color: white;
}
.level3 {
	background-image: url(/images/menu_level3.png) !important;
}
.level2 a.open {
	background-image: url(/images/menu_level3_tab.png) !important;
}

.level4,
.level4 a,
.level3 a.open {
	background-color: #ee6;
	color: black;
}
.level4 {
	background-image: url(/images/menu_level4.png) !important;
}
.level3 a.open {
	background-image: url(/images/menu_level4_tab.png) !important;
}


/*
	CONTENT
*/

#content {
	padding: 15px;
	font: 11pt Georgia;
}
#content h1,
#content h2 {
	font-family: Georgia;
	font-weight: normal;
	color: #ee0;
}
#content h1 {
	font-size: 18pt;
	margin: 1em 0 0.5em 0;
}
#content h2 {
	font-size: 15pt;
	margin-top: 1em;
	margin-bottom: 1em;
}
#content h3 {
	font-size: 12pt;
	margin-top: 1em;
	margin-bottom: 1em;
}
#content big {
	font-size: 13pt;
}

#content p {
	font: 12pt Georgia;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

#content img {
	border: 2px solid white;
	margin: 5px;
}

#content img.borderless {
	border: none !important;
}

#content a {
	color: #ee0;
}
#content a:hover {
	color: #ee6;
}

#content img.right {
	float: right;
	margin: 0 0 10px 10px;
}

#content img.left {
	float: left;
	margin: 0 10px 10px 0;
}


/*
	BOTTOM SECTION
*/

#bottomSection {
	padding-bottom: 10px;
	clear: both;
}

#bottomSection #leftColumn {
	float: left;
	width: 470px;
}
#bottomSection #rightColumn {
	float: right;
	width: 280px;
}

#bottomSection h2 {
	margin: 1em 0 0.4em 0;
	font: 10pt Georgia;
	text-transform: uppercase;
	color: #cc0;
	letter-spacing: 0.15em;
	font-weight: bold;
}

#bottomSection p,
#bottomSection ul {
	font: 9pt Georgia;
	color: #eee;
	line-height: 1.5em;
	margin: 0 0 0.3em 0;
}


/*
	OTHER STUFF
*/

.fact {
	font-size: 10pt !important;
	color: #ddd;
}

table.international tr td {
	width: 250px;
}


/*
	BUY NOW
*/
#buynow tr td {
	padding-right: 10px;
}
#buynow h2 {
	margin: 0.2em 0 0.5em 0;
	font-size: 14pt;
}

img.flag {
	border: none !important;
	margin: 0;
	vertical-align: middle;
}
#buynow p {
	margin: 0 0 0.5em 0;
	font-size: 9pt;
}
#buynow p.button a {
	text-decoration: none !important;
	font: 8pt Verdana !important;
	color: white !important;
	padding: 5px 10px 5px 0;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-color: #333;
}
#buynow p.button a:hover {
	background-color: #bb0;
	color: black !important;
}
#buynow h2 a {
	text-decoration: none;
}
#buynow .flagsOnly a img {
	padding: 0 !important;
	margin: 0 !important;
	border: 2px solid black !important;
}
#buynow .flagsOnly a:hover img {
	border: 2px solid #bb0 !important;
}