@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	background-image: url(img/back.png);
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}

#layout {
height: 345px;
overflow: scroll;
overflow-x:hidden;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;

}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

hr { display: block; height: 1px; border: 0; border-top: 1px solid #880505; margin: 15px; padding: 0; }

hh2 {
	font-size: 18px;
	font-weight: bold;
	color: #094588;
}

a, a:visited {
	color: #F33;
	text-decoration: none;
}

a:hover {
	color: #789bc3;
}

b {
	font-size: 16px;
	font-weight: bold;
	color: #F60;
}

b3 {
	font-weight: bold;
	color: #F00;
}

strong {
	color: #F00;
	font-weight: bold;
}

strong2 {
	color: #FF0;
	font-weight: bold;
}

bs {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #FF0000;
}

b1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 55px;
	color: #F00;

}

bb {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #F00;

	text-transform: uppercase;
}

i { 
}

.fimg{
	padding-left: 10px;
	padding-bottom: 7px;
}




strong1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 25px;
	color: #F00;
	text-align: center;
}



.bigcontainer{
	padding: auto;
	margin: auto;
	width: 1100px;
	height: auto;
	background-color: #000;
	background-image: url(img/bg1.png);
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}

.header {
	width: 1100px;
	height: auto;
	clear: both;
}

#bar_h {
	background: linear-gradient(to bottom, #000a19 0%, #3c4a87 40%);
	background: -moz-linear-gradient(to top, #000a19 0%, #3c4a87 40%);
	margin-bottom:10px;
	color: #FFF;
}

#bar_s {
	background: linear-gradient(to bottom, #000a19 0%, #3c4a87 40%);
	background: -moz-linear-gradient(to top, #000a19 0%, #3c4a87 40%);
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom:5px;
	padding-right: 5px;
	font-weight: bold;
	border-radius: 10px;
	color: #FFF;
}


#bar_s1 {
	background: linear-gradient(to bottom, #000a19 0%, #3c4a87 40%);
	background: -moz-linear-gradient(to top, #000a19 0%, #3c4a87 40%);
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom:5px;
	padding-right: 5px;
	font-weight: bold;
	border-radius: 10px;
	color: #FFF;
}

#bar {
	background: linear-gradient(to bottom, #000a19 0%, #3c4a87 40%);
	background: -moz-linear-gradient(to top, #000a19 0%, #3c4a87 40%);
	margin-bottom: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border-radius: 10px;
}

#bar1 {
	background: linear-gradient(to bottom, #090909 0%, #000 40%);
	background: -moz-linear-gradient(to top, #090909 0%, #000 40%);
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border-radius: 10px;
	clear: both;
}

#bar2 {
height: 15px;
clear: both;
}

.container {
	width: 980px;
	height: 100%;
	margin: auto;
	padding: 10px;
	background-image: url(img/dia.png);
	border-radius: 10px;
}


.imageh {
	width: 980px;
	height: 100%;
	margin: auto;
	padding: 10px;
	background-image: url(img/dia.png);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}



.textl {
	width: 640px;
float: left;
clear: both;
margin-left: 50px;
padding: 10px;
background-image: url(img/dia.png);
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}


.textr {
	padding-top: 10px;
	margin-left: 15px;
	float: left;
	width: 320px;
	background-image: url(img/bg1.png);

}

#test {
	background-image: url(img/dia.png);
}

.footer {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	clear: both;
}

.bartop {
margin-top: 10px;
}

.imagesd {
width: 63%;	
clear: both;
float: left;
padding-right: 10px;
paddin-bottom: 5px;
}

.imagesd1 {
    width: 35%;
	float: right;
	margin-bottom: 5px;
}


p {
	padding-left: 8px;
	
}