html {
	padding: 0;
	margin: 0;	
}

body {
	padding: 0;
	margin: 0;	

	font-family: verdana;
	
	font-size: 10px;
	text-align: center;
	
	color: #333;
	
	background: transparent url(images/main_bg_1_1.gif);
}

.clear {
	position: relative;
	clear: both;
}
.clear_right {
	position: relative;
	clear: right;
}
.clear_left {
	position: relative;
	clear: left;
}

.x {
	display: none;
}

h1 {
	padding: 0;
	margin: 0;
	
	font-family: impact;
}

h2 {
	margin: -2px 0 19px 0;
	
	font-family: impact;
	font-weight: normal;
	font-size: 21px;
	line-height: 21px;
	color: #666;
}

h3 {
	padding: 0;
	margin: 0;
}

/********************
		WRAPPER
*********************/

#wrapper {
	position: relative;

	width: 760px;
	
	margin: 0 auto;

	text-align: left;
}

#wrapper_inner {
}

/********************
		HEADER
*********************/

#header {
}

#header_inner {
	position: relative;
	background: transparent url(images/header_bg_1_1.gif) left bottom no-repeat;
}

#lang {
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 12px;
	display: block;
	width: 90px;
}

#lang a {
	display: block;
	color: #999;
	font-weight: bold;
	text-decoration: none;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 18px;
	margin-bottom: 2px;
	background: transparent url(images/lang_bg.png) left top no-repeat;
}

#lang a span {
	display: block;
	padding-left: 10px;
}

#lang a:hover {
	color: #900;
}

#header_inner img {
	position: relative;
	left: 22px;
	margin-bottom: 22px;
}

/********************
		HMENU
*********************/

#hmenu {
	position: relative;
	z-index: 100;
	background: transparent url(images/hmenu_bg_1_1.gif) 0 0 no-repeat;
	height: 56px;
	
	font-family: impact;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

#hmenu_inner {
	padding: 10px 40px;
}

#hmenu ul {
	padding: 0;
	margin: 0;

	list-style: none;
}

#hmenu ul a {
	text-decoration: none;
}

#hmenu ul li {
	display: block;
	position: relative;
	float: left;
	
	padding: 0;
	margin: 0 1px 0 0;
	
}

#hmenu ul li a {
	display: block;

	padding: 9px;
	margin: 0;

	color: white;

}
#hmenu ul li a:hover, #hmenu ul li a.selected {
	background-color: #c00;
}

#hmenu ul ul {
	display: none;
	position: absolute;

	padding: 1px 10px 10px 10px;
	margin: 0 -10px -10px -10px;
	
	font-family: tahoma;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: none;
}

#hmenu ul li:hover ul, #hmenu ul li.over ul {
	display: block;
}

#hmenu ul ul li {
	display: block;
	float: none;
	
	border: none;
	
	padding: 0;
	margin: 0;

	background-color: #c00;
}

#hmenu ul ul li.first {
	padding-top: 10px;
}
#hmenu ul ul li.last {
	padding-bottom: 10px;
}

#hmenu ul ul li a {
	display: block;

	width: 150px;
	
	padding: 5px 6px 6px 27px;
	margin: 0;

	background: transparent url(images/hmenu_bullet_1_1.gif) 0 0 no-repeat;
	
}

#hmenu ul ul li a:hover {
	background-color: #900;
}

/********************
		PAGE
*********************/

#page {
	position: relative;
	height: 1%;
	background: transparent url(images/content_bg_1_1.gif) 0 0 no-repeat;
	padding-top: 58px;
	z-index: 50;
	overflow: hidden;
}

#page_inner {
	background: transparent url(images/content_inner_bg_1_1.gif) 0 0 repeat-y;
	margin-bottom: -36px;
}

#page a {
	color: #c00;
	font-weight: bold;
	text-decoration: none;
}
#page a:hover {
	text-decoration: underline;
}


/********************
		COL1
*********************/

#col1 {
	display: none;
}


#col1 #user {
	margin: 20px;
	padding: 8px;
	border: 1px solid #CCC;
	
	text-align: center;
}

