body{
    background: #bfbfbf;
    font-family: "Lucida Sans","Lucida Sans Unicode","Lucida Grande", Arial, sans-serif;
    /*font-family: "Lucida Sans","Lucida Sans Unicode","Lucida Grande", Arial, sans-serif;*/
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

/* specify fonts for each type of item */
h1, h2, h3, h3, li a, .us a, .uk a, .set, .title, .content, .videobox a, .caption, .whitebox h4 {
}
.font
{
  
}

/* end fonts */

a {color: #ffffff; text-decoration: none;}

a img {
    border: 0;
    text-decoration: none;
}

.whitebox a {color: #3157B0;}

.wrapper
{
    width: 1000px;
    margin: 0 auto 0 auto;
}

#home .wrapper
{
    width: 720px;
    background: #474746 url('../images/Pegasus-thruster-home.png') top center no-repeat;
    height: 600px;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
}

#home h1 {
    color: #ffffff;
    margin: 0;
    padding: 0;
    padding-top: 30px;
    font-size: 1.2em;
    font-weight: lighter;
    text-align: left;
}

.innercolor
{
    background: #e1e1e1 url('../images/pegasus-bg.jpg') top left repeat-y;
    padding: 10px;
    margin-top: 225px;
}

.floatinglogos
{
    width: 400px;
    text-align: center;
    margin: 0 auto;
}

#home a img {
    border: 0;
    margin-bottom: 5px;
}

#home a {
    color: #ffffff;
    text-decoration: none;
}

#home a:hover {
    color: #666666;
}

#home .footer
{
    background: url('../images/footer-bar.png') no-repeat;
    height: 30px;
    padding-top: 10px;
    color: #ffffff;
    font-size: 0.8em;
    text-align: left;
    margin-top: 70px;
}
#home .footer a {
    color: #ffffff;
}
#home .footer a:hover {color: #ffffff;}
.us, .uk
{
    float:left;
     width: 90px;
    height: 90px;
    margin: 50px;
}

#header
{
    background: url('../images/pegaus-thruster-header.jpg') no-repeat;
    height: 300px;
}

#headerimgs{
    height: 300px;
    top: 25px;
    width: 1000px;
}

#header1{
    background: url('../images/header-image-1.png') no-repeat;
    display: none;
}
#header2{
    background: url('../images/header-image-2.png') no-repeat;
    z-index: -5;
    display: none;
}
#header3{
    background: url('../images/header-image-3.png') no-repeat;
    z-index: -10;
    display: none;
}
#header4{
    background: url('../images/header-image-4.png') no-repeat;
    z-index: -15;
    display: none;
}
#header5{
    background: url('../images/header-image-5.png') no-repeat;
    z-index: -20;
    display: none;
}

#header6{
    background: url('../images/header-image-6.png') no-repeat;
    z-index: -25;
    display: none;
}

#header7{
    background: url('../images/header-image-7.png') no-repeat;
    z-index: -30;
    display: none;
}

#header8{
    background: url('../images/header-image-8.png') no-repeat;
    z-index: -35;
    display: none;
}

#header9{
    background: url('../images/header-image-9.png') no-repeat;
    z-index: -40;
    display: none;
}

#header10{
    background: url('../images/header-image-10.png') no-repeat;
    z-index: -45;
    display: none;
}
#header11{
    background: url('../images/header-image-11.png') no-repeat;
    z-index: -50;
    display: none;
}

.headerimg { background-position: center top; background-repeat: no-repeat; width:1000px; height:300px; position:absolute; }


/* Top Nav */

#topnav{
    padding-top: 255px;
    text-align: left;
}

ul.topnav {
	list-style: none;
	margin: 0;
	float: left;
	width: 920px;
	font-size: 1em;
	white-space: nowrap;
	padding: 0 0 0 5px;
}
ul.topnav li {
	float: left;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
			     height: 44px;
			     text-align: center;
			     padding: 0 10px 0 10px;
			     border-right: 1px solid #585858;
			     
}
ul.topnav li a{
	color: #fff;
	display: block;
	text-decoration: none;
	padding-top: 15px;
}
ul.topnav li a:hover, ul.topnav li.on a{
        color: #BCE5F9;
}

