			
/* CSS RESET RULES */
html, body, a, abbr, acronym, address, area, b, bdo, big, blockquote, button, caption, cite, code,
col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, i, img,
ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small, span, strong, sub,
sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

img {
	border: 0;
	vertical-align: bottom;
}
/* / CSS RESET RULES */


/* Common */

body {

	margin: 0; 
	padding: 0;
	font-family: Tahoma; 	
	font-size: 8pt;
	font-weight: normal;
	color: #666;
	background: #fff;
	behavior: url(/csshover.htc);
}

div, table {

	font-size: 8pt;
	line-height: 1.6em;
}

div#all {

	margin: 0 auto;
	min-width: 1000px;
	position: relative;
}

#empty {

	clear: both;
}

a {

	text-decoration: underline;
	color: #E68B0B;
}

a:hover {

	text-decoration: none;
}

a.big {
	
	font-size: 9pt;
}

a img {

	border: 0;
}

.gray {
	
	color: #999999;
}

.red {
	
	color: #7E2A13;
}

.orange {
	
	color: #E68B0B;
}

.big {
	
	font-size: 9pt;
}

div.clear {

	clear: both;
}

img.left {
	
	margin: 0 10px 3px 0;
	border: 1px solid #9C9C9C;
	float: left;
}

img.right {
	
	margin: 0 0 3px 10px;
	border: 1px solid #9C9C9C;
	float: right;
}

img.center {
	
	margin: 0 10px 3px 10px;
	border: 1px solid #9C9C9C;
}

img.photo {
		
	border: 1px solid #591D0C;
	
}

p {
	
	margin-bottom: 1.4em;
}

h1, h2 {
	
	font-size: 14pt;
	font-weight: normal;
	background: url("../images/h1_bg.gif") 0 100% repeat-x;
	color: #000;
	text-align: left;
	line-height: 1.2em;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
}

h1 a,
h2 a {
	
	color: #000;
}

h2 span {
	
	background: #fff;
	padding: 0 8px 0 0;
}

h3 {
	
	color: #E68B0B;
	font-size: 14pt;
	font-weight: normal;
	margin: 0 0 10px 0;
}

/* /Common */


/* Main */

#top {

	background: url("../images/top_bg.jpg") no-repeat 0 100%;
	height: 184px;
	position: relative;
}

#slogan {
	
	position: absolute;
	top: 97px;
	left: 229px;
}

#girl {
	
	position: absolute;
	top: 2px;
	right: -17px;
}

#logo {
		
	position: absolute;
	top: 0px;
	left: 33px;
}

div.text {
	
	font-size: 9pt;
}

div.text ul,
div.text ol {
	
	margin: 0 0 0 30px;
}

#inner {
	
	width: 971px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#menu {

	margin: 2px 0 0 0;
	background: url("../images/menu_bg.jpg") no-repeat 0 0;
	height: 50px;
}

#menu ul {
	
	list-style: none;
	margin: 0 0 0 85px;
}

#menu ul li {
	
	float: left;
	padding: 13px 50px 14px 42px;
	background: url("../images/menu_i.gif") 100% 0 no-repeat;
}

#menu ul li.last {
	
	background: none;
}

#menu-hr {

	margin: 1px 0 30px 0;
	height: 9px;
	font-size: 6px;
	background: #E9E9E9;
}

#menu-top {
	
	list-style: none;
	position: absolute;
	top: 26px;
	left: 230px;
}

#menu-bottom { 

	margin: 15px 0 0 0;
	list-style: none;
}

#menu-top li,
#menu-bottom li {
	
	float: left;
	background: url("../images/arrow.gif") no-repeat 0 0.75em;
	padding: 0 0 0 7px;
	margin: 0 41px 0 0;
}

#menu-top li a,
#menu-bottom li a {

	color: #000;
}


#menu-top li.active a,
#menu-bottom li.active a {

	color: #E68B0B;
}


#main-table {
	
	width: 100%;
}

