
body
{
	behavior: url("csshover3.htc");
	background: #4A4A4A;
	font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding-top:0;
	color: #afafaf;
}


.hiddenPic {display:none;}

p
{
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4
{
	color:#eaeaea;
}

a:link
{
	color: #e8e8e8;
}
a:visited
{
	color: #e8e8e8;
}
a:hover, a:active
{
	color: #ffba16;
	text-decoration: underline;
}

.orange
{
	color: #ffba16;
}

.noborder
{
	border:none;
	border-style:none;
	text-decoration: none;
}


#maintable {
border-style:solid;
border-width:1px;
border-color:#525151;
width:840px;
margin-left: auto ;
margin-right: auto ;
background-color: #252525;

}


#maintablestore {
border-style:none;
border-width:0;
border-color:#525151;
width:660px;
margin-left: auto ;
margin-right: auto ;
background-color: #252525;

}



#headerwrap {
	background-image: url(img/topogun_headerbg.jpg);
	background-repeat: repeat-x;
	height: 92px;
	border-style:none;
	border-width:0;
}

#headerR {
	background-image: url(img/topogun_headerR.jpg);
	background-repeat: no-repeat;
	height: 92px;
	width: 373px;
	float:right;
	border-width: 0;
	border-style:none;


}

#headerwrap #headerlogo img {
	border-width: 0;
	border-style:none;
}

#headerlogo {
	background-image: url(img/topogun_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 92px;
	float:left;
}


#navwrap {
	background-color: #272727;
	background-image: url(img/topogun_navbg.gif);
	background-repeat: repeat-x;
	height: 37px;
	border-width: 0;
	border-style:none;
	padding-top:10px;
	margin:0;
	z-index:1000;

	
}


#navwrap ul
{
	padding:0;
	margin:0;
	list-style: none;
	text-align:justify;
	width: 100%;
	height: 100%;
	z-index:1001;

}

#navwrap ul li
{
	float:left;
	list-style: none;
	width: 16.6%;
	margin:0;
	padding:0;
	text-align:center;
	position:relative;
	height: 37px;
	z-index:1002;
}


#navwrap ul li  a
{
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	height: 100%;
	color: #afafaf;

}

#navwrap ul li  ul
{
	display:none;
	padding:0;
	margin:0;
	position:absolute;
	top:36px;
	left:0;
}

#navwrap ul li:hover ul
{
	display:block;
}

#navwrap ul li:hover a
{
	color: #ffba16;
}


#navwrap ul li ul li
{
	background-color:#4a4a4a;
	width:100%;
	text-align:left;
	height:30px;
	z-index:1004;
}

#navwrap ul li ul li a
{
	display: block;	
	padding-left:5px;
	padding-top:8px;
	font-weight: normal;
	font-size: 8pt;
	z-index:1005;
}


#navwrap ul li  ul li:hover
{
	background-color:#ffba16;
	color:black;

}

#navwrap ul li:hover ul li a
{
	color: #e8e8e8;
}


#navwrap ul li  ul li:hover a
{
	color:black;
}


#cwrap {
	background-color: #252525;
	border-width:0;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style:none;
	min-height:100px;
	height:auto;
	z-index:100;
}


#crumbs
{
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	padding:10px;
	color: #ffba16;
	border-style:none;
	border-bottom-style:solid;
	border-width:1px;
	border-color:#525151;
}


#crumbs a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	padding:10px;
	color: #afafaf;
}

#leftpane
{
border-width:0;
margin:0px;
padding:0;
width:134px;
float:left;
min-height:100px;
height:auto;
margin-top:5px;
background-color: #252525;
}

#rightpane
{
border-width:0;
margin:0px;
padding:0;
width:134px;
float:right;
min-height:100px;
height:auto;
margin-top:5px;
background-color: #252525;
}

#middlepane
{
border-width:0;
width:550px;
float:left;
min-height:100px;
height:auto;
text-align:justify;
padding:10px;
margin:0;
background-color: #252525;
}


#middlepanestore
{
border-width:0;
width:500px;
min-height:100px;
height:auto;
text-align:center;
margin:0;
background-color: #252525;
margin-left:auto;
margin-right:auto;
}

#ajax {
border-style:none;
border-top-style:solid;
border-width:1px;
border-color:#525151;
padding-bottom:10px;
padding-top:10px;
	
}


#ajaxSearch_submit {

	padding: 0 5px 2px 5px;

	color: #000;

	font-family: "Lucida Sans Unicode", Verdana, serif;

	background: url(images/button_bg.jpg) top center repeat-x;

	background-color: #d3d3d3;

	text-align: center;

	font-size: 10px;

	text-transform: uppercase;

	width: auto;

	height: 20px;

	border: 1px solid #a5a5a5;

	line-height: 16px;

}



