/* GLOBAL */
body {
	font-size: small; 
	font-family: Calibri, tahoma,arial,sans-serif;
    background: #000 url('../images/bg.bmp');
    color:#000;
	margin:0;
    padding:0;
} 
a, a:link, a:visited,a:hover, a:active
{
	color: #BD002B;
	text-decoration: underline;
}
a img 
{
    border:0px;   
}
hr
{
    height:2px;
    border: solid 1px #BD002B;
    width:90%;
}
h1{
    font-size: large;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 5px;
    color:#000;
}
h2
{
    margin: 0px;
    color: #BD002B;
    font-size: larger;
}
h3{
    color: #BD002B;
    font-size: medium;
    margin:0;
}
h4{
    margin: 0px;
    color: #BD002B;
    font-size: small;
    width:40%;
}
#navigation 
{
    font-size:12px;
    text-align: center;
    width: 939px;
    margin-left: 18px;
}
.floatLeft
{
    float: left;
    width: 490px;
    color: #000;
    margin-left: 5px;
    margin-top: 10px;
}
.floatRight
{
    float: right;
    width: 410px;
    color: #000;
    height: 470px;
    margin-right: 20px;
    margin-left:5px;
    margin-top: 10px;
}
.scrollDiv
{
    width:100%;
    height: 420px;
    overflow-y: auto;
    overflow-x: hidden;  
}
.leftImg
{
    width: 236px;
    height:230px;
    border: 0;
    margin: 0;
}
#fireman
{
    display:none;
    position:absolute;
    background-image: url('/images/fireman.gif');
    width: 165px;
    height: 147px;
    margin-left: -160px;
    margin-top: -58px;
}
#navigation a
{
    display: -moz-inline-stack;
    display: inline-block;
    border: solid 1px #CCC;
    padding: 5px 0 0 0;
    width: 14%;
    height: 20px;
    color: #CCC;
    text-decoration: none;
    margin-left: -4px;
    text-align: center;
}
#navigation a span
{
    display:block;
    text-align: center;  
}
#navigation a:hover
{
    text-decoration: none;
    color: #FFF;
    background-color: #BD002B;
}

/* LAYOUT */
#fullDiv
{
    width: 910px;
    margin-left: 15px;
    margin-top: 20px;
    height: 450px;
    text-align: left; 
    overflow: auto;
}
.greyHeader
{
    background-color:#999;   
    color: #FFF;
    padding-left: 10px;
    width: 98%;
}
.greyHeader a, .greyHeader a:link, .greyHeader a:visited
{
    background-color:#999;   
    color: #FFF;
    padding-left: 10px;
    text-decoration:none;
}
.redHeader
{
    background-color:#BD002B;   
    color: #FFF;
    padding-left: 10px;
}
#mainProductDiv
{
    height:400px;
    width: 100%;
    text-align:center;
}
.mainProductSection
{
    overflow-y:auto;
    overflow-x:hidden;
    height:340px;
    width:100%; 
}
.ProductSection
{   
    overflow-y:auto;
    overflow-x:hidden;
    height:340px;
    width:100%;
    background-color: #DDD;
}
.red
{
    color: #BD002B;
    cursor:hand;
}
#container
{
    width: 970px;
    margin:0 auto;
    padding:10px;
}
#footer
{
    clear:both;
    width:940px;
    margin-top: -40px;
    margin-left: 15px;
}
	
#content 
{
    padding: 10px;
    margin-top: 5px;
	color: #000;
	width:957px;
	height: 520px;
    background-color:#000;
    background-image: url("/images/background.jpg");
    background-repeat: no-repeat;
}
.content p {
	font-size:  x-small;
}
.newsButton a, .newsButton a:active, .newsButton a:link, .newsButton a:visited
{
    text-align: right;
    background-color: #BD002B;
    color: #FFF;
    padding:3px;
    text-decoration: none;
}
.newsButton a:hover
{
    text-align: right;
    background-color: #BD002B;
    color: #FFF;
    padding:3px;
    text-decoration: none;
}
.content-img{
	border:2px solid #94AA74;
	padding:5px;
	float:right;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
}

/* FOOTER */
#footer-RNSC
{
	text-align:center;
	color: #999;
	font-size: x-small;
}
#footer-RNSC a{
    color: #999;
}

#footer-RNSC a:hover{
    color: #999;
}

/* HEADER */
#header {
	border:0px solid black;
	background-image: url("/images/gbsolo-banner.jpg");
	background-repeat: no-repeat;
	width: 935px;
	height: 105px;
	margin-left: 18px;
}

.header-breadcrumbs {
	font-size:small; 
	height:15px;
}

.header-breadcrumbs ul {
	list-style:none; 
	margin: 0;
	padding: 0;
}

.header-breadcrumbs ul li {
	display:inline; 
	padding:10px 0 0 10px; 
	font-weight:bold; 
	color:#BBB;
	border: solid 1px #CCC;
}
.header-breadcrumbs ul a {
	color:#BBB;
	text-decoration:none;
}
.header-breadcrumbs ul a:hover {
	color:#C81D25;
	text-decoration:underline;
}



/* FORM */
form 
{
    padding: 0;
    margin: 0;   
}
.form-msg {
	font-size: smaller; 
	background-color: #CED8BA; 
	border: 1px dashed #79A545; 
	color: #BD2C18; /*#89230A;*/
	/* font-weight:bold; */
	padding:5px;
}

.form-label {
	color: #5E7830;
	font-weight:bold;
	vertical-align:top;
}
/*#form p{
	border:1px solid red;
}*/

form label{
	color: #888;
}

.form-textbox { 
	font-size: smaller; 
	width: 250px;
}

.form-textarea { 
 	background-color: #CED8BA; 
	color: #5E7830; 
	font-size: small; 
	border: 1px solid #94AA74; 
}

.form-button {
	background-color: #BD002B;
	font-size: small;
	color: #FFF;
	border:0px;
	cursor:hand;
	width:100px;
} 

.form-checkbox {
	/*background-color: #CED8BA;
	border: #94AA74 1px solid;
	color: #5E7830*/
} 
.form-select{
	border: inset 1px #CCC;
}

#form option.Lgreen {
	background-color: #CED8BA;
	font-weight: bold;
	font-size: small; 
	color: #5E7830;
}
/*#form option.Dgreen {background-color: #ffcccc;}*/

