/* @override 
	http://www.dunst.dev/_template/css/screen.css
	http://www.dunst.dev/wp-content/themes/burodunstV01/css/screen.css
	http://test.burodunst.com/wp-content/themes/burodunstV01/css/screen.css
*/

/* @group reset */

/* http://meyerweb.com/eric/tools/css/reset/
   v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

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

/* @end */



/* @group basic */

body, html {
	background: white;
	color: black;
	font: 17px/24px "Lucida Grande", Lucida, Verdana, sans-serif;
}

html {
		overflow-y: scroll;
}

p {
	padding-bottom: 24px;
}

a:link, a:visited {
	color: black;
}

a:hover {
	color: darkred;
}

a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: .80;
}


::-moz-selection {
	background: darkred;
	color: white;
}

::selection {
	background: darkred;
	color: white;
}

hr {
	display: none;
}



.caps {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .1em;
}


.clear {
	clear: both;
}

#content {
	clear: both;
	font-size: 14px;
	min-height: 340px;
}

#content h2 {
	font-size: 16px;
	padding-bottom: 70px;
}

#content h3 {
	background-color: #ddd;
	margin-top: 1px;
	padding-left: 010px;
	cursor: pointer;
}

#content table {
	height: auto !important;
	padding-bottom: 10px !important;
	padding-top: 10px !important;

}


#content table tr {
	width: 830px;
	float: none;
}

#content table tr td {
	padding-left: 10px;
	width: 260px !important;
}


#content .caption {
	clear: both;
	font-size: 12px;
	color: #999;
	padding-bottom: 24px;
}

small {
	font-size: 14px;
}


/* @end */

/* @group elements */

#wrapper {
	width: 900px;
	margin: auto;
	clear: both;
}


#header {
	float: left;
	padding-top: 14px;
	width: 900px;
}

#page {
	position: absolute;
	top: 180px;
	padding-left: 50px;
	width: 830px;

}

h2 {
	font-weight: bold;
}

h1#logo {
	float: left;

}




/*#header ul li a {
	float: left;
	height: 50px !important;
}*/

#nav-main ul li,
#nav-sub ul li,
#nav-tabs ul li {
	float: left;
}

#nav-main ul li img {
}


#nav-sub ul {
	float: left;
	clear: both;
	font-size: 16px;
	padding-left: 19px;
}

#nav-sub {
	float: left;
	clear: both;
}

#nav-tabs {
	padding-bottom: 54px;
}

#nav-tabs ul {
	float: left;
	clear: both;
	font-size: 16px;
}

#nav-sub a:link,
#nav-sub a:visited {
	text-decoration: none;
}

#nav-sub ul li {
	/*padding-right: 10px;*/
}



#nav-tabbuttons {
	width: 300px;
	float: right;
	margin-top: -54px;
}

#nav-tabbuttons a {
	float:right;
}



#footer {
	padding-top: 140px;
	padding-bottom: 30px;
}



/* @end */