/*@import url(layouthelp.css);*/

/**
* Disable padding and margin for all elements
**/
* {
	padding:				0px;
	margin:					0px;
}

html, body {
	height:					100%;
}

body {
	font-family:			Tahoma, Arial, Helvetica, Verdana;
	font-size:				small;
	color:					#332512;
	background:				#c18131;
}

a {
	color:					#332512;
}

/**
* Set page centered
*/
#center {
	text-align:				center;
	height:					100%;
}

/**
* Define page width
* Set margin to auto, otherwise non IE Browser will display the page non centered
**/
#page {
	margin:					auto;
	text-align:				left;
	width:					1012px;
	background:				url(../images/bg_div_page.gif) repeat-y;
	min-height:				100%;
	height:					auto !important;
	height:					100%;
}

#page_inner {
	padding-left:			16px;
}

#header {
	height:					305px;
	background:				url(../images/bg_div_header.jpg) no-repeat;
	color:					white;
}

#header_nav {
	padding:				36px 0px 0px 70px;
}

#header_nav a {
	color:					white;
	text-decoration:		none;
}

#navigation {

}

#navigation ul {
	list-style-type:		none;
}

#navigation ul li {
	padding:				11px 0px;
	border-bottom:			1px solid #904a19;
}

#navigation ul li a {
	display:				block;
	font-size:				medium;
	text-decoration:		none;
	padding-left:			24px;
}

#navigation ul li ul {
	margin-top:				5px;
}

#navigation ul li ul li {
	margin-left:			20px;
	padding:				5px 0px;
	border-bottom:			1px solid #f9efda;
}

#navigation ul li ul li a {
	font-size:				small;
	padding-left:			18px;
	background:				url(../images/bg_a_submenu.gif) no-repeat 4px 4px;
}

#content_left, #content_main, #content_main_twocol, #content_main_threecol, #content_right {
	float:					left;
}

#content_left {
	width:					152px;
	height:					17px;
	height:					auto !important;
	min-height:				17px;
	/*background:				url(../images/bg_div_page_inner.jpg) no-repeat;*/
	padding:				0px 58px 30px 30px;
}

#content_bg {
	background:				url(../images/bg_div_page_inner.jpg) no-repeat 509px top;
	min-height:             43px;
}

* html #content_bg {
    height:                 43px;
}

#content_main {
	width:					1000px;
}

#content_main_twocol {
	width:					800px;
}

#content_main_twocol.content_left {
	width:					716px;
	padding-right:			40px;
}

#content_main_twocol.content_right {
	width:					687px;
    padding-bottom:         30px;
}

#content_main_threecol {
	width:					406px;
	padding-right:			40px;
}

#content_right {
	padding-top:			40px;
    padding-bottom:         30px;
	width:					310px;
}

div.WidgetHolder {
	padding:				0px 28px;
	background:				url(../images/bg_div_WidgetHolder.gif) repeat-y;
	margin-bottom:			80px;
	border-bottom:			1px solid #f9efda;
}

#footer {

}

/**
* Comments
**/
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 10px 10px 10px 10px;
}
#PageComments li.odd {
	background: #efefef url(../images/bg_li_page_comments_odd.gif) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
}

#PageComments li.even {
	background: #fff url(../images/bg_li_page_comments_even.gif) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
}

.actionLinks li {
	display: inline;
	border-right: 1px solid;
}
.actionLinks li.last {
	border-right: none;
}

.commentrss {
	background: transparent url(../images/bg_a_commentrss.png) no-repeat;
	padding-left: 20px;
}
#PageCommentsPagination p {
	text-align: center;
}

#PageCommentInterface_Form_PageCommentsPostCommentForm {
	margin-bottom:					10px;
}

#PageCommentInterface_Form_PageCommentsPostCommentForm_error {
	margin:							10px 0px;
	padding:						10px;
	border:							1px solid #ff0000;
	background-color:				#ff7676;
	font-weight:					bold;
	color:							#fff;
}

div.cb {
	clear:					both;
}

div.cl {
	clear:					left;
}

div.cr {
	clear:					right;
}

div.flv_video {
	width:					406px;
	height:					331px;
}

div.video_holder {
	margin-bottom:			20px;
}

div.video_content {
}

div.video_player {
	margin:    				0px 0px 20px 20px;
	width:                  406px;
	height:                 331px;
    float:                  right;
}

div.video_player_right {
	padding:				0px 0px 20px 20px;
    float:                  right;
}

.player {
    text-align:             center;
    background-repeat:      no-repeat !important;
}

.player img {
    margin-top:             25%;
}

p.info {
    color:                  #C11115;
    font-weight:            bold;
    font-size:              1.2em;
    padding:                5px 0;
}

#Land {
    display:                none;
}

