@media only screen and (max-device-width:480px) {
body, header, nav 
 	{width: 100%;}
}


body {
	background-color:rgba(0,0,0,1);
}

header {
	width: 960px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
}

nav {
	width: 960px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background:#333;
}

nav a:link {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

nav a:visited {
	text-decoration: none;
	color: #FDBC60;
}

nav a:hover {
	color: #FDBC60;
}

nav a:active {
	text-decoration: none;
	color: #00000;
}

.leftcol1 {
	width: 80px;
	height: 80px;
	float: left;
	padding-left:30px;
	padding-top:10px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight:normal;
}

.leftcol2 {
	width:200px;
	height: 70px;
	float: left;
	padding-left:10px;
	padding-top:15px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

#tabs {
	float:left;
	font-size:16px;
	font-family:  "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; 
	font-weight:normal;
}


#tabs ul li a:link {
	text-decoration: none;
	font-weight: normal;
	color: rgba(51,51,51,1);
}

#tabs ul li a:visited {
	text-decoration: none;
	color: rgba(255,255,255,1);
}

#tabs ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#tabs ul li a:active {
	text-decoration: none;
	font-weight: normal;
	color: rgb(0,0,0);
}
	
ul {
	float: left;
	list-style-type: none;
	text-decoration: none;
	font-weight: normal;
}
	
li {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	text-decoration: none;
	color: rgb(0,0,0);
	font-weight: normal;
}

.contact {
	height: 70px;
	font:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

h2 {
	font:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #FFFFFF;
}

h3 {
	font:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:8px;
	font-weight:normal;
	color: #FFFFFF;
}

.right {
	width: 380px;
	height: 40px;
	margin-top: 60px;
	float: right;
	padding-left: 10px;
	background: #FDBC60;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#title {
	width: 595px;
	height: 60px;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-botton: 10px;
	margin-bottom: 1px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #ffffff;
	float: right;
	background: rgba(0,102,204,.6);
	border-top-left-radius: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
	
	
section {
	width: 960px;
	height: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
}

main {
	width: 960px;
	height: 330px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding-top: 0px;
	background: #FFFFFF;
}

.fadein { position:relative; width:960px; height:300px; }
.fadein img { position:absolute; left:0; top:0; }

#section {
	width: 940px;
	height: 440px;
	margin-left:auto;
	margin-right:auto;
	background:#6699CC;
	padding: 10px;
}

.product {
	height: 90px;
	background: rgba(255,255,255,.9);
	padding-left: auto;
	padding-right: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 5px;
}
	
#columnarea {
	width: 860px;
	height: 400px;
	margin-left:25px;
	margin-right:25px;
	margin-top:20px;
	padding-right:25px;
	background-color: rgba(255,255,255,.1);
}

.column1 {
	width: 155px;
	height: 300px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

.column1top, {
	width: 145px;
	height: 200px;
	float: left;
	padding-top: 5px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #ffffff;
	line-height: 16px;
}

.column1btm {
	width: 145px;
	height: 100px;
	float: left;
	padding-top: 0px;
	margin:0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #ffffff;
	line-height: 16px;
}



.column {
	width: 175px;
	height: 250px;
	margin-left: 10px;
	margin-top: 3px;
	float: left;
	padding: 15px;
	background-color: rgba(255,255,255,.6);
	border-radius: 5px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:14px;
	color:rgb(51,102,204);
}



.ordcolumn1 {
	width: 145px;
	height: 50px;
	float: left;
	margin-left:10px;
	margin-right:0px;
	margin-top: 25px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

#ordsection {
	width: 940px;
	height: 1000px;
	margin-left:auto;
	margin-right:auto;
	background:#6699CC;
	padding: 10px;
}

.ordcolumn {
	width: 600px;
	height: 850px;
	margin-left: 30px;
	margin-top: 25px;
	float: left;
	padding: 20px;
	background-color: rgba(255,255,255,.6);
	border-radius: 5px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: rgb(102,102,102);
}

td {
	color: #000000;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

hr {
	color:rgba(238,238,238,.5);
}

footer {
	width: 950px;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	color:#FFFFFF;
	font-size:8px;
	background-color:rgba(51,51,51,1);
}

#ordhead{
	font-size: 18px; 
	color: rgb(102,102,102);
	font-weight:normal;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;	
}


label, .ordertext {
	font-size: 14px;
	color: rgba(68,68,68,1);
	font-weight: normal;
	line-height: 16px;
}
 

@font-face {
    font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size:12px;
}

h1 {
	width:498px;
	height:64px;
	background:url(images/h1-bg.jpg);
	color:#fff;
	font-family:bebas;
	padding:17px 0px 0px 78px;
	font-size:2.2em;
	margin:0 auto;
}

form {
	width:459px;
	margin-left:40px ;
}
.columnhead {
	float: left;
	height: 30px;
	width: 140px;
}
.columncontent {
	float: left;
	height: 60px;
	width: 150px;
}

label {
	display: block;
	margin-top: 20px;
	color: rgba(51,51,255,1);
}

input.text {
	width: 439px;
	height: 27px;
	background: #efefef;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #dedede;
	margin-top: 3px;
	font-size: 12px;
	color: #3a3a3a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

textarea {
	width: 439px;
	height: 27px;
	background: #efefef;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #dedede;
	margin-top: 3px;
	font-size: 12px;
	color: #3a3a3a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

input:focus, textarea:focus {
	border:1px solid #97d6eb;
}

textarea {
	height:213px;
	font-family:Arial, Helvetica, sans-serif;
}

input {
	width: 150px;
	height: 117px;
	float:left;
	padding:0px;
	margin:0px;
	background-image:url(images/videoimage.png);
}

.classname {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	text-indent: 0;
	border: 1px solid #ffffff;
	display: inline-block;
	color: #777777;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	height: 20px;
	line-height: 20px;
	width: 70px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #ffffff;	
}

.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	
}

.classname:active {
	position:relative;
	top:1px;
}

.submit {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	text-indent: 0;
	border: 1px solid #ffffff;
	display: inline-block;
	color: #777777;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	height: 20px;
	line-height: 20px;
	width: 70px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #ffffff;	
}

.submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	
}

.submit:active {
	position:relative;
	top:1px;
}

.logo {
	float: left;
	margin-top:30px;
	height: 50px;
	width: 145px;
}