#left {
	
	padding: 0 16px 0 0;
	width: 213px;
	vertical-align: top;
	text-align: left;
}

#middle {

	vertical-align: top;
	text-align: left;	
}

#right {
	
	width: 213px;
	padding: 0 0 0 16px;
	vertical-align: top;
	text-align: left;
}

.gallery-small img,
.gallery-gray img,
.full img.main {
	
	border: 1px solid #9C9C9C;
}


.gallery-small img:hover,
.gallery-gray img:hover,
.full img.main:hover,
div.photos img:hover {
	
	border: 1px solid #ccc;
}

.gallery-small div.item {
	
	margin: 10px 0 15px 0;
	width: 177px;
	float: left;
}


.gallery-small div.info,
.gallery-gray div.info {

	padding: 4px;
	line-height: 1.2em;
	text-align: left;
}

#prize {
	
	position: absolute;
	top: 0px;
	left: 185px;
}

.gallery-small div.last {

	margin-right: 0;
	width: 120px;
}

.gallery-gray div.item {
	
	background: url("../images/item_small.gif") no-repeat;
	padding: 13px;
	text-align: center;
}

.gallery-gray div.info {


	padding: 4px 0 0 35px;
}

.gallery-gray {
	
	margin: 0 0 40px 0;
}

.full img.main {
	
	float: left;
	margin: 0 20px 0 0;
	border: 1px solid #9C9C9C;
}

.full div.info {
	
	float: left;
	font-size: 9pt;
	margin: 0 0 10px 0;
	position: relative;
}

.full {
	
	padding: 10px 0 0 0;
	font-size: 9pt;
	position: relative;
	font-weight: normal;
}

div.vote {
	
	position: absolute;
	top: 0;
	right: 0;
	background: url("../images/vote_bg.gif") no-repeat;
	width: 214px;
	height: 132px;
	padding: 18px 0 0 0;
	text-align: center;
}

#alert {
	
	position: absolute;
	right: 181px;
	top: 15px;
	display: none;
}

div.vote p {
	
	margin: 0 0 5px 0;
}

div.vote_text {
	
	padding: 8px 0 0 0;
	color: #E68B0B;
	display: none;
}

div.vote_check {
	
	display: none;
}

input.check {
	
	border: 1px solid #CDCDCD;
	width: 40px;
	text-align: center;
	margin: 0 0 0 10px;
}

input.check_ok {
		
	height: 19px;
	padding: 0;
	margin: 0 0 0 10px;
}

div.photos {
	
	margin: 10px 0;
}

div.photos div.photo {
	
	float: left;
	background: url("../images/item_small.gif") no-repeat;
	width: 214px;
	height: 192px;
	padding: 20px 0;
	margin: 0 40px 0 0;
	text-align: center;
}

div.photos div.photo:hover,
.gallery-gray div.item:hover {
	
	background: url("../images/item_small_over.gif") no-repeat;
}

div.photos div.last {
	
	margin: 0;
} 

div.photos img {
	
	border: 1px solid #9C9C9C;
}

div.hor img {
	
	margin: 22px 0 0 0;
} 

#bottom {
	
	margin: 50px 0 12px 0;
	background: url("../images/bottom_bg.gif") no-repeat;
	height: 97px;
	position: relative;
	text-align: left;
	padding: 28px 0 0 0;
}

#bottom div {
	
	line-height: 1.2em;	
}

#creator {
	
	position: absolute;
	left: 50px;
}

#copy {
	
	width: 500px;
	left: 229px;
	position: absolute;
}

#counter {
	
	position: absolute;
	left: 760px;
}

div.date {
	
	color: #999;
}

.banner-left {
	
	margin: 5px 0 30px 0;
}

div.news {
	
	margin: 0 0 40px 0;
}

div.news p {
	
	margin: 10px 0 0 0;
}

div.news img {
	
	margin-top: 15px;
}

