/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for duller.com 

--------------------------------------------------------------------- */


/* Basic CSS Rules
--------------------------------------------------------------------- */
html, body {
	height: 100%;
			background-color: #000000;
}

body {
	background: #fff url(../img/body_bg.gif) left top repeat-y;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow:hidden;
}

#containerContent {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	text-align: left;			
}

h1, h2, h3, h4 {
	color: #000;
	font-weight: normal;
}


object {
	display: block;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
text-decoration: none;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}



/* general site container
--------------------------------------------------------------------- */

#container {
	width: 100%;
	height: 100%;
	overflow: auto;
	position: relative;
}

#site_background {
	width: 100%;
	height: 100%;
	overflow: auto;
	position: relative;
}

#site_background.text {
	background: url(../img/content_bg.png) 206px top repeat-y;
}


#footer {
	width: 320px;
	height: 14px;
	overflow: hidden;
	color: #888;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
	
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 1;
}

#footer a {
	color: #888;
	font-size: 10px;
	line-height: 12px;
}

#language {
	width: 55px;
	height: 14px;
	overflow: hidden;
	color: #888;
	font-size: 10px;
	line-height: 12px;

	position: absolute;
	left: 145px;
	bottom: 15px;
	z-index: 1;
}

#language a {
	color: #888;
	font-size: 10px;
	line-height: 12px;
}




#site {
	width: 780px;
	overflow: hidden;
	padding: 0 0 35px 0;
}

#nav_bar {
	width: 206px;
	overflow: hidden;
	float: left;
}

#nav_bar .logo {
	width: 172px;
	height: 82px;
	overflow: hidden;
	padding: 17px 0 15px 15px;
}

#navigation {
	width: 180px;
	overflow: hidden;
}

#navigation {
	width: 160px;
	overflow: hidden;
	padding: 0 0 0 20px;
}

#navigation ul {
	width: 160px;
	overflow: hidden;
	padding: 0;
}

#navigation ul li {
	display: block;
	width: 160px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 5px 0;
	float: left;
}

#navigation ul li a {
	display: block;
	padding: 0;
	color: #888;
	font-size: 13px;
	line-height: 16px;
	text-align: right;
}

#navigation ul li.active a {
	color: #444;
}

#navigation ul li ul {
	width: 160px;
	overflow: hidden;
	padding: 15px 0;
}

#navigation ul li ul li {
	display: block;
	width: 160px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 1px 0;
	float: left;
}

#navigation ul li.active ul li a {
	display: block;
	padding: 0;
	color: #888;
	font-size: 11px;
	line-height: 14px;
	text-align: right;
}

#navigation ul li.active ul li.active a {
	color: #444;
}




/* content, textarea */
#content {
	width: 574px;
	overflow: hidden;
	float: left;
}

/* textarea */
#content .textarea {
	width: 330px;
	overflow: hidden;
	padding: 155px 0 0 30px;
}

#content .textarea h1 {
	width: 330px;
	overflow: hidden;
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #fff;
}

#content .textarea .contentblock {
	width: 330px;
	overflow: hidden;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #fff;
}

#content .textarea .contentblock a {
	text-decoration: underline;
	overflow: hidden;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #fff;
}


/* portal */
#content .portal {
	width: 525px;
	overflow: hidden;
	padding: 95px 0 0 45px;
}

#content .portal h1 {
	width: 525px;
	overflow: hidden;
	margin: 0 0 15px 0;
	font-size: 75px;
	line-height: 70px;
	font-weight: bold;
	color: #777;
}

#content .portal .portaltext {
	width: 525px;
	overflow: hidden;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #777;
}
