* { margin: 0; padding: 0; outline: 0; border: none; }

body {
	background-color: #C4BD97;
	font: 11px Verdana, sans-serif;
	text-align: left;
	color:black
}

#wrap {
	position: relative;
	width: 822px;
	background: #ffffff url(img/2column.gif) repeat-y 50% 0;	
	margin: 0 auto;
}

#wrap_3col {
	position: relative;
	width: 822px;
	background: #ffffff url(img/3column.gif) repeat-y 50% 0;	
	margin: 0 auto;
}

#header {
	width: 820px;
	border: 1px solid white;
	background-color: black;
	color: #C3C3C3;
	height: 25px;
}

#header p {
	position: absolute;
	left: 10px;
	top: 7px;
	font-size: 9px;
}

#header form {
	position: absolute;
	right: 10px;
	top: 6px;
}

input, textarea, select {
	background-color: #f7f7f7;
	border: 1px solid #999;
	font: bold 10px tahoma,sans-serif;
}

.button{
	background-color: #E7E710;
	padding: 2px 10px 2px 10px;
}
.button:hover {
	background-color: #F2F242;
}

label {
	font-size: 10px;
}

.btn {
	background-color: #E7E710;
	font: 10px tahoma,sans-serif;
	border: 0px;
}

.btn:hover {
	background-color: #F2F242;
}

#banner {
	position: relative;
	border: 1px solid white;
	margin-top: -1px;
	color: white;
	width: 820px;
	height: 75px;
/*	background: #A4A400 url(img/headerbg.png) repeat-y scroll left top; */
	background: #A4A400 url(img/gtexture.jpg) repeat-x scroll left top;
/*	background: #A4A400 url(img/xmashead.jpg) repeat-x scroll left top; */
/*	background: #A4A400 url(img/xmaspixel2.jpg) repeat-x scroll left top; */
}

#banner span {
	position: absolute;
	width: 100%;
	left: 10px;
	top: 11px;
}

#banner p {
	position: absolute;
	right: 10px;
	top: 10px;
}

#banner span img {
	float: left;
	margin-right: 10px;
}

#nav {
	border: 1px solid white;
	margin-top: -1px;
	color: #7F7F7F;
	width: 820px;
	height: 40px;
	background-color: #E7E710;
	letter-spacing: 1px;
}

#nav p {
	padding-left: 10px;
	padding-top: 12px;
	color: #656565;
	font-size: 120%;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#nav ul li {
	float: left;
	width: 110px;
	height: 40px;
	border-right: 1px solid white;
}
#nav ul li a {
	width: 102px;
	height: 20px;
	display: block;
	float: left;
	color: #656565;
	padding-right: 8px;
	padding-top: 20px;
	text-align: right;
	font: 12px Tahoma, sans-serif;
	text-decoration: none;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: white;
	background-color: #8da708;		
}
#nav ul li#current {	
	background-color: #8da708;	
	color: white;
	width: 102px;
	height: 20px;
	padding-right: 8px;
	padding-top: 20px;
	text-align: right;
	font: 12px Tahoma, sans-serif;
}

#nav ul li#mail {
	width: 40px;
	border-right: none;
}

#nav ul li#mail a {
	width: 35px;
	padding-top: 22px;
	height: 18px;
}

.soma {
	clear: both;
	border-bottom: 1px solid #C4BD97;
	border-top: 1px solid #C4BD97;
	border-left: 1px solid white;
	border-right: 1px solid white;
	color: black;
	width: 800px;
	background-color: #FFFFE6;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.hredge {
	border-top: 1px solid #C4BD97;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 10px;
}

h1.green {
	color: #00A000;
	/*font: bold 16px Segoe UI, Verdana, sans-serif;*/
	font-size: 130%;
	padding-top: 15px;
}

h1.blak {
	color: inherit;
	font-size: 120%;
	padding-top: 10px;
	display: inline;
}

.soma p#large {
	font-size: 12px;
	width: 480px;
}

p#path {
	font-size: 9px;
	color: #505050;
}

