body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,select {
	margin: 0;  
	padding: 0;  
}

html {
	color: #434343;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	behavior: url("js/csshover.htc");
	margin-top: 10px;
}

h1 {
	float: left;
	padding-top: 4px;
	font: normal 18px 'trebuchet ms';
	text-decoration: none;
	color: #545454;
	text-transform: uppercase;
}

img {
	border: 0;
}

a {
	outline: none;
}

a:link {color: #0368f3; text-decoration: underline}
a:visited {color: #0368f3; text-decoration: underline}
a:active {color: #0368f3; text-decoration: underline}
a:hover {color: #0368f3; text-decoration: none}

#container {
	margin: 0 auto;
	width: 950px;
}

#head {
	float: left;
	position: relative;
	width: 950px;
	height: 315px;
	border-top: 20px solid #c61e24;
	background-image: url(../images/top_bg_main.jpg);
}

.logo {
	position: absolute;
	left: 30px;
	top: 84px;
}

.menu {
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 15px;
	list-style: none;
	text-align: right;
	color: #fff;
}

.menu li {
	float: left;
	display: inline;
	height: 25px;
	margin-right: 15px;
	line-height: 25px;
	margin-left: 18px;
}

.menu a:link {color: #434343; text-decoration: none}
.menu a:visited {color: #434343; text-decoration: none}
.menu a:active {color: #434343; text-decoration: none}
.menu a:hover {color: #c61e24; text-decoration: none}

.menu .current {
	padding-left: 10px;
	background: url("../images/tab.gif") no-repeat;
}

.menu .current p {
	float: left;
	height: 25px;
	padding-right: 10px;
	background: url("../images/tab.gif") no-repeat right;
}

.menu .current span {
	float: left;
	height: 25px;
	background: #c61e24;
}

.flash {
	position: absolute;
	right: 30px;
	top: 69px;
}

.intro {
	position: absolute;
	left: 43px;
	top: 191px;
	width: 190px;
	color: #797979;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}

.button {
	float: left;
	margin-top: 17px;
	height: 23px;
	padding-left: 10px;
	font: bold 11px verdana;
	background: url("../images/button.gif") no-repeat 0 0;
}

.intro .button {
	float: right;
}

.button:hover {
	background: url("../images/button.gif") no-repeat 0 -23px;
}

.button p {
	float: left;
	height: 23px;
	padding-right: 10px;
	background: url("../images/button.gif") no-repeat right top;
}

.button:hover p {
	background: url("../images/button.gif") no-repeat right -23px;
}

.button span {
	float: left;
	height: 23px;
	background: #c31017;
}

.button:hover span {
	background: #cdcdcd;
}

.button a {
	float: left;
	position: relative;
	display: inline;
	margin: 0 -10px;
	height: 19px;
	padding: 4px 15px 0 15px;
}

.button a:link {color: #fff; text-decoration: none}
.button a:visited {color: #fff; text-decoration: none}
.button a:active {color: #fff; text-decoration: none}
.button a:hover {color: #fff; text-decoration: none}

#content {
	float: left;
	width: 890px;
	background: #eeeeee;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

.left_column {
	float: left;
	width: 640px;
	padding-right: 20px;
	background: url("../images/line.gif") repeat-y right;
}

.right_column {
	float: right;
	display: inline;
	padding-left: 30px;
	width: 212px;
	margin-left: -2px;
}

.header {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 15px;
}

.header img {
	float: left;
	display: inline;
	margin-right: 10px;
}

.contacts {
	font-size: 12px;
}

#footer {
	float: left;
	position: relative;
	width: 950px;
	height: 38px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #000;
}

.disclaimer {
	position: absolute;
	left: 0px;
	top: 5px;
	font-size: 10px;
	color: #757575;
}

.developer {
	position: absolute;
	right: 0px;
	top: 5px;
	font-size: 10px;
	color: #757575;
}

#footer a:link {color: #797979; text-decoration: none}
#footer a:visited {color: #797979; text-decoration: none}
#footer a:active {color: #797979; text-decoration: none}
#footer a:hover {color: #797979; text-decoration: underline}

.fineprint{
	font-size:10px;
	text-align: justify;
	color:#959595;
}

