body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: center center;
    background-size: cover;	
	margin: 0;
	padding: 0;
	color: rgb(15,82,186);
}

p {
font-size:18.5px;	
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	text-shadow: rgb(15,82,186) 1px 1px 0px;	
}

h1, h2, h3, h4, h5, h6{
color: rgb(204,153,0);	
text-shadow: rgb(204,153,0) 1px 1px 0px;
}

a img { 
	border: none;
	
}

a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 80%;
	max-width: 1260px;
	min-width: 780px;
	background-color: rgba(153,153,153,0.6);
	margin: 0 auto; 
}

.header {
padding-left: 20%;
}

.sidebar1 {
	float: left;
	width: 20%;
	background-color: rgba(128,144,171,0.7);
	padding-bottom: 10px;
}

.sidebar1 a {
   font-size: 18.5px;
   text-shadow: rgb(204,153,0) 1px 1px 0px;	
}

.content {
	padding: 10px 0;
	width: 60%;
	float: left;
}

.sidebar2 {
	float: left;
	width: 20%;
	background-color: rgba(147,165,196,0.7);
	padding: 10px 0;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; 
	border-top: 1px solid rgba(102,102,102,0.7); 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid rgba(102,102,102,0.7); 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
	background-color: rgba(128,144,171,0.5);
	color: rgb(204,153,0);
	text-shadow: rgb(204,153,0);
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: rgba(111,125,148,0.5);
	color: #FFF;
	text-shadow: #FFF;
}

.footer {
	padding: 5px 0;
	background-color: rgba(111,125,148,0.7);
	position: relative;
	clear: both; 
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

label{
font-size:18.5px;	
}

input {
font-size: 1em;
margin: 7px 0px;
width: 30%;
}

select {
    font-size: 1em;
    margin: 7px 0px;
}

input[type="submit"]{
    height: 30px;
    width: 100px;
	}
	
	input:focus, select:focus, textarea:focus {
    background-color: rgb(220, 255, 220);
}
	
input:focus:valid {
        background: rgb(220, 255, 220) url(../Icons/go.png) bottom right no-repeat;

        -o-background-size: contain;
        -moz-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
    }
	
	input:focus:invalid {
        background: rgb(255, 232, 233) url(../Icons/stop.png) bottom right no-repeat;

        -o-background-size: contain;
        -moz-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
    }
	
	.content img{
	width:225px;
	height:125px;
	padding-left:18px;
	padding-top:18px;
	}
	
	section#logo img{
	width:250px;
	padding-left:35%;	
	}
	
	section#box input{
    font-size: 1em;
    margin: 7px 0px;
    width: 5%;
	}
	
	section#box label{
	padding-left: 18px;
	}
	
	.video {
	padding: 10px 0;
	width: 60%;
	height: 670px;
	float: left;
}

   .label1{
    float: left;
	padding-left: 10%;
	z-index: 1;
}

   .label2{
	padding-top: 1%;
	float: right;
	padding-right: 10%;
	z-index: 2;
}

.usb{
	padding-top: 2%;
	padding-right:25%;
	z-index: -1;
	height: 250%;
	width: 250%;
}

.dvd {
	padding-left:25%;
	padding-top: 4%;
	z-index: -2;
	height: 250%;
	width: 250%;
}

.page {
padding-top: 35%;
}


</style><!--[if lte IE 7]>
<style>
.content { margin-right: -1px; } 
ul.nav a { zoom: 1; }  