/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	height: 101%;
}
body {
	background: #FFFFFF url(../i/bg_top.gif) repeat-x top;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
/*\*/
body {
	text-align: center !important;
	text-align: left;
}
/*  */
#header {
	margin: 20px 20px;
}
#headerleft {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 440px;
	margin: 40px 0 0 30px;
}
#headerright {
	text-align: right;
	position: absolute;
	top: 14px;
	right: 20px;
	width: 237px;
	color: #fff;
	height: 103px;
}
#headerright input {
	margin: 5px;
}
#headerright p {
	margin: -6px 0 0 0;
}
#headerright p a {
	color: #FFF;
	font-size: 10px;
	text-decoration:none;
}
#navigation {
	margin: 110px 0 12px 10px;
	width: 540px;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 11px;
}
/*\*/
#navigation {
	margin: 135px 0 0 55px !important;
	margin: 135px 0 0 40px;
	width: 1000px;
	text-align: left;
	height: 27px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 11px;
}
/*  */
#navigation ul {
	list-style: none;
}
#navigation li {
	display: inline;
	margin: 0 4px;
}
/*\*/
#navigation li {
	float: left;
	display: block;
	margin: 0 4px;
}
/* */
#navigation li a {
	color: #660000;
}
#navigation li a:hover {
	color: #606C50;
}
#content {
	background: url(../i/bg_home.gif) repeat-y center;
	padding: 30px 0 0 0;
	margin: 7px auto !important;
	margin: 6px auto;
	width: 900px;
}
#contentLeft {
	flot:left;
	padding: 0 0 0 20px;
	margin: 0 0 0 15px;
	width: 170px;
	text-align: left;
}
/*\*/
#contentLeft {
	float:left;
	padding: 0 20px;
	margin: 0px 0 25px 10px;
	width: 170px;
	text-align: left;
}
/* */
#contentRight {
	float:left;
	width:425px;
	margin-left:40px;
	text-align: left;
	padding: 0 0 30px 0;
}
#mediaButtons{
	margin:-2px 0 0px -5px;
	padding-bottom:30px;
	width:445px;
	}
#mediaButtons ul{}
#mediaButtons li{list-style:none;float:left;}
#category{
	float:left;
	margin-left:40px;
	padding-left:20px;
	width: 145px;
	text-align: left;
	font-size:11px;	
}
#category ul{
	padding:0px;
}
#category ul li{
	padding:0 0 0 0px;
	list-style-image:url(../i/bullet.gif);
	height:19px;
}
#category ul li a{
	text-decoration:none;
	color:#616C50;
	display:block;
}
#category ul li a:hover{
	color:#670700;
}
#footer {
	clear: both;
	height: 7px;
}

#footer img{
padding-left:0px !important;
padding-left:13px;
}

/* TYPOGRAPHY */
h1 {
	color: #80886E;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 3px;
	margin: 0 0 10px 0;
	text-align: left;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px -20px;
	color: #80886E;
}
#content p {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	line-height: 21px;
	color: #333;
	text-align: left;
}

/*login form start*/
.loginform{
	width:205px;
	margin-top:0px !important;
	padding-top:2px !important;
}
.loginform p{
width:205px !important;
margin:0 ;
padding: 1px 0 1px 0 !important;
height: 30px;
}

.loginform label{
font-weight: bold;
float: left;
text-align:right;
*padding:5px 0 0 0 !important;
padding:8px 0 0 0 ;
margin-right:1px;
width: 80px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.loginform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 80px;
}

.loginform input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 100px;
}

.loginformTextBox{
width:100px !important;
}
/*login form end*/
