﻿
body, td, input, textarea {
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
}

body{
    margin:0;
    padding:0;
    line-height: 1.5em;
    background: url(../images/bg_main.gif) #FAFAFA;
}


input[type="submit"], input[type="button"] {
    background: #a90200;
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px 10px;
}

#maincontainer{
    width: 984px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    background: url(../images/bg.jpg) no-repeat #FFF 50px 150px;
    border-bottom: 6px solid #000;
}

#contentwrapper{
    float: left;
    width: 100%;
}

#contentcolumn{
    margin-left: 219px; /*Set left margin to LeftColumnWidth*/
}

#contentcolumn #top{
    width: 765px;
    height: 270px;
    background-color: #5b0516;
}

#contentcolumn #nav{
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: #000000;
}
#contentcolumn #nav table{
    width: 100%;
    padding: 0;
    margin: 0;
}
#contentcolumn #nav table td{
    text-align: center;
    border-left: 1px solid #FFFFFF;
}
#contentcolumn #nav table td.first{
    border-left: none;
}
#contentcolumn #nav table td a{
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    padding: 2px 5px;
}
#contentcolumn #nav table td a:hover, #contentcolumn #nav table td a.current:hover{
    background-color: #81080e;
}
#contentcolumn #nav table td a.current{
    background-color: #a90200;
}
#content H1{
	color: #a90200;
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
}
#content H1 .sub{
    margin-top: 10px;
    color: #330000;
    font-size: 20px;
    background: url(../images/arrow_left.gif) no-repeat transparent left;
    padding-left: 13px;
}
#content H2{
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}
#content H3{
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#title_content {
	background: url(../images/bg_red_fade.jpg) #880108 no-repeat;
	padding: 5px 25px;
	margin: 0;
}
#title_content H1{
	font-size: 24px;
	font-weight: normal;
	color: #CCCCCC;
}
#title_content H2{
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#title_content H3{
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.news_list{
	border-bottom: 1px solid #DD6666;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #000000;
}
#title_content .news_list{
	border-bottom: 1px solid #CCCCCC;
	color: #FFFFFF;
}
#title_content .last_item, .last_item{
	border-bottom: none;
	margin-bottom: 30px;
}
.news_list P{
	padding:0;
	margin-top: 3px;
	margin-bottom: 0px;
}
.news_list A.more{
	font-weight: bold;
}
.smiley_holder {
    border: 1px solid #BBB;
    position: absolute;
    padding: 4px;
    margin: 2px;
    margin-left: 415px;
    list-style: none;
    width: 100px;
}
.smiley_holder LI {
    display: inline;
}
#title_content .news_list A.more:hover{
	color: #FFFFFF;
}
#leftcolumn{
    float: left;
    width: 219px; /*Width of left column*/
    margin-left: -984px; /*Set left margin to -(MainContainerWidth)*/
}
#leftcolumn #user_info P{
	line-height: 10px;
}
#leftcolumn #user_info{
	padding: 0 5px;
	padding-left: 10px;
}
#leftcolumn #user_info A{
	font-weight: bold;
	display: block;
	text-align: center;
}
#leftcolumn #user_info INPUT{
	margin: 0;	
}
#leftcolumn #login_msg{
	color: #990000;
	text-align: center;
	margin-top: -12px;
}
#leftcolumn #login{
    background: url(../images/bg_login.gif) no-repeat;
    height: 270px;
}

