/*Only 3 Colours used, to change do a simple find and replace
   Red (BG, Links, H1): #CCCCCC
   Black (hover): #000000
   White (Navingation Bars): #ffffff
   Dark Grey (Main Text): #333333
*/

body {
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	background-image: url(images/bg.jpg);
}
p a:link, p a:visited {
	font-weight: bold;
	color: #97999A;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#mycontainer {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	height: auto;
	background-color: #000000;
}

/*Topbar Styles*/
#mytopbar {
	background-image: url(images/nash-konig.jpg);
	height: 178px;
	width: 1000px;
}
#mynavigation {
	background: url(images/navigationbg.jpg) left top no-repeat;
	height: 45px;
	width: 820px;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navbar {
	float:left;
	margin: 3px 0 0 9px;
	z-index: 100;
	width: 810px;
}
*html #navbar {
	margin-left: 5px;
} /* for ie*/	



/*Main Styles*/
#mymain {
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
	height:auto;
	width: 1000px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	background-color: #000000;
}
*html #mymain {
	margin-left: 2px;
} /* for ie*/

#leftside-address  {
	position: relative;
	height: 558px;
	width: 200px;
	color: #E9EBED;
	float:left;
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}
#leftside-address  p  {
	margin-left: 10px;
	margin-top: 0px;
	font-size: 12px;
	text-align: right;
	margin-right: 20px;
}
#animation {
	background-repeat: no-repeat;
	float:left;
	position: relative;
	height: 270px;
	width: 777px;
	margin-left:5px;
	margin-top: 12px;
	background-color: #414244;
	background-position: center 10px;
	padding-left: 8px;
	
}
#maintext {
	background-color:#414244;
	color:#CCCCCC;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:auto;
	margin-left:5px;
	margin-top:-2px;
	padding:0;
	width:785px;
}
#maintext p{
	margin-left:11px;
	margin-top:0px;
	margin-right: 5px;
}
.mainh1 {
	font-size: 14px;
	font-weight: bold;
	margin-left:11px;
	color: #B0B0B0;

}




/*Footer Styles*/
#myfooter {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 32px;
	width: 1000px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#navbarbot {
	height:13px;
	margin-top: 15;
	margin-bottom: 0;
	margin-right:-30px;
	position: relative;
	padding-top: 12px;
	float: right;
	margin-right: 8px;
	font-size: 13px;
	width: 470px;
	text-align: right;
}
#navbot, #navbot ul {
     padding: 0;
     margin: 0;
     list-style: none;
     line-height: 1;}

#navbot li {
	float: right;
}

#navbot li a {
	color:#CCCCCC;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 6px;
	font-weight: bold;
}	
	
#navbot li a:hover {
	color:#FFFFFF;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 6px;
}


#featuredholder {
	float:right;
	padding-top:0px;
	background-image:url(images/featured.gif);
	background-repeat:no-repeat;
	width:225px;
	height:275px;
	margin-top: -25px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-left: 5px;
}
	
h3 {font-size:12px;}
#leftside-address a {
	margin-left: 0px;
	margin-top: 0px;
}
#nav
{
	margin-left:0px;
	position:relative;
	top:20px;
	width:199px;
	height:auto;
	z-index:2;
	list-style-type:none;
	

}
#nav ul, #nav li
{
	list-style-type:none;
	
	}


/* First Level Links */

#nav li a {
	-x-system-font:none;
	background:transparent url(images/buttonsoff.gif) no-repeat scroll right top;
	color:#FFFFFF;
	display:block;
	height:23px;
	text-align:right;
	text-decoration:none;
	width:162px;
	margin-right: 10px;
	margin-left: 0px;
	padding-right: 20px;
	padding-top: 4px;
	font-size: 12px;
	font-weight: bold;
}

#nav li a:hover
{
	background: url(images/buttonson.gif) no-repeat top right;
    color: #fff;
    display: block; 
	height:23px;
	position:relative;
}
#addressbarbot {
	color:#CCCCCC;
	float:left;
	font-size:13px;
	height:13px;
	margin-top:0px;
	margin-bottom:0;
	margin-left:3px;
	padding-top:11px;
	position:relative;
	text-align:left;
	width:500px;
}

#inlineSecond {min-height:auto!important; } /* Safari hack for content expanding issue */ html[xmlns*=""] #inlineSecond {min-height: inherit;margin-bottom: 15px;} #inlineSecond { min-height:auto; padding-bottom: 15px;}