ul.topnav li:hover, ul.topnav li.on{
    background: url('../images/hover-bg.jpg') repeat-x;
}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	/*background: url(subnav_btn.gif) no-repeat center top;*/
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 48px;
	background: #000000;
	margin: 0;
	padding: 0 10px 0 10px;
	display: none;
	float: left;
	width: 200px;
	z-index: 10;
}
ul.topnav li ul.subnav li{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ffffff; /*--Create bevel effect--*/
	clear: both;
	width: 200px;
	text-align: left;
}
ul.topnav li ul.subnav li.last
{
    border: 0;
}
html ul.topnav li ul.subnav li a {
	float: left;
	font-size: 0.8em;
	font-weight: normal;
	color: #999999;
}

html ul.topnav li ul.subnav li a:hover, .html ul.topnav li ul.subnav li:hover {
	background: none !important;
	 color: #BCE5F9;
}


/* End Top Nav */

#rightCol
{
    width: 360px;
    float: right;
    margin-top: 20px;
}

#rightCol2
{
    width: 241px;
    float: right;
    margin-top: 20px;
}

#rightCol .blackbox img, #rightCol2 .blackbox img {
    margin: 5px;
}

#rightCol .whitebox h3, #rightCol2 .whitebox h3 {
    color: #616160;
    font-size: 2.5em;
    font-weight: lighter;
    margin: 0;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
}

#rightCol .whitebox h4, #rightCol2 .whitebox h4 {
color: #9d9d9d;
font-size: 1.3em;
font-weight: lighter;
border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
    margin: 10px 0;
}
#leftCol
{
    width: 618px;
    margin-top: 20px;
}

#leftCol2
{
    width: 700px;
    margin-top: 20px;
}

#videos
{
   padding: 0px;
   margin: 19px auto;
   width: 100%;
}

.videobox {
    float: left;
    margin-right: 19px;
    height: 262px;
    background-color: #3CBFF6;
    border: 1px solid #333333;
}

.videobox2 {
    float: left;
    margin-right: 19px;
    border: 1px solid #333333;
}
.videobox a img {border:0;}
.last
{
    margin-right: 0;
}
#videos .caption
{
    margin: -100px 0 0 10px;
    color: #575c69;
    text-align: left;
}

.vtitle
{
    padding-bottom: 4px;
    font-weight: bold;
}
.vtext
{
    margin-left: 25px;
    line-height: 1.6em;
}

.whitebox
{
    background-color: #ffffff;
    text-align: left;
    padding: 30px;
    font-size: 1.08em;
    font-weight: normal;
    margin-bottom: 20px;
}

.bluebox
{
    background-color: #A2CDFE;
    text-align: left;
    padding: 30px;
    font-size: 1.08em;
    font-weight: normal;
    margin-bottom: 20px;
}

.redbox
{
    background-color: #BA021D;
    text-align: left;
    padding: 30px;
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 2px 2px #000000;
}

#leftCol2 .whitebox{
    padding-top: 10px;
}

#rightCol .whitebox, #rightCol2 .whitebox
{
    font-size: 0.9em;
}

.diver
{
    background: #ffffff url('../images/About_top-new.jpg') top left no-repeat;
    padding: 30px 50px 20px 50px;
}

.diver p {
    
    color: #333333;
}

.whitebox h2 {
    color: #646564;
    font-weight: normal !important;
    font-size: 2.2em;
    margin: 0 0 10px 0;
}

.blackbox
{
    background-color: #000000;
    text-align: left;
    padding: 10px 30px 10px 30px;
    margin-bottom: 20px;
    color: #5e696a;
}
#rightCol .blackbox, #rightCol2 .blackbox
{
    padding: 10px;
    text-align: center;
}


.blackbox h2 {
    color: #9d9d9d;
    font-weight: lighter;
    font-size: 0.9em;
    margin: 0;
}

