/*
--------------------------------------------------------------------
GENERAL LAYOUT
--------------------------------------------------------------------
*/

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

/*
 * NOTE: width of the wrap div is calculated like this:
 * {wrap_bg.gif width} - {padding-left} - {padding-right},
 * where wrap_bg.gif is the wrap background image and paddings have width
 * which is equal to shadows width from the left and from the right of the image.
 */ 

body {
    color: #585757;
    background-color: #585757;
    font-family: Tahoma;
    font-size: 13px;
	min-width: 802px;
}

#wrap {
	position: relative;
	margin:0px auto;
	width: 800px;
	overflow: hidden;
    	background: url(../images/wrap_bg.png) repeat-y;
	padding: 0 1px;
}

/*
div {
    border: 1px solid red;	
}

p, h1, h2, h3 {
    margin: 0 0 1em 0;
    border: 1px solid red;
}
*/


/*
--------------------------------------------------------------------
DEFINITIONS FOR PARTS OF GENERAL LAYOUT
--------------------------------------------------------------------
*/

/* HEADER ---------------------------------------------------------- */

#header {
	position: relative;
	width: 100%;
	height: 337px;
	overflow: hidden;
}

#top_big_image {
	position: absolute;
	width: 100%;
	top: 45px;
	height: 240px;
	overflow: hidden;
	background: url(../images/top_big_image.jpg) no-repeat;
}

#header_bottom_border {
	position: absolute;
	width: 100%;
	top: 279px;	
	height: 30px;
	background: url(../images/top_border_bg-transparent.png) no-repeat;
}

#big_logo {
	position: absolute;
	top: 25px;
	left: 41px;
	width: 242px;
	height: 242px;
	background: url(../images/big_logo-transparent.png) no-repeat;
}

#header_slogan {
	position: absolute;
	top: 249px;
	right: 37px;
	width: 381px;
	height: 23px;
	background: url(../images/header_slogan-transparent.png) no-repeat;
}

#header_description {
	position: absolute;
	top: 73px;
	left: 287px;
	font-weight: bold;
    font-family: verdana;
    font-size: 11px;
}

#header_contact_bar {
	position: absolute;
	top: 296px;	
	width: 100%;
	height: 34px;
	background: url(../images/contact_bar_bg.png) no-repeat;
	font-weight: bold;
    font-family: tahoma;
    font-size: 11px;
	color: white;
	padding-top: 1px;
}

#header_contact_bar td {
	padding: 0 3px;
}

#top_nav_bar {
	position: absolute;
	top: -0px;
	height: 60px;
	width: 100%;
}

#top_nav_bar_content {
	background: url(../images/top_nav_bar_bg_part1.png) no-repeat;
	height: 45px;
	width: 100%;
	position: relative;
}

#top_nav_bar_bottom {
	background: url(../images/top_nav_bar_bg_part2-transparent.png) no-repeat;
	height: 15px;
	width: 100%;
}

#top_nav {
	position: absolute;
	top: 14px;
	right: 0px;
}

.top_nav_table {
}

.top_nav_table td {
	height: 30px;
	background-image:url(../images/top_nav_bar_divider.png);
	background-position:left top;
	background-repeat:no-repeat;
	text-align: center;
	position: relative;
}

.nav_cell_container {
	position: relative;
	width: 100%;
	height: 100%;
}

.nav_cell_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: hand;
	cursor: pointer;
}

.nav_cell_content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.nav_selected {
	background:#dddddd;
	opacity:0.10;
	filter: alpha(opacity=10); /* for IE */
}


.nav_cell_bg:hover {
	background:#dddddd;
	opacity:0.10;
	filter: alpha(opacity=10);
}

.nav_button_link {
	margin: 0px;
	padding: 0px;
}

.nav_text {
	color: #ffffff;
	font-weight: bold;
    font-family: tahoma;
    font-size: 11px;
	padding-left: 18px;
	padding-right: 16px;
	line-height: 30px;
	cursor: hand;
	cursor: pointer;
}

.nav_text:hover {
	background:#dddddd;
	opacity:0.10;
	filter: alpha(opacity=10);
}

/* CONTENT --------------------------------------------------------- */

#content {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}

#content_beta {
	margin: 0 auto;
	background: url(../images/beta_text_bg.png);
	width: 519px;
	height: 300px;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
}
#subpage_content_beta {
	padding-top: 8px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 16px;

}
#subpage_content_beta b {
color: #1D97CC;
}

ol li{
padding-left: 5px;
line-height: 18px;
}

ol {
padding-left: 20px;
}
ul {
padding-left: 20px;
}

ol b {
color: #1D97CC;
}


/* FOOTER ---------------------------------------------------------- */

#footer {
	width: 100%;
	height: 90px;
}

#footer_part1 {
	background: url(../images/footer_part1_bg.png) no-repeat;
	width: 100%;
	height: 34px;
	margin-bottom: 8px;
}

#footer_part2 {
	background: url(../images/footer_part2_bg.png) no-repeat;
	width: 100%;
	height: 48px;
	text-align: center;
	line-height: 48px;
	color: #b7b6b6;
	font-size: 11px;
}

/* LEFT SIDEBAR----------------------------------------------------- */

/* RIGHT SIDEBAR --------------------------------------------------- */


/*
--------------------------------------------------------------------
DEFINITIONS FOR TEXT ELEMENTS
--------------------------------------------------------------------
*/

a {
	text-decoration: none;
}

.items_table td {
	padding: 0 5px; 
}