@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(images/bg.png) repeat-x;
}

/* Header */
#wrapper {
	margin:0 auto;
	padding:0;
	width:1000px;
	}

#contact {
	margin:-205px 0px 0px 0;
	padding:0;
	font:8pt Arial, Helvetica, sans-serif;
	text-align: right;
	color:#FFFFFF;
	text-decoration:none;
	}

#contact a:link, #contact a:visited{
	color:#FFFFFF;
	text-decoration:none;
	}

#contact a:hover{
	text-decoration:underline;
	}
	
#header {
	margin:0;
	padding:0;
	width:1000px;
	text-align:center;
	}

#thanks img#buy {
	margin-top: 0px;
	border: none;
	width: 300px;
	height: 339px;
	float: left;
}

#thanks #buy2 {
	position: relative;
	left: 300px;
	top: -280px;
	width: 200px;
}
	
#logo {
	margin: 42px 0 0 0;
	padding : 0;
	height: 189px;
	width:1000px;
	}

#logo h1 {
	margin:0px;
	padding:0px;
	height: 189px;
	width:1000px;
	background: url(images/header.png) no-repeat;
	text-indent:-9999px;
	}

#logo h1 a {
	display:block;
	margin:0px;
	padding:0px;
	height: 189px;
	width:1000px;
	background: url(images/header.png) no-repeat;
	}
	
#details {
	background:url(images/details2.png) no-repeat;
	background-position: 0 21px;
	width:1000px;
	padding: 0px;
	margin:10px 0 0 0;
	text-align:right;
	}
	
#details p {
	margin:0;
	padding:0;
	font: 11pt/19pt "Times New Roman", Times, serif;
	letter-spacing:.025em;
	color:#000000;
	white-space:pre;
	}

#details .tnt {
	font-weight:bold;
	}


/*main*/

#content {
	margin:20px 0 0 0;
	padding:0px;
	width:1000px;
	}

#clear {
	clear:both;
	}

#menu{
margin:25px 0px 0 0;
padding:0;
float:left;
}

#menu ul{
margin: 0;
padding: 0;
font: 11pt "Times New Roman", Times, serif;
letter-spacing:.035em;
list-style-type: none;
text-align:left;
}

#menu li{
	margin-bottom:12px;
	}

#menu li a{
margin:0px 0 0 0px;
padding:0 0 0 10px;
font: 10pt "Times New Roman", Times, serif;
text-decoration: none;
display:block;
color: #323232;
}

#menu li a:hover{
margin:0px 0 0 0px;
padding:0px 0 0 10px;
font: 10pt "Times New Roman", Times, serif;
text-decoration: underline;
color: #737373;
}

#menu li.links{
width: 172px;
font: 11pt/20pt "Times New Roman", Times, serif;
letter-spacing:.035em;
margin-top:10px;
padding:5px 10px 5px 10px;
text-decoration: none;
color: white;
background: #323232; /*background of tabs (default state)*/
}


#menu li.view{
width: 172px;
font: 11pt/20pt "Times New Roman", Times, serif;
letter-spacing:.035em;
margin-top:10px;
padding:5px 10px 5px 10px;
text-decoration: none;
color: white;
background: #323232; /*background of tabs (default state)*/
}

#menu li.about {
width: 172px;
font: 11pt/20pt "Times New Roman", Times, serif;
letter-spacing:.035em;
padding:5px 10px 5px 10px;
text-decoration: none;
color: white;
background: #323232; /*background of tabs (default state)*/
}

#menu li.links a:visited, #menu li.view a:visited, #menu li.about a:visited{
color: white;
}

#menu li.links a:hover, #menu li.view a:hover, #menu li.about a:hover{
background: #737373; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


/*footers*/

#bottom {
	margin:20px 0 0 0;
	padding:0;
	background:url(images/bottom.png) repeat-x;
	width: 100%;
	bottom:0px;
	clear:left;
	text-indent:-9999px;
	}
		
#copyright {
	margin:10px auto;
	padding:0;
	width: 1000px;
	bottom:0px;
	text-align:center;
	font: 7pt/10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
	
#copyright a {
	text-decoration:none;
	color:#000000;
	}

#logos2 {
	margin:0 auto;
	padding:0;
	width:500px;
	text-align:center;
	}

#logos2 img{
	margin:0 0px 0 0;
	padding:5px 5px 0px 5px;
	border:none;
	}