
/**
* Disable padding and margin for all elements
**/
* {
	padding:				0px;
	margin:					0px;
}

body {
	font-family:			Verdana, Arial, Helvetica;
	font-size:				small;
	color:					#333333;
	background:				url(../images/bg_body.gif) repeat-y top center;
}

/**
* Set page centered
*/
#center {
	text-align:				center;
}

/**
* Define page width
* Set margin to auto, otherwise non IE Browser will display the page non centered
**/
#page {
	margin:					auto;
	text-align:				left;
	width:					776px;
}

#header {
	height:					129px;
	background:				url(../images/bg_div_header.jpg) no-repeat;
	position:				relative;
}

#meta_nav {
	position:				absolute;
	top:					58px;
	left:					550px;
	color:					#1a8517;
}

#meta_nav a {
	color:					#1a8517;
	text-decoration:		none;
}

#layout_bg {
	background:				url(../images/bg_div_layout_bg.gif) repeat-y;
}

#inner_page {
	width:					729px;
	padding:				46px 0px 10px 0px;
}

#navigation {
	padding:				0px 23px 0px 23px;
}

#navigation ul {
	list-style-type:		none;
}

#navigation ul li {
	border-bottom:			1px solid #fff;
}

#navigation ul li a {
	display:				block;
	color:					#333333;
	text-decoration:		none;
	background:				url(../images/bg_navigation_a.gif) no-repeat 0px 6px;
	padding:				4px 0px 5px 25px;
}

#navigation ul li a:hover, #navigation ul li a.section, #navigation ul li a.current {
	background:				url(../images/bg_navigation_a_active.gif) no-repeat 0px 6px;
	font-weight:			bold;
}

#navigation ul li ul {
	margin-left:			25px;
	font-size:				x-small;
}

#navigation ul li ul li a {
	background:				url(../images/bg_navigation_a_second_level.gif) no-repeat 0px 6px;
	padding:				4px 0px 5px 20px;
}

#navigation ul li ul li a:hover, #navigation ul li ul li a.section, #navigation ul li ul li a.current {
	color:					#a6bf15;
	background:				url(../images/bg_navigation_a_active_second_level.gif) no-repeat 0px 6px;
}

#content_left, #content_main, #content_main_twocol_content_left, #content_main_threecol, #content_right {
	float:					left;
}

#content_left {
	width:					241px;
}

#content_main {
	width:					1000px;
}

#content_main_twocol_content_left {
	width:					413px;
	padding:				4px 35px 0px 40px;
}

#content_main_threecol {
	width:					600px;
}

#content_right {
	width:					200px;
}

#footer {
	height:					334px;
	background:				url(../images/bg_div_footer.jpg) no-repeat;
	position:				relative;
}

#label_content {
	width:					148px;
	height:					54px;
	padding:				10px;
	position:				absolute;
	top:					44px;
	left:					553px;
	overflow:				hidden;
}

#label_content a {
	color:					#fff;
	text-decoration:		none;
}

/**
* 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 {
	display:				block;
	clear:					both;
	font-size:				0;
	line-height:			0;
}

div.cl {
	display:				block;
	clear:					left;
	font-size:				0;
	line-height:			0;
}

div.cr {
	display:				block;
	clear:					right;
	font-size:				0;
	line-height:			0;
}