#leftcolumn #nav{
    margin-top: 0px;
    background: url(../images/bg_left_red.jpg) no-repeat #c20001;
    min-height: 451px;
    height: 451px;
}
#leftcolumn #nav ul{
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 25px;
    margin: 0;
    list-style: none;
}
#leftcolumn #nav a{
    color: #FFFFFF;
    text-decoration:none;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 10px;
    display: block;
    font-family: Verdana, Tahoma, Arial;
    border-bottom: 1px solid #EE0000;
}
#leftcolumn #nav a:hover, #leftcolumn #nav a.current{
    border-bottom: 1px solid #FF5555;
    /*background: url(../images/li.gif) no-repeat 5px 18px;*/
}
#leftcolumn #support_link{
	text-align: center;
	padding-bottom: 30px;
}
#login #logo {
    background: url(../images/logo.gif) no-repeat transparent center;
    height: 170px;
    padding: 10px;    
}
#login #logo H3{
    color: #c20001;
    font-weight: normal;
    font-size: 24px;
    margin-top: 7px;
}
#login #logo A{
	display: block;
	height: 120px;
	color: #FFFFFF;
}
#login form input{
    width: 205px;
    margin-left: 5px;
    margin-top: 2px;
}
#login #loginbutton{
    width: 120px;
    float: right;
    margin-right: 5px;
    background: #a90200;
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 2px;
    padding: 2px;
}
#login form a#registerbutton{
    float: left;
    margin-left: 5px;
    font-weight: bold;
    color: #c20001;
    padding-top: 3px;
}
#login form a#registerbutton:hover{
    color: #660000;
}
#login form{
    padding:0;
    margin: 0;
}

#footer{
    clear: left;
    width: 100%;
    padding: 4px 0;
    border-top: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    margin-bottom: 6px;
}
#footer H1{
    color: #999999;
    font-size: 24px;
    font-weight: normal;
	margin: 0px;
	padding-bottom: 5px;
}
#footer #marque{
    padding: 0 20px;
}

#copyright {
    padding: 3px 20px;
}

#scr_left {
	width: 940px;
	height: 80px;
	overflow: hidden;
	padding: 0px;
	clear:both;
}

#scr_left img {
	margin: 0px;
	border: 0px;
	padding-left: 10px;
	clear:both;
}
#moreLink {
    padding-bottom: 30px;
}
#moreLink A{
    font-size: 13px;
    font-weight: bold;
}
#moreLink A:hover{
    color: #FFF;
}


#paging{ text-align: right; padding: 20px; color: #666; }
span.prevLink { background: url(../images/arr_left_off.gif) no-repeat #ffffff left center; padding: 2px; padding-left: 12px; color: #d9a4a4; }
span.nextLink { background: url(../images/arr_right_off.gif) no-repeat #ffffff right center; padding: 2px 0; padding-right: 12px; color: #d9a4a4; }
a.prevLink { background: url(../images/arr_left.gif) no-repeat #ffffff left center; padding: 2px; padding-left: 12px; color: #590000; }
a.nextLink { background: url(../images/arr_right.gif) no-repeat #ffffff right center; padding: 2px 0; padding-right: 12px; color: #590000; }
a.prevLink:hover, a.nextLink:hover { text-decoration: underline; }
.pager{ text-align: right; padding: 5px; color: #666; }
.pager select{ font-size: 11px; }

.green { color: #333; padding: 0 5px; }


a{
	color: #000;
	text-decoration: underline;
}

a:hover{
	color: #ed1b24;
	text-decoration: underline;
}
.msg_error
	{color:#D00000;padding:10px 0;font-size:14px;}
.msg_error_light
	{color:#FF0000;padding:10px;font-size:14px; }
.msg_message
	{color:#660000;padding:10px;font-size:14px; }
.msg_warning
	{color:#FF0000;padding:10px;font-size:14px; }


.counter-wrap {
	height:24px;
	overflow:hidden;
	clear:both;
}
.counter-number {
	/*height:262px;*/
	height:24px;
	width:13px;
	position:relative;
	background-image:url(../images/counter.gif);
	background-position: 0 0;
	float:left;
}


/* cell display */

div#gallery {
	padding:10px 50px;
}

.cell {
	margin: 3px;
	margin-left: 25px;
	height: auto;
	float: left;
	width: 160px;
	height: 160px;
}

.floating { width:160px; height:100%; position:relative; }
.floating div { position:absolute; bottom:0; left:0; }
.cell img{ margin: 5px; border: none; }
.cell span{ display: block; text-align: left; margin: 0 3px 5px 5px; }
.cell A{
	font-size: 12px;
	color: #b0b0b0;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 160px;
}
.cell A:hover{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

/* end cell display */