#rightCol .blackbox h2, #rightCol .blackbox h2
{
    font-size: 22px;
    text-align: left;
    margin-left: 5px;
    margin-bottom: 10px;
    font-weight: lighter;
}


.blackbox h3
{
    color: #fdfdfc;
    font-weight: lighter;
    font-size: 1.3em;
}
#accordion {font-size: 0.9em;}
.blackbox #accordion h3  {color: #000000;}
#accordion div, .ui-widget-content {background-color: #333333 !important; background-image: none;}
#accordion p {color: #ffffff;}


.greybox h2
{
    color: #b4b3b3;
    font-weight: lighter;
}

#footer
{
    background-color: #243d80;
    color: #fafafa;
    font-size: 0.8em;
    text-align: left;
    padding: 10px;
    margin-top: 0;
}

.right
{
     width: inherit;
     float: left;
     font-size: 0.9em;
     line-height: 2em;
     margin-right: 25px;
    
}

.blackbox .right
{
    width: 250px;
     float: left;
     font-size: 0.9em;
     line-height: 2em;
}

.clients .right
{
    width: 170px;
     float: left;
     font-size: 0.9em;
     line-height: 2em;
     margin-right: 15px;
}



.partners, .clients
{
    padding-bottom: 20px;
}

.right a
{
    color: #5e696a;
}

.right a:hover, #footer .right a:hover{
    color: #ffffff;
}

#footer .right
{
    border-right: 1px solid #ffffff;
    padding: 0 10px 0 0;
    font-size: 1.2em;
    margin-right: 10px;
    line-height: 1.5em;
}

#footer .right a {
    color: #d4d5d4;
}

#footer .right h3{
    font-weight: lighter;
    font-size: 1.4em;
    margin-top: 0;
    margin-bottom: 12px;
}
.greybox
{
    background-color: #353434;
    text-align: left;
    padding: 10px;
    margin-bottom: 20px;
    color: #5e696a;
    padding-left: 20px;

}

.clear
{
    clear: both;
}

.floatL
{
    float: left;
}

.contact
{
    padding-bottom: 50px;
}

.red
{
    color: #ed1c24;
}
.white
{
    color: #ffffff;
    font-size: 0.8em;
}

input, select, textarea
{
    width: 555px;
    background-color: #cecccc;
    border: 0;
    color: #7e7d7d;
    padding: 5px;
    font-family: "Times New Roman", "Times", serif;
    font-size: 1.2em;
}

input{
    padding: 10px;
}

form {
    color: #b4b3b3;
}

input.small {
    width: 20px;
}


hr{
    border: 0;
    border-top: 1px solid #9d9d9d;
    margin: 15px 0 15px 0;
}

.padded
{
    margin-top: 30px;
    margin-bottom: 2px;
}

a.bluelink
{
    color: #3157B0;
    font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
    margin-right: 5px;
}

a:hover.bluelink
{
    color: #333333;
}

.bluelink img {
    vertical-align: middle;
    margin-right: 5px;
}

/*for slides on about and contact pages*/

h2.expand a
{
    font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
    font-size: 14px;
    color: #5E696A;
    border-top: 1px solid #282828;
    padding: 8px 0 8px 0;
}

.whitebox h2 a
{
    font-family: "Times New Roman", "Times", serif;
    font-size: 18px;
    border: none;
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #cdcdcd;
}

.collapse p
{
    background-color: #454545;
    color: #ffffff;
    font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
font-size: 11px;
padding: 10px;
}

.whitebox .collapse p
{
    background-color: #ffffff;
    font-family: "Times New Roman", "Times", serif;
    color: #5c5c5c;
    line-height: 1.6em;
    font-size: 15px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #cdcdcd;
}

.border-bottom
{
border-bottom-color: #282828;
border-bottom-style: dotted;
border-bottom-width: 2px;
margin-bottom: 10px;
}


/* end slides styling */

/* Share box Settings */
body.darkgrey
{
    background-color: #353434;
    text-align: center;
}

