/*
----------------------------------------------------------
	Global resets
----------------------------------------------------------*/
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, dl, dt, 
dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td, hr {

	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body{
	background: #3d3d3d url(../images/backgrounds/gradient_bg.jpg) top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 0.9em;
	width: 100%;
	height: 100%;
}

/*
----------------------------------------------------------
	Divs
----------------------------------------------------------*/




#global{
	background: transparent;

}
#lang_chooser{
	height: 32px;
	width: 740px;
	margin: 0 auto;
	text-align: right;
	background: transparent;
}
#top_cap{
	height: 28px;
	background: transparent url(../images/backgrounds/top_cap_drop.png) center bottom no-repeat;

}

#content_bg{
	height: auto;
	background: transparent url(../images/backgrounds/bg_drop.png) center repeat-y;
	margin: 0;
	padding: 0;

}

#content{
	width: 740px;
	height: auto;
	margin: 0 auto;
	background: transparent;

}

#logo{
	top: 0;
	left: 0;
	width: 175px;
	height: 50px;
	background: transparent;
}
#logo a{
	display: block;
	width: 175px;
	height: 61px;
	text-decoration: none;
	border: 0;
	color: #d92231;
}
#logo a:hover{
	text-decoration: underline;
	border: 0;
}


#menu_top{
	margin: 25px 0 20px 0;
}
#banner{
	width: 740px;
	height: 208px;
	background: transparent;
	}
#banner2{
	width: 740px;
	height: 320px;
	background: transparent;
	}

#right{
	float: right;
	width: 280px;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
}

#left{
	position: relative;
	padding: 0;
	margin:0;
	width: 430px;
	background: #fff;
	clear: left;
}

#footer{
	height: 31px;
	padding: 25px 0 25px 0;
	background: transparent url(../images/menu/footer_740x31.gif) center no-repeat;
}

#bottom_cap{
	height: 46px;
	background: transparent  url(../images/backgrounds/bottom_cap_drop.png) top center no-repeat;
}


.strong{
	font-weight: bold;
}
.violet{
	color: #29922d;
}

.italic{
font-style:italic;
}