#col1 #user .u_name {
	display: block;
	padding-bottom: 5px;
	font-weight: bold;
	
	text-align: left;
	border-bottom: 1px solid #CCC;
}

#col1 #user .u_content {
	text-align: left;
	padding: 3px 0 0 0;
}

#col1 #user .u_content a {
	display: block;
	margin-top: 5px;
}

/********************
		CONTENT
*********************/

#content {
	height: 1%;
	position: relative;

	top: -36px;
	
	width: 538px;

	margin: 0 0 0 222px;
	line-height: 14px;
/*	text-align: justify;*/
}

#content_inner {
}
 
/********************
		COL2
*********************/

#col2 {
	height: 1%;
	position: relative;

	margin: 0 0 0 0;
	padding-top: 35px;
	width: 338px;
}

.wide #col2 {
	width: 510px;
}

#col2_inner {
	border-bottom: 1px solid white;
}

#col2 .body_back {
	display: block;
	
	margin-top: 15px;
	
}

/*************************
* COL2 documents
*************************/


#col2 .documents h3 {
	color: #666;
	margin: 10px 0 0 0;
	padding: 0;
	font-family: impact;
	font-size: 14px;
	font-weight: normal;
}

#col2 .documents dl {
	margin: 10px 0;
	padding: 0;
	border-top: 1px solid #CCC;
	
}

#col2 .documents dl img {
	margin: 3px 5px 0 0;
	float: left;
}
#col2 .documents dt {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #CCC;
	height: 1%;
}
#col2 .documents dl a {
}

#col2 .documents dl a:hover {}



/********************
		LIST_ITEM
*********************/

#col2 .list_item {
	height: 1%;
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;

	border-bottom: 1px solid #e1e1e1;
}

#col2 .item_image {
	float: right;
	width: 110px;

	padding: 2px;
	margin: 0 0 5px 5px; 

	border: 1px solid #999;

	text-align: center;
}

#col2 .list_item .sponsor {
	float: right;
	width: auto;
	border: none;
	padding: 2px;
	margin: 0 0 5px 5px; 
}

#col2 .list_item h3 {
	display: block;

	padding-bottom: 10px;

	font-size: 13px;
}

#col2 .list_item h3 a {
	font-size: 13px;
}

#col2 .list_item h3 a:hover {
	text-decoration: none;
}

#col2 .list_item .commented {
	display: block;

	margin-top: 5px;

	text-align: right;
	color: #666;
}

#col2 .list_item .date {
	display: block;

	margin: -5px 0 5px 0;
	
	color: #666;
	font-weight: bold;
}

#col2 .list_item .col_left {
	width: 90px;
	float: left;
}

#col2 .list_item .col_right {
	float: left;
	width: 330px;
}

#col2 .two_col dl {
	padding: 10px 0 0 0;
	margin: 0;
	width: 420px;
	
	
}

#col2 .two_col dt {
	height: 1%;
	float: left;
	clear: left;
	padding: 0;
	margin: 0 3px 0 0;
	font-weight: bold;
}
	
#col2 .two_col dd {
	display: block;
	padding: 0;
	margin: 0 0 5px 0;
}

/********************
		FORMS
*********************/

#forms {
	width: 338px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
}

#forms .esm_form_field {
	margin-top: 5px;
	border-bottom: 1px solid #ccc;
/*	clear: both;*/
}

#forms label {
	
	display: block;
	float: left;
	
	padding-top: 4px;
	margin-right: 5px;
	
	width: 90px;
}

#forms .inputfield_i {
	padding: 2px;
	margin: 0 0 5px 0;

	border: 1px solid #999;
	font-family: verdana;
	font-size: 11px;

	width: 237px;
}

#forms .inputfield_t {
	padding: 2px;
	margin: 0 0 5px 0;

	border: 1px solid #999;
	font-family: verdana;
	font-size: 11px;

	width: 237px;
}

#forms input.inputfield_r {
	float: left;
}

#forms label.inputfield_r {
	display: inline;
	float: none;
	clear: right;

	padding-top: 0px;
	margin: 2px 0 0 0;
	
	line-height: 20px;
}