div.share
{
    margin: 10px auto;
    width: 470px;
    text-align: left;
    padding: 5px 10px 10px 20px;
    color: #5e696a;
}

div.share input
{
    width: 440px;
    
}
 div.share textarea
 {
    width: 450px;
 }

a.share, a.videolaunch, a.videolaunch2{
    color: #575c69 !important;
}
a:hover.share, a:hover.videolaunch, a:hover.videolaunch2
{
    color: #52B8E0 !important;
}

div.share input.redbox
{
    background-color: #ed1c24;
    color: #ffffff;
    cursor:pointer;
    font-family: "Lucida Sans","Lucida Sans Unicode","Lucida Grande", Arial, sans-serif;
    font-size: 1.5em;
    font-weight: lighter;
    width: 460px;
}

div.dvd textarea, div.contactform textarea
{
    width: 565px;
}

div.dvd input.redbox, div.contactform input.redbox
{
     background-color: #ed1c24;
    color: #ffffff;
    cursor:pointer;
    font-family: "Lucida Sans","Lucida Sans Unicode","Lucida Grande", Arial, sans-serif;
    font-size: 1.5em;
    font-weight: lighter;
    width: 575px;
    
}

div.share input.small
{
    float: left;
    width: 30px;
}


/* end share box */

h2.abouttitle
{
    font-size: 28px;
    margin-bottom: 40px;
}
#rightCol2 .orderdvd, #rightCol .orderdvd
{
    padding: 0 !important;
    margin-top: 10px;
}
#rightCol2 .orderdvd img, #rightCol .orderdvd img
{
    padding: 0;
    margin: 0 !important;
}

#rightCol2 .orderdvd h2, #rightCol .orderdvd h2
{
margin: 10px 0 10px 15px;
padding-top: 15px;
}
.footerinfo
{
    float: right;
    width: 400px;
    text-align: right;
}
.footerinfo a, .footerinfo{
    color: #6D8ABC;
    
}

.alignright{
    text-align: right;
    padding: 5px 0 5px 0;
    font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;

}

.alignright a {color: #000000}
.alignright a:hover {color: #ffffff;}

.alignleft{
    text-align: left;
    float: left;
    padding: 5px 0 5px 0;
    font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
    width: 200px;
}

#thumbox{
    padding: 0;
    margin:0;
    text-align: left;
    margin-bottom: 15px;
}

ul.thumbs, .thumbs li {
    
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
}

.thumbs li div{
text-align: center;
    width: 160px;
    height: 160px;
       border: 1px solid #ffffff;
    padding: 2px;
    background-color: #243D80;
    
    font-weight: bold;
    float: left;
    margin: 4px;
    color: #ffffff;
}

.thumbs li img{
    width: 160px;
    height: 88px;
    margin-bottom: 2px;
      
}

.orbit{
    font-family: 'Orbitron', arial, serif;
    font-size: 1.6em;
    font-style: italic;
}

.smallfooter{
    color: #5A5E80;
}

#footer .smallfooter a{
    color: #5A5E80;
}

.mapinfo{
    display: none;
}

#mapblock{
    height: 280px;
    margin-top: -10px;
}

area, map {
    cursor: crosshair;
}

.showimg
{
    float:left;
    width: 90px;
    height: 90px;
    margin: 0 20px 20px 0;
}
.larger {
    font-size: 3em;
}

.search-form {
display: inline;
}

.form-text, .form-submit{
    padding: 3px;
    margin: 0;
    width: auto;
    background-color: #ffffff;
    border: 1px solid #666666;
    margin-right: 5px;
    font-family: "Lucida Sans","Lucida Sans Unicode","Lucida Grande", Arial, sans-serif;
font-size: 12px;
}

.headline {
    background-color: #C90B25;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.3em;
    text-shadow: 2px 2px 3px #333333;
    padding: 8px;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-top: 8px;
}

.headline a {color: #ebebeb; text-decoration: underline}
.headline a:hover {color: #ffffff;}