#path a, #path a:visited {
	background: inherit;
	text-decoration: none;
}
#path a:hover {
	text-decoration: underline;
}
#path a, #path a:visited {
	color: #505050;
}

.soma img#snap {
	position: absolute;
	right: 10px;
	top: 10px;
}

.soma a #snaplarge {
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
	display: block;
}

.soma a:hover #snaplarge {
	height: 356px;
	left: 210px;
	position: absolute;
	top: -70px;
	width: 600px;
/*	z-index: 9999; */
	display: block;
}

.soma ul {
	padding-top: 10px;
	margin-left: 20px;
	list-style-type: square;
}

.soma ol {
	padding-top: 10px;
	margin-left: 20px;
}

.newt {
	text-decoration: none;
/*	display: block; */
/*	z-index:9999; */
}

a:hover #hvcraft {
	background-color:#F2F242;
}

.downbut {
	display:block;
	width:151px;
	height:47px; 
	background:url(img/down_but2.png) 0 0 no-repeat; 
	text-decoration:none;
}

.downbut:hover {
	background-position:0 -47px;
}

.buybut_ult {
	display:block;
	width:151px;
	height:47px; 
	background:url(img/buy_ult.png) 0 0 no-repeat; 
	text-decoration:none;
}

.buybut_ult:hover {
	background-position:0 -47px;
}

.buybut_pro {
	display:block;
	width:151px;
	height:47px; 
	background:url(img/buy_pro.png) 0 0 no-repeat; 
	text-decoration:none;
}

.buybut_pro:hover {
	background-position:0 -47px;
}

.downbut_pro {
	display:block;
	width:151px;
	height:47px; 
	background:url(img/down_pro.png) 0 0 no-repeat; 
	text-decoration:none;
	/* make sure the value doesn't show on the button */
	color: transparent;
	padding: 0 0 0 151px;
	cursor:pointer;
}

.downbut_pro:hover {
	background-position:0 -47px;
}

.downbut_ult {
	display:block;
	width:151px;
	height:47px; 
	background:url(img/down_ult.png) 0 0 no-repeat; 
	text-decoration:none;
	color: transparent;
	padding: 0 0 0 151px;
	cursor:pointer;
}

.downbut_ult:hover {
	background-position:0 -47px;
}

.downlite {
	display:block;
	width:151px;
	height:47px; 
	background:url(img/down_lite.png) 0 0 no-repeat; 
	text-decoration:none;
}

.downlite:hover {
	background-position:0 -47px;
}

a#buybut {
	display:block;
	width:151px;
	height:47px; 
	background:url(img/buy_but2.png) 0 0 no-repeat; 
	text-decoration:none;
}

a#buybut:hover {
	background-position:0 -47px;
}

#col_wrap {
	width: 820px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	color: black;
}

.col_lr {
	color: #505050;
	width: 160px;
	background-color: #DDD9C3;
	padding-left: 10px;
	float: left;
	font-size: 10px;
}

p.small {
	padding-top: 10px;
	font-size: 10px;
}

p.space {
	padding-top: 10px;
}

.col_lr p {
	margin-top: 10px;
}

.col_lr p#hang {
	text-indent: -8px;
}

.col_lr2d {
	border-left: 1px solid white;
	color: #505050;
	width: 160px;
	background-color: #DDD9C3;
	padding-left: 10px;
	float: left;
	font-size: 10px;
}

.col_lr2d p {
	margin-top: 10px;
}

.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	list-style: none;
	border-bottom: 1px solid #DDD9C3; /*IE6*/
}
.sidenav li a {
	color: #554;
	display: block;
	padding: 2px 4px 2px 22px;
	margin-left: -10px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #D6CCB9;
	color: #654;
}

.sidenav li a.head {
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	border-top: 1px solid #C4BD97;
	border-bottom: 1px solid #C4BD97;	
}

#col_m2d {
	border-left: 1px solid #C4BD97;
	border-right: 1px solid white;
	width: 629px;
	background-color: #FFFFE6;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

#col_m {
	border-left: 1px solid #C4BD97;
	border-right: 1px solid #C4BD97;	
	width: 468px;
	background-color: #FFFFE6;
	padding-left: 10px;
	float: left;
}