#forms div.inputfield_r {
	position: relative;
	display: block;
	width: 220px;
	margin-left: 100px;
}

#forms form div.inputfield_r span {
	display: block;
	width: 220px;
	clear: right;
	padding: 0 0 5px 0
}
	
#forms .submit {
	margin-top: 5px;
	font-family: verdana;
	font-size: 11px;
}

/********************
		GALLERY
*********************/

#gallery {
	margin-right: -5px;
}

#gallery .thumbnail {
	position: relative;
	display: block;

	float: left;
	
	width: 120px;
	height: 120px;
	
	border: 1px solid #999;

	line-height: 119px;
	font-size: 1px;
	padding: 0;
	margin: 0 5px 5px 0;
	text-align: center;
}

#gallery .thumbnail a {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
	
#gallery .thumbnail img {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	display: inline;
}

/********************
		COMMENTS
*********************/

#comments {
	height: 1%;
	margin-top: 15px; 
	padding-top: 5px; 
	border-top: 1px solid #666;
}

#comments .nocomments {
	padding-top: 5px;
	
	text-align: center;
	color: #666;
}

#comments form {
	position: relative;
	padding: 0;
	margin: 0;
}

#comments .comment_name {
	width: 332px; 
	padding: 2px;
	margin: 0 0 5px 0;

	border: 1px solid #999;
	font-family: verdana;
	font-size: 11px;
}

#comments .comment_text {
	width: 332px; 
	height: 100px;

	padding: 2px;
	margin: 0 0 5px 0;
	
	border: 1px solid #999;
	font-family: verdana;
	font-size: 11px;
}

#comments .submit {
	font-family: verdana;
	font-size: 11px;
}

#comments .output {
	width: 338px; 
	position: relative;
	margin-top: 5px;
	border-top: 1px solid #666;
}

#comments .comment {
	height: 1%;
	padding: 5px 0;
	border-bottom: 1px solid #999;
}

#comments .comment .name {
	font-weight: bold;
}

#comments .comment .date {
	color: #666;
}

/********************
		COL3
*********************/

#col3 {
	display: inline;
	position: relative;
	z-index: 1;
	
	float: right;

	width: 180px;
}

#col3_inner {
	padding-top: 34px;
/*	padding-left: 20px;*/
}

/********************
		IMAGES
*********************/

#images {
	position: relative;
	
	height: 1%;
	
	padding-top: 30px;
	padding-right: 28px;
	margin-bottom: 20px;
	background: transparent url(images/right_bg_1_1.gif) 0 0 no-repeat;
}

#images .n1 {
	display: block;
	position: absolute;

	width: 16px;
	height: 13px;
	
	left: 0;
	top: 0;
	
	background: #c00 url(images/ico_imgs_right_1_1.gif) 0 0 no-repeat;
}

#images .title {
	position: absolute;

	top: 0px;
	left: 23px;
	
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#images img {
	border: 1px solid #666;
}

#images .desc {
	padding: 3px 2px;
	
	border-bottom: 1px solid #999;
	
	color: #666;
}

/********************
		DOCUMENTS
*********************/

#documents {
	position: relative;
	
	height: 1%;
	padding-top: 25px;
	padding-right: 12px;
	margin-bottom: 20px;
	background: transparent url(images/right_bg_1_1.gif) 0 0 no-repeat;
}

#documents .n1 {
	display: block;
	position: absolute;

	width: 16px;
	height: 13px;
	
	left: 0;
	top: 0;
	
	background: #c00 url(images/ico_docs_right_1_1.gif) 0 0 no-repeat;
}

#documents .title {
	position: absolute;

	top: 0px;
	left: 23px;
	
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#documents dl {
	position: relative;
	display: block;
	
	width: 168px;
	
	padding: 0;
	margin: 0;
	
	
}

#documents dt {
	clear: both;
	position: relative;
	display: block;

	height: 1%;
	
	padding: 0 0 7px 0;
	margin: 5px 0 0 0;

	background: transparent url(images/dotted_right_1_1.gif) bottom left repeat-x;
}

