body {
	font: 14px Arial, Helvetica, sans-serif;
	background: #000000 url(../images/rocket4.jpg) no-repeat center top;
	padding: 0;
	margin: 0;
}
img {
	border: none;
}

.title-container {	
	position:relative;
	padding: 0px 0px 0px 260px;
	margin: -40px 0 0 0;
	width:300px;
	float:left;
	color: #ffffff;
	font: 18px Arial, Helvetica, sans-serif;
	z-index:-10;
}

.title-container h1{
	font: 100px Hand Of Sean;
	color: #ffff00;
	line-height: 50px;
}
.tag-container {	
	position:relative;
	padding: 80px 0px 0px 0px;
	margin: 0px 0 0 0;
	width:300px;
	float:left;
	color: #ffffff;
	font: 18px Arial, Helvetica, sans-serif;
}

.tag-container h3{
	font: 40px Reklame Script Regular DEMO;
	margin: -5px 0 0 0;
	color: #ffffff;
	line-height: 50px;
}

.main-container {
	width:1024px;
	padding: 0px 0 0 0;
	margin-left: auto ;
	margin-right: auto;
}

.text-container {
	position:relative;
	padding: 10px 20px 30px 20px;
	margin: -30px 0 0 0;
	width:768px;
	float:left;
//background: #fff; /* for non-css3 browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.75) 0%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.75)), color-stop(53%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 53%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 53%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 53%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 53%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow:  5px 10px 5px 2px rgba(0, 0, 0, .8);
        box-shadow:  5px 10px 5px 2px rgba(0, 0, 0, .8);
}

.text-container h2{
	font: 80px Reklame Script Regular DEMO;
	color: #03256a;
	line-height: 40px;
	margin: 20px 0px 0px 20px;
}

.text-container h3{
	font: 40px Reklame Script Regular DEMO;
	color: #03256a;
	line-height: 40px;
	margin: 20px 0px 0px 20px;
}

.side-container {
	position:relative;
	padding: 30px 20px 30px 20px;
	margin: 0 0 15px 0;
	width:150px;
	float:right;
//background: #fff; /* for non-css3 browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.75) 0%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.75)), color-stop(53%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 53%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 53%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 53%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 53%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow:  5px 10px 5px 2px rgba(0, 0, 0, .8);
        box-shadow:  5px 10px 5px 2px rgba(0, 0, 0, .8);
}

.side-container h3{
	font: 32px Reklame Script Regular DEMO;
	color: #03256a;
	line-height: 1.5;
	margin: 0px 0px 10px 0px;
}

.carousel-container {
	position:relative;
	margin: -50px 0 0 0;
	padding: 0 0 0 0;
	width:768px;
	float:left;
}

.footer {
	position:relative;
	padding: 10px 10px 10px 10px;
	margin: 20px 0 0 0;
	width:800px;
	float:left;
background: rgb(76,76,76); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */

	filter:alpha(opacity=90); /* For IE8 and earlier */
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow:  5px 10px 5px 2px rgba(0, 0, 0, .8);
        box-shadow:  5px 10px 5px 2px rgba(0, 0, 0, .8);
}
.footer a:link {
	font: 12px Verdana, Helvetica, sans-serif;
	font-variant:small-caps;
	color: #9f9f9f;
	text-decoration: none;
	font-weight: bold;
	text-align:center
}


.footer a:visited {
	font: 12px Verdana, Helvetica, sans-serif;
	font-variant:small-caps;
	color: #9f9f9f;
	text-decoration: none;
	font-weight: bold;
	text-align:center

}

.footer a:hover {
	font: 12px Verdana, Helvetica, sans-serif;
	font-variant:small-caps;
	color: #ffff33;
	text-decoration: underline;
	font-weight: bold;
}
.footer a:active {
	font: 12px Verdana, Helvetica, sans-serif;
	font-variant:small-caps;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align:center
}

.footer p {
	font: 10px Verdana, Helvetica, sans-serif;
	font-variant:small-caps;
	color: #696969;
	font-decoration: none;
	font-weight: bold;
}


/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(../images/dock-bg3.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #fff;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 3px #000;
        filter: dropshadow(color=#000, offx=2, offy=2);
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 18px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
text-shadow: 2px 2px 3px #000;
        filter: dropshadow(color=#000, offx=2, offy=2);
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

.roundabout {
   width: 1000px;
   position: relative;
   margin: 100px auto 0 auto;
   padding: 50px 0 0 0;
   background: #999;
   }  
.roundabout2 {
    width: 1000px;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -70px;
   background: #999;
}
 .roundabout-holder {
      list-style: none;
      padding: 0;
      margin: 0;
      height: 600;
      width: 500;
   }
   .roundabout-moveable-item {
      height: 321px;
      width: 475px;
      cursor: pointer;
      background-color: #ccc;
      border: 1px solid #000;
   }
   .roundabout-in-focus {
      cursor: auto;
   }