@import url("header.css");
@import url("footer.css");
@import url("body.css");

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

html, body {
	height:100%;
}

body {
	font-family:'Trebuchet MS',Arial,sans-serif;
	font-size:12px;
	line-height:18px;
	background:url(../img/bg/01.jpg) #000 no-repeat center top;
	color:#fff;
}

a:link,
a:visited {
	color:#f00;
	text-decoration:none;
}

a:hover {
	color:#f00;
	text-decoration:underline;
}

img {
	border:0px;
}

h1 {
	/*text-transform:uppercase;*/
	font-size:24px;
	line-height:28px;
}

h2 {
	/*text-transform:uppercase;*/
	font-size:16px;
}

h2 a:link,
h2 a:visited {
	color:#fff;
}

h2.inner_title {
	color:#cc0000;
	margin-bottom:10px;
}

h3 {
	font-size:14px;
}

h6 {
	text-transform:uppercase;
	font-size:9px;
}

p {
	margin-bottom:18px;
}

.clear {
	clear:both;
}

#da_site {
	width:100%;
	position:relative;
	margin:0px auto;
	height:auto !important;
	height:100%;
	min-height:100%;
}

.no_text{text-indent:-5000px;outline:none;}

#toolbar,#toolbar li{background:url(../img/header/toolbar.png);}
#toolbar{background-repeat:repeat-x;height:49px;}
#toolbar li a{display:block;height:44px;}
#toolbar_content{width:990px;margin:auto;height:50px;overflow:hidden;}
#toolbar_series{float:left;}
#toolbar_series li{float:left;list-style:none;margin:2px 5px 0px 5px;}
#toolbar_social{float:right;}
#toolbar_social li{float:right;list-style:none;margin:5px 5px 0px 5px;}
#toolbar .splitter{margin:7px 5px 0px 5px;width:2px;height:34px;background-position:0px -225px;}
li#toolbar_da{width:117px;background-position:0px -49px;}
li#toolbar_sd{width:91px;background-position:0px -93px;}
li#toolbar_rc{width:85px;background-position:0px -137px;}
li#toolbar_cw{width:85px;background-position:0px -181px;}
li#toolbar_fl{width:67px;background-position:-117px -49px;}
li#toolbar_yt{width:69px;background-position:-117px -93px;}
li#toolbar_fb{width:80px;background-position:-117px -137px;}
li#toolbar_tw{width:85px;background-position:-117px -181px;}
