@charset "utf-8";
/* CSS Document */

/*------------------------------- CSS reset ---------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin: 0;
	padding: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	margin-left:10px;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}
a, object {
	outline: none;
}
.clear {
	clear: both;
}

td {
	
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 100%;
	font-size: 12px;
	line-height: 19px;
	color: #666;
}



input, textarea, select {

	background-color: #ffffff;
	border-style : solid;
	border-width : 1px;
	border-color: #999;

	color : #666;
	font-family : Verdana, Arial, Geneva, sans-serif;
	font-size : 12px;
}



input { height : 17px; }

.submit_button  {

	
	color: #5A5A5D; 
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px; 
	border-style: none;
	cursor: pointer;
	
	
}




/*------------------------------- Body ---------------------------------*/

body {
	background: url(../images/bg.jpg) repeat-x #FF8500;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}


/*------------------------------- Headings ---------------------------------*/

h1 { color: #4C4C4C; font-size: 21px;}
h2 { color: #4C4C4C; font-size: 18px;}
h3 { color: #FFFFFF; font-size: 21px;}
h4 { color: #4C4C4C; font-size: 14px;}
h5 { color: #4C4C4C; font-size: 12px;}
h6 { color: #4C4C4C; font-size: 10px;}


/*------------------------------- Container ---------------------------------*/

#container {
	margin: 0 auto;
	width: 910px;
	background: #FFF;
}


/*------------------------------- Menu ---------------------------------*/

#header {
	width: 910px;
	height: 232px;
	background: url(../images/header.jpg);
}


/*------------------------------- Menu ---------------------------------*/

#menu {
	height: 30px;
	padding: 202px 0 0 60px;
	margin:0px;
}
#menu li {
	float: left;
	color: #FFF;
	font-size: 13px;
	list-style:none;
	margin:0px;
}
#menu a {
	float: left;
	padding: 6px 15px 0 15px;
	color: #FFF;
	text-decoration: none;
}
#menu a:hover, #menu .active a {
	height: 23px;
	padding: 5px 15px 0 15px;
	color: #FFF;	
	background: #FF8500;
	border-top: 1px solid #473C52;
	border-bottom: 1px solid #CA6E0B;
}


/*------------------------------- Main ---------------------------------*/

#main {
	width: 910px;
	font-size: 12px;
	line-height: 19px;
	min-height: 630px;
}

#fotorand {
	position: absolute;
	z-index: 1;
	width: 131px;
	height: 613px;
	margin: 10px 0 0 -71px;
	background: url(../images/fotorand.png);
}


/*------------------------------- Content ---------------------------------*/

#content {
	padding: 24px 26px 0 80px;
	color: #666;
	z-index:10;
}
	#content a { color: #FF8500; text-decoration: none;}
	#content a:hover {color: #666;}
	
#content .left {
/*  float: left; */
/*	width: 360px;*/
	width: 520px;
/*	height: 197px; */
	padding: 14px 23px;
	margin-bottom: 10px;
/*	overflow: hidden; */
	background: #666;
	border: 1px solid #8C8C8C;
	color: #FFF;
	font-weight: bold;
}
	#content .left a { color: #FF8500; text-decoration: none;}
	#content .left a:hover {color: #FFF;}
	
#content .right {
/*	float: left; */
/*	width: 398px;*/
	width: 98%;
	padding: 14px 0 14px 20px;
	color: #666;
}