body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Serif, Verdana;
	font-size: 12px;
	color: #4a4a4a;
	line-height: 17px;
}

a:focus {
	outline:none;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
ul {
	padding: 0;
}
ul li {
	list-style: none;
	padding-left: 40px;
	margin: 0;
	background: transparent url(../gfx/bg-list.jpg) no-repeat left center;
}
p {
	margin: 10px 0;
}
img {
	border: 0;
	margin: 0;
}
form {
	padding: 0;
	margin: 0;
}
label {
	cursor: pointer;
}
input {
	font-size: 10px;
	color: #5c666b;
}
label.signup {
	color: #ac8d50;
	font-size: 17px;
	text-transform: uppercase;
}
label.selectall {
	color: #464646;
	font-size: 17px;
	text-transform: uppercase;
}
input.text250 {
	width: 260px;
	height: 18px;
	border: 1px solid #8c8c8c;
}
input.submit {
	padding: 5px 15px 5px 20px;
	background: #1a1a1a;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	border: none;
}
textarea.text250 {
	width: 260px;
	height: 70px;
	border: 1px solid #8c8c8c;
}
select.text250 {
	border: 1px solid #8c8c8c;
	padding: 1px;
	width: 262px;
}

h1 {
	width: 890px;
	line-height: 47px;
	background: transparent url(../gfx/bg-title.jpg) repeat-y left top;
	margin-bottom: 35px;
	padding-left: 70px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
}

h2 {
	padding:0;
	margin:0;
	line-height: 30px;
	font-size: 17px;
	color: #ac8d50;
	text-transform: uppercase;
	font-weight: normal;
}

table td {
	padding: 5px 0px;
}

.clearer {
	clear: both;
}
.hr {
	background: transparent url(../gfx/bg-title.jpg) repeat-y left top;
	width: 960px;
	height: 10px;
	margin: 30px 0;
}

div.container {
	background: #fff;
	width: 960px;
	margin: auto;
}

	div.header {
		width: 960px;
		height: 216px;
		background: transparent url(../gfx/bg-header.jpg) no-repeat left top;
		margin-bottom: 40px;
	}
	
	div.content {
		padding: 0 70px;
	}
	div.title {
		font-size: 17px;
		padding: 10px 0px;
	}
	table.tbl-content {
		padding: 0 40px;
		width: 960px;
	}
	
a.link-more {
	padding: 3px 15px;
	background: #1a1a1a;
	color: #fff;
	margin: 10px 0;
}
a.link-download {
	padding: 3px 15px;
	background: #1a1a1a;
	color: #fff;
	margin: 10px 0;
}
		
a.link-top {
	color: #464646;
	font-size: 17px;
	text-transform: uppercase;
}

div.footer {
	width: 970px;
	height: 74px;
	margin: auto;
	background: transparent url(../gfx/bg-footer.jpg) no-repeat left top;
}

/**
modal_content => sm_content
modal_overlay => sm_olay
modal_close => sm_close
modal_title => sm_title
**/

/*modal*/
#sm_content {
	display: none;
	position: fixed;
	left: 50%;
	padding: 15px;
	top:10%;
	-webkit-box-shadow: 0px 0px 8px #111;
	background:#FFF;
	width:671px;
	margin-left:-335px;
	text-align:left;
	border: 5px solid #8c8c8c;
	height: 400px;
	overflow: auto;
}
#sm_content small{font-size:77%;}
#sm_content .sm_close{
	display: none;
}
#sm_content h3{font-size:116%;}
#sm_olay { background-color: #000; }
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.overlay {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html #sm_content {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
div.sm_close_btn {
	float: right;
	cursor: pointer;
	background: #000;
	color: #fff;
	padding: 3px 10px;
}
div.sm_close p {
	padding: 0;
}
ul.horizontal li{
	position:relative;
	float:left;
	margin:5px 5px 5px 0;
}

.hidden{display:none;}

/* Nasty clearfix hacks */
.clearfix {display:inline-block;} 
/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	
	
