body { 
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #111111;
	font-size: 12px;
	line-height: 1.3em;
	background: #181818 url(../image/main_back_top119_2.gif) fixed repeat-x;
	text-align: center;
} 

* { 
	margin: 0; 
	padding: 0; 
	border: 0;
}

em {
	font-style: normal;
}

p { 
	margin: 9px 0; 
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}



.container { 
	text-align: left;
	background-color: transparent;
}

.header {
	text-align: left;
	/* background: transparent url(../image/header_back.gif) center bottom repeat-x; */
	background-color: transparent;
	overflow: hidden;
	height: 105px;
}

.center {
	clear: both;
	width: 936px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	padding: 5px 0 0 0;
	color: #eee;
	
}

*html .center {
	height: 1%;
}

.centerLeft {
	float: left;
	width: 468px;
}

.centerRight {
	float: right;
	width: 468px;
}

.centerBigLeft {
	float: left;
	width: 660px;
	min-height: 320px;
}

.centerSmallRight {
	float: right;
	width: 276px;
}

hr{
	margin: 8px 0 ;
	border: 0;
	border-top: 1px solid #555;
}




a {
	text-decoration: none;
	color: #cccccc;
}

a:hover {
	color: #fff;
}

input, select, button { 
	color: #5a5a5a; 
	font-family: Helvetcia, Arial, sans-serif; 
	font-size: 11px; 
}

textarea { 
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	color: #666;
	padding: 3px 6px;
	background: #fff url(../image/textInputBack.gif) bottom repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

option { padding-right: 8px; }
td { font-family: Arial, sans-serif; font-size: 11px; }
ul { list-style: none; }
li { display: inline; }

select {
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 11px;
}

.radio {
	margin: 0 6px 0 0;
}

.checkbox {
	margin: 0 6px 0 0;
}



h1 {
	font-family: Helvetica, Arial, sans-serif, Verdana;
	color: #333333;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 38px;
	letter-spacing: -1px;
}

h2 {
	font-family: Helvetica, Arial, sans-serif, Verdana;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 19px;
	letter-spacing: -1px;
	margin-bottom: 0.3em;
}

.noBorder {
	border: none !important;
}

.noMargin {
	margin: 0 !important;
}

.icon {
	vertical-align: -15%;
	margin-left: 3px;
}








