/* CSS Document */

/* page layout */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #ffffff;
	background-color: #261f1f;
	}
	
#bgLeft {
	background: url(../imgs/side_left.gif) repeat-y top right;
	}

#bgRight {
	background: url(../imgs/side_right.gif) repeat-y top left;
	}
	
#bodyBg {
	background: url(../imgs/body_bg.gif) repeat-y top left;
	}
	
	
#topLeft {
	background: url(../imgs/top_left.jpg) no-repeat top right;
	}

#topRight {
	background: url(../imgs/top_right.jpg) no-repeat top left;
	}

#menuBtn {
	background: url(../imgs/menu_btn.gif) no-repeat top left;
	padding-left: 20px;
	}

#menuSub {
	background: url(../imgs/menu_sub_bg.gif) no-repeat bottom left;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	}

/* main text rules */
.Red {
	color: #f00000;
	font-weight: bold;
	text-decoration: none;
}

.White {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.Orange {
	color: #fb9f00;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fb9f00;
	text-decoration: none;
	}

/* standard link */
a:link {
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	}

a:visited {
	color:#ffffff;
	text-decoration: none;
	}

a:hover {
	color: #ffdda2;
	text-decoration: underline;
	}
	
a:active {
	color:#ffffff;
	text-decoration: none;
	}

.border {
	border-width: 4px;
	border-color: #616161;
	border-style: solid;
}

.input {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #616161;
	border-style: solid;
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #000000;
}

.txtfield {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #616161;
	border-style: solid;
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #000000;
	width:260px;
}

.txtarea {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #616161;
	border-style: solid;
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #000000;
	width:260px;
	height:120px;
}

.button {
	background-color: #ffdda2;
	border-width: 1px;
	border-color: #616161;
	border-style: solid;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.subscribe {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #616161;
	border-style: solid;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	width:170px;
}

#login fieldset {
	border: 1px solid #616161;
	padding: 20px;
}

#login legend {
	font-weight: bold;
	color: #C70000;
	background: #ffffff;
	border: 1px solid #616161;
	padding: 4px 8px;
}

#searchform, #contactform {
	margin: 0;
}