#documents dt img {
	position: absolute;
	left: 0;
	top: 0;
}

#documents dt a {
	display: block;
	width: 130px;
	
	padding: 0px 0 0 25px;
	
	font-weight: normal;

}

/********************
		NEWSLETTER
*********************/

#newsletter {
	position: relative;
	
	height: 1%;
	
	padding-top: 25px;
	padding-right: 12px;
	margin-bottom: 20px;
	background: transparent url(images/right_bg_1_1.gif) 0 0 no-repeat;
}

#newsletter .n1 {
	display: block;
	position: absolute;

	width: 16px;
	height: 13px;
	
	left: 0;
	top: 0;
	
	background: #c00 url(images/ico_docs_right_1_1.gif) 0 0 no-repeat;
}

#newsletter .title {
	position: absolute;

	top: 0px;
	left: 23px;
	
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#newsletter form {
	padding: 0;
	margin: 0;
}

#newsletter .desc {
	margin-bottom: 5px;
	color: #666;
}

#newsletter .message {
	color: #c00;
}

#newsletter .textfield {
	width: 150px; 
	
	padding: 2px;
	margin: 0 0 5px 0;

	border: 1px solid #999;
	font-family: verdana;
	font-size: 11px;
}

#newsletter .submit {
	font-family: verdana;
	font-size: 11px;
}

/********************
		POLL
*********************/

#poll {
	position: relative;
	
	height: 1%;
	
	padding-top: 25px;
	padding-right: 12px;
	margin-bottom: 20px;
	background: transparent url(images/right_bg_1_1.gif) 0 0 no-repeat;
}

#poll .n1 {
	display: block;
	position: absolute;

	width: 16px;
	height: 13px;
	
	left: 0;
	top: 0;
	
	background: #c00 url(images/ico_imgs_right_1_1.gif) 0 0 no-repeat;
}

#poll .title {
	position: absolute;

	top: 0px;
	left: 23px;
	
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#poll .question {
	margin-bottom: 5px;
	color: #666;
	width: 154px;
}

#poll form {
	padding: 0;
	margin: 0;
}

#poll .poll_submit, #poll .poll_view_answer, #poll .poll_back {
	font-family: verdana;
	font-size: 11px;
}

#poll .answers {
	height: 1%;
	
	padding: 5px 0 0 0;

	border-top: 1px solid #e1e1e1;
}

#poll form .answers {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 5px;
	padding: 5px 0;
}

#poll .answers div {
	padding: 2px 10px 2px 0;
}

#poll .answers div span {
	color: #666;
}

#poll .answers .indicator {
	margin: 3px 0;
	padding: 0;
	
	height: 4px;
	
	overflow: hidden;
	
	background-color: #c00;
}

#poll .all_answers {
	padding: 0 10px 5px 0;
	margin-bottom: 5px;

	color: #666;
	border-bottom: 1px solid #e1e1e1;
	text-align: right;
}

#poll form .answers div {
	clear: both;
	position: relative;	
}

#poll form .answers div input {
	float: left;
}

#poll form .answers div label {
	display: block;
	padding: 3px 4px 3px 23px;
}


/********************
		FOOTER
*********************/

#footer {
	position: relative;
	/*top: 36px;*/
	height: 107px;
	background: transparent url(images/footer_bg_1_1.gif) 0 0 no-repeat;
	font-size: 9px;
	color: #666;
}

#footer a {
	color: #666;
	text-decoration: none;
	padding: 0 5px;
}

#footer_inner {
	position: absolute;
	top: 66px;
	right: 33px;
	width: 700px;
	text-align: right;
}

#poweredby {
	position: absolute;
	left:0;
	margin: 0;
	padding: 0;

}

#legal a {
	margin-left: 10px;
}

#footerlogo {
	letter-spacing: 1px;
	font-family: Tahoma;
	font-size: 10px;
	margin-left: -5px;
}

#footerlogo1 {
	color: #C3000D;
}
#footerlogo2 {
	color: #E94F00;
}
#footerlogo3 {
	color: #F08D00;
}