ul {
	margin: 10px 10px;
	padding: 0 10px;	
	list-style-type: square;
}

#col_m ul {
	font-size: 12px;
}

#compare td {
	border-bottom: 1px dotted #C4BD97;
	text-align: center;
	padding-top: 5px;
}

#compare td.left {
	text-align: left;
}

pre {
	color: #505050;
}

#compare th {
	background-color: #DDD9C3;
	padding-left: 4px;
	padding-right: 4px;
	border-bottom: 1px solid #C4BD97;
	text-align: center;
	padding-top: 5px;
}

#compare .tleft {
	text-align: left;
	font-style: italic;
}

#compare .hilite {
	background-color: #F4F3EA;
}

#compare td.last {
	border-bottom: 0px;
}

#compare tr {
	padding-top: 5px;
}

a.greenbut, a.greenbut:visited {
	color: white;
	background-color: #B0AC0C;
	text-decoration: none;
	border: 1px solid #E7E710;
	font: bold 9px tahoma, sans-serif;
	padding: 1px 5px;
}

a.greenbut:hover {
	color: #656565;
	background-color: #E7E710;
}


a.greenbig, a.greenbig:visited {
	color: white;
	background-color: #B0AC0C;
	text-decoration: none;
	border-left: 1px solid #E7E710;
	border-top: 1px solid #E7E710;
	outline: 1px solid black;
	font: 12px 'arial black', sans-serif;
	padding: 5px ;
}

a.greenbig:hover {
	color: #7F7F7F;
	background-color: #E7E710;
}

a.play {
/*
	background: url(img/play.gif) no-repeat 0 50%;
	padding-left: 42px;
*/
	font-size: 12px;
}

#footer {
	margin-top: -1px;
	clear: both;
	position: relative;
	width: 820px;
	border: 1px solid white;
	color: #C3C3C3;
	height: 100px;
	background: black url(img/footerbg.png) repeat scroll 0 0;
	font-size: 9px;
}

#footer td {
	font-size: 12px;
	padding-left: 10px;
	vertical-align: top;
}

#footer ul {
	margin-left: 20px;
	list-style-type: square;
	margin-top: 0px;
}

#footer img#logo {
	position: absolute;
	left: 10px;
	bottom: 30px;
}

#footer a, #footer a:visited, #trailer a, #trailer a:visited {
	background: inherit;
	text-decoration: none;
}
#footer a:hover, #trailer a:hover {
	text-decoration: underline;
}

#footer a, #footer a:visited {
	color: #C3C3C3;
}

#trailer a, #trailer a:visited {
	color: #756F44;
}

.rite_just {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

#trailer {
	position: relative;
	width: 820px;
	height: 80px;
	color: #756F44;
	text-align: center;
	font-size: 9px;
	margin: 0 auto;
}

.alsoprog {
	width: 820px;
	margin: 0 auto;
	border: 1px solid #EEE8E1;
	background-color: #DDD9C3;
}

blockquote {
	margin-top: 10px;
 	padding: 5px 7px 5px 40px;  	
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 url(img/quote.gif) no-repeat 10px 10px;
}

.popout {
	margin-top: 10px;
	border: 1px solid #EEE8E1; 
	background-color: #FAF7F5;
	padding: 5px;
}

.warner {
	border: 1px solid #EEE8E1;
	margin-top: 10px;
 	padding: 5px 7px 5px 40px;
	background: #FAF7F5 url(img/warn.gif) no-repeat 5px 5px;
}

.informer {
	border: 1px solid #EEE8E1;
	margin-top: 10px;
 	padding: 5px 7px 10px 45px;
	background: #FAF7F5 url(img/info.gif) no-repeat 5px 5px;
}

.courier {
	font: 12px Courier new, monospaced;
}

.align-right { text-align: right; }
.align-center { text-align: center; }
.float-right { float: right; }
.float-left  { float: left; }
.clearer { clear: both; }
.spacer { padding-top: 10px; }
.msp { padding-top: 3px; }
.f12 { font-size: 12px; }
.s10 { font-size: 10px; }