div.hr-dotted {

	margin: 15px 0;
	height: 2px;	
	font-size: 2px;
	background: url("../images/dot.gif");	
}

div.partners {
	
	float: left;
	margin: 0 25px 25px  0;
}

table.partners td {

	vertical-align: middle;
}

.last {
	
	margin: 0;
}

div.poll {
	
	margin: 10px 0 35px 0;
}

table.poll {

/*	width: 220px;*/
}

table.poll td {

	padding: 0 5px 5px 0;	
}

.pad10 {
	
	padding: 5px 0;
}

.rad {

	padding: 1px 0px 2px 0px;
	color: #fff;
	background: #E68B0B;
}

* html .rad {padding: 0;}
*+html .rad {padding: 0;}
	
.rad b, .rad i {
	
	padding: 1px 2px 2px 2px;	
}

.rad b {
	
	background: url("../images/round_bg.gif") 0 0px no-repeat;	
}


.rad i {
	
	background: url("../images/round_bg.gif") no-repeat 100% 0;
}


.rad-white {

	padding: 1px 0px 2px 0px;
	background: #fff;
}

* html .rad-white {padding: 0;}
*+html .rad-white {padding: 0;}
	
.rad-white b, .rad-white i {
	
	padding: 1px 2px 2px 2px;	
}

.rad-white b {
	
	background: url("../images/round_white_bg.gif") 0 0px no-repeat;	
}


.rad-white i {
	
	background: url("../images/round_white_bg.gif") no-repeat 100% 0;
}

table.form td.header {
	
	text-align: right;
	font-weight: bold;
	font-size: 9pt;
	padding: 3px 10px 15px 0;
}

input.form,
textarea.form {
	
	border: 1px solid #CDCDCD;
	width: 300px;
	padding: 3px 3px;
}

textarea.form {
	
	height: 100px;
	font-family: Tahoma;
	font-size: 10pt;
}

p.warning {
	
	color: #900;
	font-weight: bold;
}

.error {
	
	color: #900;
	font-weight: bold;
	margin: 0 0 20px 130px;
}

.cursor {

	cursor: pointer;
	cursor: hand; 	
}

div.comments-out div.author {

	font-size: 8pt;
	font-weight: bold;
	color: #E68B0B;
	padding: 0 0 0 15px;
}

div.comments-out div.author span.date {

	font-weight: normal;
}

div.comments-out div.comment {

	padding: 3px 0 0 15px;
	font-size: 8pt;
}

div.hr3 {

	clear: both;
	border-top: 1px solid #ddd;
	font-size: 1px;
	height: 1px;
	margin: 10px 0 10px 0;
}

/* Pages */

div.pout {

	font-size: 8pt;
	padding: 5px 0 10px 0;
	text-align: center;
}

div.pout div.nav {

	font-size: 8pt;
}

div.pout div.pages {

	padding-top: 8px;
}

div.pout a {
    
	font-size: 8pt;
	padding: 1px;
	margin: 6px 0 6px 6px;
}

div.pout a:hover {

	text-decoration: none;
}

div.pout strong {

	color: #666;
	padding: 1px;
	margin: 6px;
}

/* /Pages */


/*
div.fileinputs {
	
	position: relative;
}

div.fakefile {
	
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
div.fakefile input {

	border: 1px solid #CDCDCD;
	width: 300px;	
}

input.file {
	
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;

}
*/


/*
.rad {padding: 0px 0px;}
.rad .e{display:block; position: relative;}
.rad .e *{display: block; overflow: hidden; position: relative; z-index: 2; font-size: 0px;}
.rad b.e b, .rad b.e i, .rad b.e u {height: 1px !important; background: #E68B0B;}
.rad b.e b{margin: 0 5px;}
.rad b.e i{margin: 0 3px;}
.rad b.e u{margin: 0 2px;}
.rad b.e span{margin: 0 1px; height: 2px  !important; background: #E68B0B;}
.rad div{background: #E68B0B; padding: 0 5px; color: white;}
*/
/* /Main */