body {
	 margin:0px; padding:0px;
	 background-color:#000;
	 font-family: "Verdana", sans-serif;
	 color:#302f2a;
}

img {
	 border: 0;
}

 img { behavior: url(scripts/iepngfix.htc) }

a {
color: #fff;
font-weight: bold;
text-decoration: underline;
}
a:hover {
color: #fff;
font-weight: bold;
text-decoration: none;
}
 
#main {
	 margin-top: 10px;
	 background-color:#000;
}


#header {
	 background-image:url(images/logo.jpg);
     background-repeat:no-repeat;
	 height:90px;
}

#nav {
	 margin-left: 23px;
	 height:40px;
	 padding:3px;
	 /**border: 1px solid green;**/
}


#content {
	 background:#000;
     margin-top: -10px;
	 height: 400px;
	 padding:15px;
}

#content_left {
	 width: 65%;
	 float: left;
}


#content_right {
	 width: 34%;
	 float: right;
}


#imagereel {
	 margin-top: 20px;
	 height: 62px;
}


#footer {
	 padding-top:8px;
	 color: #fff;
	 text-align:center;
	 font-weight: bold;
	 font-size:10px;
	 background-image:url(images/footerbg.jpg);
     background-repeat:no-repeat;
	 height: 68px;
}


.container {
	width:1000px;
	margin:0 auto;
	border:1px solid green;
	/** border:1px solid red; **/
}

/**###########**/
/**Drop down menu css**/
/**###########**/

* {padding:0; margin:0}
.dropdown {float:left; padding-right:1px}
.dropdown dd {position:absolute; overflow:hidden; width:125px; display:none; background:#1d1d1d; z-index:200; opacity:0}
.dropdown ul {width:200px; border-left:2px solid green; list-style:none; border-top:none; font-size: 10px;padding-left: 0em;text-indent: 0em;}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#fff; text-decoration:none; background:#1d1d1d; width:125px}
.dropdown a:hover {background:#333333; color:#fff}
.dropdown .underline {border-bottom:1px solid green}

/** buttons **/

.dropdown dt {width:90px; height: 30px; padding:2px; font-weight:bold; cursor:pointer;}
.dropdown dt:hover {}



.dropdownstatic {float:left; padding-right:1px}
.dropdownstatic a, .dropdown a:active, .dropdown a:visited {}
.dropdownstatic a:hover {}
.dropdownstatic dt {width:90px; height: 30px; padding:2px; font-weight:bold; cursor:pointer;}
.dropdownstatic dt:hover {}


/**#############**/
/**Pages panel formatting**/
/**#############**/

/** home page **/

LI.list1 {list-style: disc inside;}

#panel1 {
	 background-color: #000;
	 position:relative;
     text-align: center;
	 font-size: 14px;
	 color: #c4c4c4;
	 font-weight: bold;
	 padding: 5px;
	 height: 155px;
	 border: 1px solid #444444;
}

#panel2 {
	 background-color: #000;
     text-align: left;
	 font-size: 10px;
	 color: #fff;
	 padding: 5px;
	 margin-top: 5px;
	 height: 245px;
	 border: 1px solid #444444;
}

#panel3 {
	 background-color: #00;
	 padding: 5px;
	 height: 285px;
	 border: 1px solid #444444;
}

#panel4{
	 background-color: #00;
	 overflow:hidden;
	 text-align: center;
	 color: #fff;
	 font-size: 10px;
	 padding: 5px;
	 margin-top: 5px;
	 height: 119px;
	 border: 1px solid #444444;
}

/** dirty index hack fix**/
#panel4i{
	 background-color: #00;
	 overflow:hidden;
	 text-align: center;
	 color: #fff;
	 font-size: 10px;
	 padding: 5px;
	 margin-top: 5px;
	 height: 115px;
	 border: 1px solid #444444;
}
/** dirty index hack fix**/

#downloadpanel {
	 background-color: #000;
	 position:relative;
	 font-size: 14px;
	 color: #c4c4c4;
	 font-weight: bold;
	 padding: 5px;
	 height: 417px;
	 border: 1px solid #444444;
}

/** home page end **/

.50perc {
width: 50%;
}

#panel2b {
	 background-color: #000;
     text-align: left;
	 font-size: 10px;
	 color: #fff;
	 padding: 0px;
	 margin-top: 5px;
	 height: 245px;
	 border: 1px solid #444444;
}

/** list firefox **/

ul {
	list-style: disc;
	margin-left: 0;
	padding-left: 12px;
	text-indent: -12px;
	#padding-left: 16px;
	#text-indent: -16px;
	}

