body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	color: #ffffff;
	background: url(../img/layout/bg.png) repeat;
}

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

html, body {
	height: 100%;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 125%;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	background: #dd1d1d;
}
.content h1 {
	font-size: 22px;
	line-height: 150%;
	padding-left: 10px;
}

a {
	color: #ED1C24;
	text-decoration: none;
}

img {
	border: none;
}

.wrap {
	min-height: 100%;
	height: 100%;
	height: auto !important;
	height: 100%;	
	margin: 0 auto -35px auto; /* the bottom margin is the negative value of the footer's height */
}

.header {
	background: url(../img/layout/bg_header_r.png) repeat-x;
	height: 106px;
	width: 100%;
	position: relative;
	z-index: 89;
}

.logo {
	float: right;
	margin-right: 50px;
	position: static;
}

.main_nav {
	float: left;
	margin-top: 37px;
	margin-left: 50px;
}

.main {
	background: url(../img/layout/bg_main.png) repeat-x;
	min-height: 630px !important;
	_height: 630px;
	width: 100%;
}

.main_inner {
	padding: 10px;
}

/* INFO BOX */

#info {
	position: relative;
	padding: 0px; 
	width: 185px; 
	font-size: 12px;
	border: 3px solid #ffffff;
}

#info:hover {
	position: relative;
	cursor: move;
}

.info_text {
	background: url(../img/layout/bg_box.png) repeat-x;
	padding: 15px;
	color: #202020;
}

/* CONTENT */

.content_outer {
	margin: 5px auto 70px;
	width: 740px;
}

.content {
	float: left;
	margin-bottom: 50px;
	border: 10px solid #ffffff;
}

.content_text {
	background: url(../img/layout/bg_box.png) repeat-x;
	padding: 35px;
	color: #202020;
}

.content img {
	float:right;
	margin: 0px 0px 15px 15px;
}

/* BLOG */

.blog_outer {
	margin: 5px auto 0px;
	width: 840px;
}

.blog {
	margin-bottom: 50px;
	color: #202020;
	width: 840px;
	float: left;
}

/* FOOTER */

#break {
	clear:both;
	float:none;
}

.footer {
	float:none;
	background: url(/img/layout/bg_footer_r.png) repeat-x;
	height: 35px;
	width: 100%;
	position:relative;
	z-index:88;
}

.footer_left {
	margin-left: 10px;
	float: left;
}

.footer_right {
	margin-right: 10px;
	float: right;
}


/* .-.-.-.-. NAVIGATION .-.-.-.-. */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	display: inline;
}

.nav_border {
	background: url(../img/layout/nav/nav_border.png) no-repeat;
	width: 1px;
	height: 30px;
	margin: 26px 0px 0px 0px;
	float: left;
	display: inline;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;	
}

#nav li {
	float: left;
}

#nav li a {
	text-align: center;
	font-weight:normal;
	font-size: 14px;
	padding: 29px 27px 13px 27px;
}

#nav li:hover, #nav li a:hover {
	background: url(../img/layout/nav/bg_main_nav_act.png) no-repeat center bottom;
	color: #696969;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover ul a, #nav li.sfhover ul a {
	width: 10em;
	border-bottom: 1px solid #f0f0f0;
	text-align: left;
	font-size: 14px;
	padding: 5px 50px 5px 27px;
	background-color: #b1b1b1;
}

#nav li:hover ul a:hover, #nav li.sfhover ul a:hover {
	font-size: 14px;
	background-color: #999999;
	background-image: none;
	color: #ffffff;	
}

#nav li:hover ul li ul a, #nav li.sfhover ul li ul a {
	border-bottom: 1px solid #f0f0f0;
	background-color: #999999;
}

#nav li:hover ul li ul a:hover, #nav li.sfhover ul li ul a:hover {
	background-color: #b1b1b1;
	color: #ffffff;	
}

#nav li ul ul {
	margin: -1.9em 0 0 16.3em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* .-.-.-.-. Drag and Drop .-.-.-.-. */

.container_zIndex {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
}

div.img_fdrs {
    position: relative;
}

img.i-m-g {
        position: absolute;
		border: 3px solid #ffffff; 
		padding: 3px; 
		background:#000000;
}