/*
	ARCTIC DESIGN
	(c) Innograf 2007
*/
body {
	background-color: #000000;
	color: #FFFFFF;
	margin: 0;
	padding: 50px 0 20px 70px;
	font: normal normal normal 11px/15px Arial, Verdana;
}

/* Globals */
td { vertical-align:top}
a img {border: 0}

/*
box hack
	width: 760px;
	\width: 780px;
	w\idth: 760px;
*/


/*
	header
*/
div#header {
	width: 1000px;
}

	div#nav {
		float: right;
		text-align: right;
		margin-top: 59px;
	}

		div#nav a {
			color: #FFFFFF;
			margin-left: 64px;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
		}

		div#nav span.language {
			margin-left: 64px;
		}

			div#nav span.language a {
				margin: 0;
			}

			div#nav span.language b {
				font-weight: normal;
				color: #CCCCCC;
				font-size: 16px;
				margin: 0 2px 0 2px;
			}

	div#logo {
		font-size: 30px;
		font-weight: bold;
		text-transform: uppercase;
	}

/*
	footer
*/
div#footer {
	width: 1000px;
	font-size: 11px;
	font-weight: bold;
	padding: 44px 0 0 0;
}

/*
	content
*/

table#content {
	border: 1px solid #191919;
}

table#content td {
	border-right: 1px solid #191919;
	padding: 0;
}

	/* layout options */
	table#content tr.spacer td {
		/* this one makes sure that IE doesn't bug */
		font-size: 0;
		border: 0;
		padding: 0;
		margin: 0;
		line-height: 0;
		height: 0;
		background-color: #050505;
	}

	table#content td.grad {
		background: #1e1e1e url('../imgs/td_content_bg.jpg') repeat-y scroll right top;
	}

	table#content td.text {
		padding: 23px 27px 10px 18px;
	}

	table#content tr.bordertop td {
		border-top: 1px solid #191919;
	}

	table#content td.noborder-right {
		border-right: 0;
	}

/*
	type
*/
td.text a {
	color: #BCBDC0;
/*	color: #C93E62;*/
	text-decoration: underline;
}

	table#content td a:hover {
		color: #C93E62;
		text-decoration: underline;
	}

td.text {
	color: #BCBDC0;
}


td.text h1 {
	text-transform: uppercase;
	font-size: 12px;
	height: 24px;
}



td.text h3 {
	font-size: 12px;
	font-weight: bold;
}

td.text div.prodinfo {
	margin-top: 40px;
}

/* lists */
td.text ul {
	list-style: none outside url('../imgs/bullet.gif');
	padding: 0 0 0 16px;
	margin: 0;
}

	td.text li {
		margin-top: 1em;
	}

	td.text li a {
		color: #BCBDC0;
		text-decoration:none;
	}

		td.text li a:hover {
			color: #C93E62;
			text-decoration: none;
		}

	td.text li.selected,
	td.text li.selected a {
		list-style-image: url('../imgs/bulletw.gif');
		color: #FFFFFF;
	}

/* sub-lists */
td.text ul ul {
	list-style: none outside none;
}

	td.text ul ul li {
		margin-top: 0;
	}

	td.text ul ul li.selected {
		list-style-image: none;
	}

	td.text ul ul ul li a {
		font-size: 90%;
		color: #9B9B9B;
	}

img#brandlogo {
	float: left;
}

td.text ul.brandnav {
	margin-top: 60px;
}

td.prodimgbg {
	background: #000000 url('../imgs/prodimg_loading.jpg') no-repeat scroll center center;
}

div#prodimg {
	background-repeat: no-repeat;
	background-position: right top;
	width: 600px;
	height: 437px;
}

	div#prodimg div.toolbar {
		float: left;
		width: 600px;
		height: 45px;
		margin-top: 392px;
		overflow: hidden;
		background-color: #000000;
		opacity: .75;
		filter: alpha(opacity=75);
	}

	div#prodimg div.toolbar span.arrows {
		float: right;
		margin-top: 5px;
		text-align: right;
		color: #BCBDC0;
	}

	div#prodimg span.caption {
		float: left;
		margin: 2px 0 0 3px;
		color: #BCBDC0;
		font-size: 10px;
		letter-spacing: -0.3px;
		line-height: 10px;
		width: 500px;
	}



a {
	color: #BCBDC0;
/*	color: #C93E62;*/
	text-decoration: underline;
}

a:hover {
			color: #C93E62;
			text-decoration: none;
		}

h1 {
	text-transform: uppercase;
	font-size: 12px;
	height: 24px;
}


