#welcome {
position:absolute;
top:-1000px;
left:-1000px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 30px 0px;
	background: #EFEFEF;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;
	font-size: 26px;
}

h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 16px;
	border-bottom: 1px solid #F4F4F4;
}

p, ol, ul, blockquote {
	line-height: 24px;
}
ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

a {
	color: #EC5600;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}
img {
	border: none;
}
form {
	margin: 0;
}
.clear-both {
	clear: both;
	font-size: 0px;
}
#container {
	width: 930px;
	margin: 0px auto;
	padding: 0px 0px;
	background: url(images/container.gif) bottom center no-repeat #FFF;
	min-height: 800px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Layout Blocks~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header {
	background: url(images/container-top.gif) top center no-repeat #FFF;
	padding-top:15px;
}
#logo {
background: url(images/newhead.gif) top center no-repeat;
height:177px;
overflow:hidden;
}

#logo h1 {

}

#menu {
	float: left;
	height: 45px;
	padding: 70px 25px 0 40px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 15px 0 20px;
	border-left: 1px solid #DBDBDB;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 13px;
	color: #3B3B3B;
}

#menu .menu-first a {
	border: none;
}

#splash {
	width: 876px;
	height: 170px;
	margin: 0 auto;
	overflow:hidden;
	background: url(images/splash.gif) left bottom repeat-x #FFF;
}
#content {
width: 846px;
margin: 10px auto;
font-size: 13px;
color: #6B6B6B;
}
#content-left {
	float: left;
	width: 620px;
}

#content-right {
	float: right;
	width: 185px;
}

#searchbox-submit-text {
border:0px;
background:#FFF;
width:110px;
float:left;
display:block;
padding:3px 2px;
border:1px solid #CCC;
color:#000;
margin-top:2px; 
}
#searchbox-submit-btn {
background:none;
border:0px;
display:block;
float:right;
text-decoration:none;
cursor:pointer;
}

.thumbnail {
	width: 120px;
	height: 120px;
	overflow: hidden;
	border: 3px solid #FFF;
}
.thumbnail:hover {
	border: 3px solid #000;
}

.posted {
	
	margin: 0 0 30px 0;
	padding: 10px 15px 0 15px;
	background: url(images/posted.gif) repeat-x top left;
	border-bottom: 1px solid #F2F2F2;
	
}
.posted a {
	color: #717171;
	text-decoration:none;
	display:block;
	padding-left:50px;
	height: 33px;
	line-height:33px;
}
#buy {
background: url(images/webbuy.gif) center left no-repeat;
}
#download {
background: url(images/download.gif) center left no-repeat;
}

#footer {
background: url(images/newfoot.gif) top center no-repeat;
padding-top:165px;
}

#footer p {
	text-align: center;
	color: #777777;
}

#footer a {
	color: #5D5D5D;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~FORMS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.field_title {
	text-align: left;
	padding: 5px;
	width: 100px;
}
.field_input {
	text-align: left;
	padding: 5px;
	color: #FFF;
}
form input {
	width: 300px;
	background: none;
	border: 1px solid #FFF;
	color: #FFF;
}
form textarea {
	width: 300px;
	height: 200px;
	background: none;
	border: 1px solid #FFF;
	color: #FFF;
}
.field_submit {
	border: 0px;
	color: #FFF;
	margin: 2px;
	padding: 2px 0px;
	width: 100px;
	float: right;
	cursor: pointer;
}
#field_input_captcha input {
	width: 50px;
}
.nixhier {
	display: none;
}