#ajaxSearch_submit:hover {

	background: url(images/button_bg_hover.jpg) top center repeat-x;

	background-color: #ffba16;

}



#ajaxSearch_input {

	font-size: 10px;

	width:100px;

	font-family: "Lucida Sans Unicode", Verdana, serif;

	border: 1px solid #a5a5a5;

	color: #000;

	background: url(images/textarea_bg.jpg) top center repeat-x;

	background-color: #d3d3d3;

	position:relative;

	top:0px;

	left:0px;

}



.topogun_submit {

	padding: 0 5px 2px 5px;

	color: #000;

	font-family: "Lucida Sans Unicode", Verdana, serif;

	text-align: center;

	font-size: 10px;

	text-transform: uppercase;

	background: url(images/button_bg.jpg) top center repeat-x;

	background-color: #d3d3d3;

	width: auto;

	height: 20px;

	border: 1px solid #a5a5a5;

	line-height: 16px;

}





.topogun_submit:hover {

	background: url(images/button_bg_hover.jpg) top center repeat-x;

	background-color: #ffba16;

}



.topogun_generic {

	font-size: 10px;

	font-family: "Lucida Sans Unicode", Verdana, serif;

	border: 1px solid #a5a5a5;

	color: #000;

	background: url(images/textarea_bg.jpg) top center repeat-x;

	background-color: #d3d3d3;

	position:relative;

	top:0px;

	left:0px;

}



.topogun_input {

	font-size: 10px;

	width:100px;

	font-family: "Lucida Sans Unicode", Verdana, serif;

	border: 1px solid #a5a5a5;

	color: #000;

	background: url(images/textarea_bg.jpg) top center repeat-x;

	background-color: #d3d3d3;

	position:relative;

	top:0px;

	left:0px;

}



.topogun_input_long {

	font-size: 10px;

	width:200px;

	font-family: "Lucida Sans Unicode", Verdana, serif;

	border: 1px solid #a5a5a5;

	color: #000;

	background: url(images/textarea_bg.jpg) top center repeat-x;

	background-color: #d3d3d3;

	position:relative;

	top:0px;

	left:0px;

}



.formtext{

	float:left;

	text-align:left;

	padding-right:5px;

}



.formcontrol{

	float:right;

	text-align:right;

}




.videobox {
    padding: 0;
	font-family: "Lucida Sans Unicode", Verdana, serif;
	background-color: #707070;
	background: url(img/videobox.jpg) top center repeat-x;
	width:550px;
	border-color: #7d7d7d;
	border-width:1px;
	border-style: solid;
	margin:0;
	margin-bottom:10px;
	height: 70px;
	clear:both;
	z-index:50;
}

.videobox:hover {
	border-color: #ffba16;
}

.videobox p{
	font-size: 11px;
    color: #e1e1e1;
	text-align: justify;
	line-height:14px;
	padding: 1px;
	margin:2px;
	margin-top:-14px;
}

.videobox h3{
	font-size: 13px;
    color: #ffba16;
	text-align: right;
	padding:0;
	margin-top:4px;
	margin-right:4px;

}

.videoboxthumb {
    padding: 0;
	background-color: transparent;
	width:94px;
	border: none;
	margin:none;
	height: 70px;
	position: relative;
	top:0;
	left:0;
}

.videoboxplay {
    padding: 0;
	background: url(img/play.png) top center repeat-x;
	width:94px;
	border: none;
	margin:none;
	height: 70px;
	position: absolute;
	top:0;
	left:0;
	display:none;
}

.videoboxthumb:hover  .videoboxplay{
	display:block;
	cursor:pointer;
}

.videoimg {
	padding: 0;
	margin:0;
	border:0;
	position:absolute;
	top:0;
	left:0;
}

.videotext {
    background-color: transparent;
	padding: 0;
	width:465px;
	border: none;
	margin:none;
	height: 70px;
	position: absolute;
	top:0;
	left:85px;
}

.dnl {
    padding: 0;
	background: url(img/dnl.png) top center repeat-x;
	width:70px;
	border: none;
	margin:none;
	height: 70px;
	position: absolute;
	top:0;
	left:0;
	display:none;
}

.videoboxthumb:hover  .dnl{
	display:block;
	cursor:pointer;
}


.storetable {
	background-color: #4A4A4A;
	border-color: #525151;
	border-width:1px;
	border-style: solid;
	
}

.td1{
	font-size: 16px;
	font-family: "Lucida Sans Unicode", Verdana, serif;
    color: #252525;
	background-color: #eee;
	text-align: center;
	padding:10px;
	margin: 10px;
	font-weight: bold;
	height:30px;
	width:50%;
}

.td2{
	font-size: 12px;
	font-family: "Lucida Sans Unicode", Verdana, serif;
    color: #eaeaea;
	text-align: justify;
	padding:10px;
	vertical-align:text-top;
}

