@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #09F;
}
p.body {
	margin-top: 0px;
	margin-bottom: 6px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
}
p.smallprint {
	margin-top: 0px;
	margin-bottom: 6px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 9px;
}
p.caption {
	margin-top: 4px;
	margin-bottom: 6px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
p.chart {
	margin-top: 0px;
}
.bold {
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #66CCFF;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
img
{  border-style: none;
}
.align-left {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}
.align-centre {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.align-right {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
}
h1 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
	margin-top: 0px;
	padding-bottom: 0px;
}
h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	padding: 0 0px 0 540px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 120px;
	background-image: url(../Images/missile-header.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	width: 100px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px;
	float: left;
}
.twoColFixLtHdr #mainContent {
	padding: 0 20px 0px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #09F;
	background-image: url(../Images/page-background.gif);
	background-repeat: no-repeat;
	background-position: 14px top;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	float: right;
	width: 625px;
}
.prop {
	height:2000px;
	float:right;
	width:1px;
}
.picleft {
	padding: 5px;
	background: #3399ff;
	font-size:9px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0px;
	}
	
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p.u2r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0066FF;
	text-align: center;
}
#pagetitle {
	height: 50px;
}
#pagetitle-image {
	padding-left: 0px;
	padding-right: 10px;
	float: left;
}
#pagetitle-text {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
	color: #FFF;
}
#subcontent-container {
	width: 625px;
	background-repeat: no-repeat;
	color: #FFF;
}
#subcontent-header {
	width: 625px;
	background-image: url(../Images/missile-sub-background.gif);
	background-repeat: no-repeat;
}
#subcontent-charttitle {
	width: 625px;
	background-color: #0061B6;
	text-align: center;
}
#subcontent {
	width: 605px;
	background-image: url(../Images/missile-sub-background-gradient.gif);
	background-repeat: repeat-x;
	background-color: #09F;
	min-height: 147px;
	height: auto !important;
	height: 147px;
	background-position: left top;
	padding: 0px 10px 0px 10px;
}
#subcontent-chart {
	width: 605px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
}
#subcontent-footer {
	width: 625px;
	background-image: url(../Images/missile-sub-background-bottom.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-top: 0px;
	clear: both;
}
#subcontainer-clear {
	clear: both;
}

#gallery-box{
}



#homepage-content-container {
	width: 400px;
	float: left;
}
#homepage-container {
	width: 400px;
	background-repeat: no-repeat;
	color: #FFF;
	float: left;
}
#homepage-header {
	width: 400px;
	background-repeat: no-repeat;
}
#homepage {
	width: 380px;
	background-image: url(../Images/missile-sub-background-gradient.gif);
	background-repeat: repeat-x;
	padding: 0px 10px 0px 10px;
	background-color: #09F;
	margin-bottom: 0px;
	min-height: 147px;
	height: auto !important;
	height: 147px;
}
#homepage-footer {
	width: 400px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-top: 0px;
}
#homepage-clear {
	clear: none;
}
#news-container {
	width: 210px;
	background-repeat: no-repeat;
	color: #FFF;
	float: right;
	background-color: #53BAFF;
	text-align: center;
}

#tv-box {
	width: 610px;
	background-image: url(../Images/TVset-old-aspect.jpg);
	float: left;
	padding-left: 30px;
	padding-top: 17px;
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

#tv-left-container {
	width: 610px;
	
}
#tv-right-container {
	text-align: center;
	clear: both;
	width: 570px;
	padding-top: 120px;
}
#picbox-left-1-third {
	width: 200px;
	float: left;
}
#picbox-left-2-thirds {
	float: left;
	width: 400px;
}
#picbox-left-half {
	float: left;
	width: 302px;
}
#picbox-left-thumbnail {
	float: left;
	width: 100px;
}
#picbox-right-half {
	float: right;
	width: 302px;
}
#picbox-right-1-third {
	width: 200px;
	float: right;
}
#picbox-right-2-thirds {
	width: 400px;
	float: right;
}



#txtbox-fullwidth {
	float: left;
	width: 595px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
}
#txtbox-left-1-third {
	width: 180px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
}
#txtbox-left-2-thirds {
	float: left;
	width: 380px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
}
#txtbox-left-half {
	float: left;
	width: 292px;
	padding-left: 0px;
	padding-right: 10px;
	color: #FFF;
}
#txtbox-right-half {
	float: right;
	width: 292px;
	padding-left: 10px;
	padding-right: 0px;
	color: #FFF;
}
#txtbox-right-1-third {
	width: 180px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
}
#txtbox-right-2-thirds {
	width: 380px;
	padding-left: 10px;
	padding-right: 0px;
	color: #FFF;
	float: right;
}
#txtbox-history {
	width: 480px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	float: right;
}


#formfield {
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
#history {
	padding-bottom: 5px;
}
.addthis {
	text-align: center;
	padding: 10px 0px 10px 0px;
}
#miniplayer-box {
	width: 400px;
	height: 140px;
	background-image: url(../Images/miniplayer-1-piece.png);
	background-repeat: no-repeat;
}
#majorplayer-box {
	width: 625px;
	height: 140px;
	background-image: url(../Images/majorplayer.png);
	background-repeat: no-repeat;
}
.player-container {
	width: 290px;
	height: 102px;
	padding-left: 98px;
	padding-top: 14px;
}
.majorplayer-container {
	width: 515px;
	height: 102px;
	padding-left: 98px;
	padding-top: 14px;
}
