@charset "utf-8";
/* CSS Document */


/*     reset     */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	vertical-align: baseline;
	background: none;
}

ol, ul {
	list-style: none;
}



/*    general    */

body {
	background: #dedede url(../img/body-bg.jpg) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {
	width: 940px;
	margin: 0 auto;
}

.background {
	width: 100%;
	background: url(../img/background-bg2.jpg) center 141px no-repeat;
	display: table;
}



/* #####################  HEADER #####################  */

#header {
	width: 100%;
	position: relative;
}

#header h1 {
	float: left;
	width: 496px;
	height: 106px;
	margin: 25px 0 0 0;
}

#header h1 a {
	width: 496px;
	height: 106px;
	text-indent: -9999em;
	overflow: hidden;
	display: block;
	position: absolute;
	background: url(../img/blank.png);
}

#header .box {
	float: right;
	width: 432px;
	background: url(../img/header-sign.png) 0 30px no-repeat;
}

#header .box p {
	width: 307px;
	height: 111px;
	padding: 30px 40px 0 85px;
	background: url(../img/header-box-bg.png) no-repeat;
	color: #505050;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}





/* #####################  CONTENT #####################  */


#content {
	width: 100%;
	position: relative;
	clear: both;
}

.boxes {
	top: 40px;
	position: absolute;
	text-indent: -9999em;
	overflow: hidden;
}

.left-box {
	width: 418px;
	height: 226px;
	background: url(../img/content-box1-bg.png);
	left: 17px;
}

.right-box {
	width: 416px;
	height: 207px;
	background: url(../img/content-box2-bg.png);
	left: 485px;
	top: 20px;
}

.large-image {
	position: absolute;
	top: 270px;
	left: 50px;
	width: 653px;
	height: 435px;
	background: url(../img/content-large-image.png) no-repeat;
}

#flash {
	width: 418px;
	margin: 23px 0 0 94px;
}

#myContent {
	width: 423px;
	height: 224px;
}

#myContent p {
	text-align: center;
	margin: 80px 0 0 0;
}


.right-image {
	position: absolute;
	top: 168px;
	right: 110px;
}

.counter {
	position: absolute;
	width: 168px;
	height: 99px;
	background: url(../img/content-count-bg.png);
	top: 529px;
	right: 0;
}

#randomnumber {
	font-weight: bold;
	font-size: 35px;
	color: #FFF;
	margin: 50px 0 0 40px;
}

.bottom-boxes {
	float: left;
	width: 920px;
	margin: 640px 0 0 10px;
	display: inline;
	background: url(../img/content-bottom-box-bg.png) right top no-repeat;
}

.legales {
	margin: 50px 0 0 10px;
}

.bottom-boxes p {
	color: #262525;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	font-style: italic;
}

.bottom-boxes p.small {
	font-size: 12px;
	margin: 10px 0 0 0;
}

.bottom-boxes p.small span {
	color: #e52400;
	font-size: 20px;
}

.bottom-boxes h1 {
	color: #262525;
	font-size: 32px;
	font-style: italic;
	text-align: center;
}

.bottom-boxes h2 {
	font-size: 44px;
	color: #e52400;
	font-style: italic;
	text-align: center;
}

.col1 {
	float: left;
	width: 370px;
	display: inline;
	padding: 45px 0 15px 20px;
	background: url(../img/content-bottom-box-bg.png) left top no-repeat;
}

.col2 {
	float: left;
	width: 420px;
	display: inline;
	padding: 45px 0 0px 20px;
	margin: 0 0 0 25px;
	background: url(../img/content-bottom-box-bg.png) left top no-repeat;
}

.col2 h2 {
	font-size: 34px;
}





/*     Scroll Panel     */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 40px 0 0 45px;
	color: #FFF;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #fb6012;
}
.jScrollPaneDrag {
	position: absolute;
	background: #9d1500;
	cursor: pointer;
	overflow: hidden;
}

.large-holder {
	float: left;
	width: 100%;
	padding: 90px 0 0 0;
}

.holder {
	margin: 0 auto;
	display: table;
	background: url(../img/box-legal.png);
	width: 801px;
	height: 500px;
}

.holder h1 {
	font-size: 15px;
	text-align: center;
	margin: 0 0 20px 0;
}

.scroll-pane {
	width: 695px;
	height: 410px;
	overflow: auto;
	float: left;
}

#pane1 {
	padding-right: 20px;
	font-size: 11px;
}


/* #####################  FOOTER #####################  */


#footer {
	width: 100%;
	margin: 0 0 0 0;
	padding: 28px 0 15px 0;
	float: left;
	background: #7d0f03 url(../img/footer-bg.jpg) repeat-x;
}

#footer p {
	font-size: 11px;
	color: #FFF;
	text-align: center;
	width: 920px;
	margin: 0 auto;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	text-decoration: none;
}

.error_page{
	padding-top:100px;
	position:absolute;
	padding-left:80px;
	left: 0px;
}