.td3{
	font-size: 22px;
	font-family: "Lucida Sans Unicode", Verdana, serif;
    color: #fff;
	text-align: center;
	padding:10px;
	font-weight: bold;
	border-color: #aaa;
	border-width:1px;
	border-style: none;
	border-top-style: dashed;
	
}

.td4{
	font-size: 20px;
	font-family: "Lucida Sans Unicode", Verdana, serif;
    color: #000;
	text-align: center;
	padding:10px;
	font-weight: bold;
	background-color: #444;
}

.td4:hover {
background-color: #ffba16;

}


.td4 a{
    color: #ffba16;
}

.td4:hover a{
    color: #000;
}



.module {
	position:relative;
	font: normal 10px "Lucida Sans Unicode", Verdana, serif;
	border-style:solid;
	border-width:1px;
	border-color:#525151;
	margin:5px;
	width:90%;
	color: #afafaf;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
}

.modulebar {
	color: #ffba16;
	text-align: center;
	width: 100%;
	font: bold 9pt "Lucida Sans Unicode", Verdana, serif;
	background: url(img/topogun_headbg.gif) left center repeat-x;	
	display: block;
	height:15px;
	border-style:none;
	border-bottom-style:solid;
	border-width:1px;
	border-color:#525151;
	padding-bottom:4px;
	
}


.navigatorchildren {
	text-transform: none;
	color: #afafaf;
	text-align: left;
	margin-left:-20px;
}

.navigatorchild {
	text-transform: none;
	color: #afafaf;
	text-align: left;
	margin-left:-20px;
}



.navigatorcurrent {
	text-transform: none;
	color: #ffba16;
	text-align: left;
	margin-left:-20px;
}

.navigatorchild  a, .navigatorcurrent a {
color: #afafaf;
}




#footer {
	background: url(images/bottom_bg.jpg) top center no-repeat;
	width: 918px;
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #afafaf;
	font-weight: normal;
}

#footer  a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	text-decoration:none;
}




.kudosquote
{
padding-left:3px;
padding-right:3px;
text-align: justify;
color: #afafaf;
padding-bottom:5px;
padding-top:5px;

}

.kudosauthor
{
padding-left:3px;
padding-right:3px;
text-align: center;
color: #e6e6e6;
padding-bottom:5px;

}

.bottombox {
width:550px;
min-height:100px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:20px;
}


.lb1{
    padding: 0;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	margin-bottom:10px;
	font-family: "Lucida Sans Unicode", Verdana, serif;
	background-color: #707070;
	background: url(img/lb1.jpg) top center repeat-x;
	width:170px;
	float:left;
	border: none;
	height: 150px;
	text-decoration: none;
}

.lb1:hover {
	background: url(img/lb1_h.jpg) top center repeat-x;
}

.lb1 p{
	font-size: 12px;
    color: #FFF;
	text-align: left;
	padding: 5px;
}

.lb1 a, .lb1 a:link, .lb1 a:visited {
	text-decoration: none;
	border: none;
}


.lb2{
    padding: 0;
	margin-left:20px;
	margin-right:0;
	margin-top:10px;
	margin-bottom:10px;
	font-family: "Lucida Sans Unicode", Verdana, serif;
	background-color: #707070;
	background: url(img/lb2.jpg) top center repeat-x;
	width:170px;
	float:left;
	border: none;
	height: 150px;
	text-decoration: none;
}

.lb2:hover {
	background: url(img/lb2_h.jpg) top center repeat-x;
}

.lb2 p{
	font-size: 12px;
    color: #FFF;
	text-align: left;
	padding: 5px;
}

.lb2 a, .lb2 a:link, .lb2 a:visited {
	text-decoration: none;
	border: none;
}


.lb3{
    padding: 0;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	margin-bottom:10px;
	font-family: "Lucida Sans Unicode", Verdana, serif;
	background-color: #707070;
	background: url(img/lb3.jpg) top center repeat-x;
	width:170px;
	float:right;
	border: none;
	height: 150px;
	text-decoration: none;
}

.lb3:hover {
	background: url(img/lb3_h.jpg) top center repeat-x;
}

.lb3 p{
	font-size: 12px;
    color: #FFF;
	text-align: left;
	padding: 5px;
}

.lb3 a, .lb3 a:link, .lb3 a:visited {
	text-decoration: none;
	border: none;
}




.homenews {
    padding: 0;
	margin:0;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", Verdana, serif;
	background-color: #707070;
	background: url(img/newsbox.jpg) top center repeat-x;
	width:550px;
	border-style: none;
	margin-bottom:20px;
	margin-top:10px;
	height: 150px;
	overflow:hidden;
}



.homenews:hover {

	border-color: #ffba16;

}



.homenews a{

    color: #ffba16;

}

