* { 
	padding: 0px; 
	margin: 0px; 
	font-family: arial; 
}

html, body {
	width: 100%;
}

a img { 
	border: 0px; 
}

div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

div#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 200px;
	text-align: center;
}

div#container {
	position: relative;
	height: 100%;
	top: 200px;
}

div#content {
	margin: 0 auto;
	padding-top: 88px;
	width: 1024px;
}

#navigation {
	position: absolute;
	top: 0px;
	width: 100%;
}

.navbar {
	position: relative;
	width: 1024px;
	height: 44px;
	margin: 0 auto;
	line-height: 44px;
}

div#footer { 
	background: #ffffff; 
	text-align:  center; 
}
div#footer img { 
	padding-top: 20px;
	line-height: 50px;
}

.bold { 
	font-weight: bold; 
}
.center_div { 
	position: relative;
	margin: 0 auto;
	width: 1024px;
}

h1 { 
	font-size: 14px; 
}
h2 { 
	font-size: 13px; 
}
p { 
	padding-top: 20px;
	font-size: 11px; 
}

.itemlist { 
	margin-top: 43px; 
	width: 100%;
	list-style: none;
}	
.itemlist li { 
	text-align: right; 
	padding-right: 50px; 
	height: 34px; 
	line-height: 34px; 
}
.slider { 
	width: 380px; 
	padding: 0 15px; 
	padding-top: 20px; 
}
.content { 
	width: 300px; 
	padding: 0 15px; 
	padding-top: 20px; 
}
.submenu { 
	width: 260px; 
}

.topbar {
	float: left;
	
	height: 44px;
	line-height: 44px;
	margin-right: 10px;
}
.menu {
	/*padding-left: 20px;*/
	width: 1024px;
}

#slider_nav[id] { 
	background: url('../../gfx/slider_top.png') bottom left no-repeat; 
	height: 22px;
	padding-right: 60px;
}

.slider_tab[class] {
	float: right;
	margin-left: -10px;
	height: 22px;
	width: 50px;
	background: url('../../gfx/navTab.png') no-repeat;
	font-size: 11px;
	font-family: arial;
	color: #fff;
	text-align: center;
	line-height: 22px; 
	cursor: pointer;
}
.slider_tab.active[class] { 
	background: url('../../gfx/navTab_active.png');
}
.slider_tab.left[class], .slider_tab .left .active[class] {
	width:89px;
	height: 22px;
	background: url('../../gfx/navTabLeft.png') no-repeat;
}

#slider_image[id] {
	padding: 9px 16px;
	background: url('../../gfx/slider_bg.png') top left no-repeat;
	width: 336px;
	height: 259px;
	z-index: 1;
}
#image_window, #image_window_overlay {
	width: 336px;
	height: 236px;
	overflow: hidden;
	z-index: 2;
}
.home {
	width: 50%;
	padding-right: 0 0 0 20px;
}


#slider_container {
	width: 100%;
	height: 100%;
}
#home_right {
	/*background: url('../../gfx/home_right.gif') top left no-repeat;*/
	width: 460px;
	height: 390px;
	padding-top: 0px;
	/*padding-left: 15px;*/
}

#home_right div {
	padding: 15px 0 0 15px;
	width: 440px;
	height: 130px;
	cursor: pointer;
	border: 0px solid #000;
}
#home_right h1 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
#home_right p {
	color: #fff;
	margin-bottom: 45px;
	width: 225px;
}
#home_left {
	padding: 20px 70px 0 70px;
	width: 326px;
}
#img_preview {
	display: none;
}

/**
 *
 * Form
 *
 */
 
form fieldset {
	border: 0;
	width: 320px;
}

form legend {
	margin: 0 0 10px -7px;
	padding: 0 0 5px 0;
	font-weight: bold;
}

label {
	float: left;
	width: 120px;
	margin-right: 5px;
	clear: both;
	font-size: 11px; 
}

form li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px; 
}

form select {
	margin: 2px 0 2px 0;
}

.input_field, .input_select {
	width: 175px;
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 5px;
	font-size: 11px;
}

input, select, textarea {
	color: #000;
}

.button {
	color: #000;
	padding: 0 5px 0 5px;
}

.negative {
	font-size: 11px;
	color: #ff0000;
	font-weight:bold;
}
.positive {
	font-size: 11px;
	color: #c3d60a;
	font-weight:bold;
}






#slider_image_home {
	padding-top:14px !IMPORTANT;
	padding-left:23px !IMPORTANT;
	background: url('../../gfx/bg_home.png') top left no-repeat;
	width: 360px !IMPORTANT;
	height: 253px !IMPORTANT;
	z-index: 1;
	margin-top:30px;
}
