/* CSS RESET */
html {
	background:#000;
	color:#fff
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
*font-size:100%;
}
legend {
	color:#000;
}
del, ins {
	text-decoration:none;
}
body {
	font:13px/1.231 arial, helvetica, clean, sans-serif;
*font-size:small;
*font:x-small;
}
select, input, button, textarea {
	font:99% arial, helvetica, clean, sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
*font-size:108%;
	line-height:100%;
}
/*general*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


select {margin:10px 0 0;}
.clearfix {
	zoom: 1;
}
.fl {
	float:left
}
.fr {
	float:right
}
/* BASE */
h1 {
	font-size:138.5%;
}
h2 {
	font-size:123.1%;
}
h3 {
	font-size:108%;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight:700;
}
abbr, acronym {
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	font-style:italic;
}
blockquote, ul, ol, dl {
	margin:1em;
}
ol, ul, dl {
	margin-left:2em;
}
ol li {
	list-style:decimal outside;
}
ul li {
	list-style:disc outside;
}
dl dd {
	margin-left:1em;
}
caption {
	margin-bottom:.5em;
	text-align:center;
}
p, fieldset, table, pre {
	margin-bottom:1em;
}
input[type=text], input[type=password], textarea {
	width:12.25em;
*width:11.9em;
}



/* COMMON */
body {
		background:#000;

}
#wrapper {
width: 944px;margin:0 auto; margin-top:10px;
}


#container {
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 944px;
}

#header {
	background:#000 ;
	height: 95px;
	position:relative;
	margin:0 auto;
}
#header h1 {
	margin:0 auto;
	font-size:24px;
	padding-top: 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif
}


#nav ul {
	text-align: left;
	margin:0
}
#nav ul li {
	float:left;
	list-style:none;
	line-height:33px;
	padding:0 10px;
}
#nav ul li a {
	font-size:12px;
	padding:9px;
}

#nav ul li a:hover {
	padding:9px;
	background:#29aae1;
	color:#fff
	
}


#footer_bt_l { float:left; width: 550px; font-size:0.9em; }
#footer_bt_r { float:right;margin-top: 15px; }


#footer_bt { padding:65px 10px 0 }
#footer {
	background:#262626;
	margin:0;
	height:104px;
	color:#fff;
	text-align: left;
	position:relative;
	margin-bottom:10px;
	margin-top: 20px;
}


/*HOME*/


#home #main {
	overflow:hidden;
	margin:0 auto;
}






/*OTHER PAGES */

#pages #content {
	width: 670px;
	
}
#pages #side { float:left; width:250px; }

#pages #main {
	padding:10px 20px;
	width:650px;
	float:left}



#pages #menu ul {margin:0; padding:0; margin-left:2px}
#pages #menu ul li{ width:240px; list-style:none; }
#pages #menu a{ background:url(images/menu.jpg) no-repeat; display:block; height: 65px; margin:10px 0 }
#pages #menu #m1 a{ background-position:0 0}
#pages #menu #m2 a{ background-position:0 -70px}
#pages #menu #m3 a{height: 40px; background-position:0 -140px}

/* links */
a {
	text-decoration:none
}

#nav li a {
	color:#fff;
	font-size:14px;
	font-weight:700
}
#nav li a:hover {
	color:#40c2f3
}
#footer a {color:#fff;}
#footer a:hover {color:#fff;}


#home #main { color:#FFF}
#home #main a {color:#fff}
#home #main a:hover {	color:#333}

#pages #main { color:#fff}


.post h2 a{ color:#fff}
.post a{ color:#fff}

.contact a { text-decoration:underline;}

.about-us p{ margin-left:235px}
