body 
{
	background:url(images/background.jpg) repeat-x #000;
	margin:0;
	padding:0;
	font:12px Arial, Tahoma, Verdana;
	line-height:18px;
	color:#ccc;
}
#container 
{
	margin:0 auto;
	width:804px;
}
ul,ol,p,h1,h2,h3,h4,blockquote,fieldset 
{
	margin:0;
	padding:0;
}
a 
{
	text-decoration:none;
	outline:none;
	color:#ff9900;
}
a:hover 
{
	color:#DC9900;
}
img 
{
	border:none;
}
.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.left-img 
{
	float:left;
	border:1px solid #000;
	margin:4px 7px 0 0;
}
.right-img 
{
	float:right;
	border:1px solid #000;
	margin:5px 0 0 7px;
}
blockquote 
{
	background:url(images/blockquote.gif) no-repeat top left;
	padding:10px 0 0 40px;
	font-style:italic;
}

/* -- [ hacks ] ------------------------ */

.safari #navigation a 
{
	padding:16px 15px 18px 15px;
}
.safari #contactform .send 
{
	padding:9px 0 9px 0;
}
.ie6 #right 
{
	margin-right:-20px;
}
.ie6 .left-box-content 
{
	width:510px;
}
.ie6 .columns 
{
	width:510px;
}
.ie6 .box-column 
{
	margin-right:7px;
	position:relative;
}
.ie6 #navigation a /*in here i gave a static width to nav buttons. because of display:block issue in ie6*/
{
	text-align:center;
	height:1%;
	width:80px;
	text-align:center;
	padding:16px 0 19px 0;
}
.ie6 #navigation a.selected 
{
	background:url(images/nav-buttons.jpg) 0 -101px repeat-x;
	border-right:1px solid #050505;
	border-left:1px solid #050505;
	border-bottom:1px solid #0d0d0d;
	margin-bottom:-1px;
	position:relative;
}
.ie6 #navigation ul li ul li 
{
	margin-bottom:-1px;
}
.ie6 #featured-tabs li a 
{
	background:url(images/featured-dots.png) 0 -8px no-repeat;
}
.ie7 #main
{
	padding-bottom:15px;
}
.ie7 #navigation ul li ul li 
{
	border-bottom:1px solid #000;
}
.chrome #navigation a.selected 
{
	border-bottom:2px solid #0d0d0d;
}
.chrome #contactform .send 
{
	padding:7px 0 7px 0;
}
.opera #featured-tabs
{
	margin:-22px 0 0 475px;
}

/* -- [ header ] ------------------------ */

#header 
{
	width:802px;
	height:90px;
}
#logo 
{
	width:243px;
	height:60px;
	position:absolute;
	margin-top:25px;
}

/* -- [ navigation ] ------------------------ */

#navigation 
{
	width:802px;
	height:49px;
	padding-top:2px;
	border-bottom:1px solid #050505;
	background:url(images/navigation.jpg) no-repeat;
}
#navigation ul 
{
	list-style:none;
	margin-left:10px;
}
#navigation li 
{
	float:left;
}
#navigation a 
{
	display:block;
	padding:16px 15px 19px 15px;
	font:12px Verdana, Arial, Tahoma;
	color:#bbb;
}
#navigation a:hover 
{
	background:url(images/nav-buttons.jpg) 0 -51px repeat-x;
}
#navigation a.selected 
{
	background:url(images/nav-buttons.jpg) 0 -101px repeat-x;
	border-right:1px solid #050505;
	border-left:1px solid #050505;
	border-bottom:1px solid #0d0d0d;
}

/* -- [ navigation > dropdown ] ------------------------ */

#navigation ul li ul
{	
	position: absolute;
	display:none;
	margin:0;
	z-index:101;
}
#navigation ul li ul li
{	
	float: none;
	display: block;
	padding:0;
}
#navigation ul li ul li a
{	
	border:1px solid #000;
	border-top:none;
	width: auto;
	background: #080808;
	display: block;
	padding:5px !important;
}
#navigation ul li ul li a:hover
{	
	background: #191919;
}

/* -- [ main content ] ------------------------ */

#main 
{
	width:760px;
	border-right:1px solid #000;
	border-left:1px solid #000;
	padding:20px 20px 0 20px;
	background:#0D0D0D;
}

/* -- [ right menu ] ------------------------ */

#right 
{
	width:200px;
	float:right;
	color:#999;
}
#archive-rss 
{
	width:210px;
	margin:-10px 0 20px 7px;
}
#archive-rss a 
{
	background:url(images/buttons.jpg) no-repeat;
	display:block;
	width:83px;
	text-align:center;
	padding:6px 0 6px 0;
	text-transform:uppercase;
	float:left;
	color:#ff9900;
	margin-right:20px;
	font-size:11px;
}
#archive-rss a:hover 
{
	background:url(images/buttons.jpg) 0 -30px no-repeat;
}
.right-box 
{
	margin-bottom:20px;
}
.right-box h3
{
	background:url(images/title-short.jpg) no-repeat;
	width:200px;
	padding:8px 0 7px 33px;
	font:12px Arial, Tahoma, Verdana;
	text-transform:uppercase;
	color:#ff9900;
}
.right-box ul 
{
	background:url(images/rounded-small.jpg) bottom left no-repeat #141414;
	list-style:none;
	padding:10px;
}
.right-box li 
{
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #3B3B3B;
}
.right-box li:last-child 
{
	padding:0;
	margin:0;
	border-bottom:none;
}
.right-box a 
{
	display:block;
	color:#999;
}
.right-box a:hover 
{
	color:#ff9900;
}
.right-box span 
{
	display:block;
	text-align:right;
}
.more-link 
{
	display:inline !important;
	color:#ff9900;
}


/* -- [ left part (content) ] ------------------------ */

#left 
{
	float:left;
	width:540px;
	margin-right:20px;
}
#left p 
{

}
.left-box 
{
	background:url(images/rounded-big.jpg) bottom left no-repeat #141414;
	margin-bottom:20px;
}
.left-box h2 /*this is box's title*/ 
{
	background:url(images/title-long.jpg) no-repeat;
	width:507px;
	padding:8px 0 7px 33px;
	font:12px Arial, Tahoma, Verdana;
	text-transform:uppercase;
	color:#ff9900;
}
.left-box-content 
{
	padding:15px 15px 5px 15px;
}
.left-box-content h3 
{
	border-bottom:1px solid #333;
	padding-bottom:2px;
	margin-bottom:5px;
	font:18px arial;
}
.left-box-content h4 
{
	border-bottom:1px solid #333;
	padding-bottom:2px;
	margin-bottom:5px;
	font:16px arial;
}
.left-box-content h5 
{
	border-bottom:1px solid #333;
	padding-bottom:2px;
	margin-bottom:5px;
	font:14px arial;
}
.left-box-content ul 
{
	margin:10px 0 10px 5px;
	list-style:circle;
	padding-bottom: 25px;
}
.left-box-content ol 
{
	margin:10px 0 10px 30px;
}
.work-image 
{
	border:1px solid #000;
	display:block;
	margin-bottom:15px;
}

/* -- [ featured ] ------------------------ */
#featured 
{
	width:540px;
	height:143px;
	margin-bottom:20px;
}
.featured-images img 
{
	display:block;
}
.featured-images p 
{
	width:540px;
	padding:11px 0 13px 15px;
	position:absolute;
	background:url(images/featured-description.png) no-repeat;
	color:#fff;
	margin-top:-39px;
}
#featured-tabs 
{
	position:absolute;
	margin:-42px 0 0 475px;
	z-index:100;
}
#featured-tabs a 
{
	display:block;
	text-indent:-9999pt;
	background:url(images/featured-dots.png) no-repeat;
	width:8px;
	height:8px;
	float:left;
	margin-right:3px;
}
#featured-tabs a:hover, .activeSlide 
{
	background:url(images/featured-dots.png) 0 -8px no-repeat !important;
}

/* -- [ columns (in the index.html inside left-box) ] ------------------------ */

.columns 
{
	width:510px;
}
.columns h3 
{
	font:12px Arial, Tahoma, Verdana;
	text-transform:uppercase;
	margin-bottom:5px;
}
.columns img 
{
	display:block;
	margin-bottom:5px;
}
.box-column 
{
	width:160px;
	float:left;
	margin-right:15px;
}

/* -- [ contact form ] ------------------------ */

#contactform fieldset 
{
	border:none;
}
#contactform textarea 
{
	border:1px solid #333;
	background:#222;
	font:12px Arial, Tahoma, Verdana;
	padding:5px;
	color:#bbb;
	width:500px;
	height:150px;
}
#contactform input 
{
	width:150px;
	border:1px solid #333;
	font:12px Arial, Tahoma, Verdana;
	padding:5px;
	background:#222;
	margin-bottom:10px;
	color:#bbb;
	display:block;
}
#contactform label 
{
	margin-bottom:2px;
	display:block;
}
#contactform input:focus, #contactform textarea:focus 
{
	border:1px solid #0F7393;
}
#contactform .send 
{
	font:11px Arial, Tahoma, Verdana;
	padding:7px 0 7px 0;
	text-align:center;
	background:url(images/buttons.jpg) no-repeat;
	text-transform:uppercase;
	margin-top:5px;
	width:83px;
	color:#ff9900;
	border:none;
	cursor:pointer;
}
#contactform .send:hover 
{
	background:url(images/buttons.jpg) 0 -30px no-repeat;
}
#contactform .send:focus 
{
	border:none;
}

/* -- [ footer ] ------------------------ */

#footer 
{
	width:760px;
	height:20px;
	padding:15px 20px 10px 20px;
	background:url(images/footer.jpg) no-repeat;
	margin-left:1px;
	margin-bottom:5px !important;
}
#footer-copyright 
{
	float:left;
}
#footer-menu 
{
	float:right;
	color:#ff9900;
}
#footer-menu a 
{
	margin:0 5px 0 5px;
}#slogan {
	width:461px;
	height:20px;
	position:absolute;
	margin-top:5px;
}
#contact {
	width:260px;
	height:20px;
	position:absolute;
	margin-top:40px;
	margin-left: 540px;
	text-align: right;
}
#ticker {
}

ul#news {
 list-style: none;
 margin: 0;
 padding: 0;
 font-weight: bold;
}

ul#news li {
 margin: 0;
}

ul#news li.loud {
 font-weight: bold;
}
  /* allow room for 3 columns */
  ol
  {
    width: 40em;
  }

  /* float & allow room for the widest item */
  ol li
  {
	float: left;
	width: 10em;
	text-decoration: none;
	list-style: none;
	text-underline-position: none;
  }

  /* stop the float */
  br
  {
    clear: left;
  }

  /* separate the list from subsequent markup */
  div.wrapper
  {
    margin-bottom: 1em;
  }
#description {
	padding-right: 15px;
}

#ourfooter #columns {
	width: 25%;
	float: left;
	margin-bottom: 10px;
}
#ourfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	list-style: none;
	color: #0D0D0D;
}
#rights  {
	font-size: 10px;
	color: #FFF;


s
	text-align: center;
	text-align: center;
}
#news2 {
	font-size: large;
	font-weight: bold;
	list-style-type: none;
	text-align: center;
}
#ticker2 {
	height: 70px;
}


#ourfooter #columns ul li strong a {
	color: #FF9900;
	text-decoration: none;
	list-style-type: none;
}
#ourfooter #columns ul li a {
	text-decoration: none;
	color: #FFF;
}
#ourfooter #columns ul li {
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
}
#ourfooterwrapper {
	padding-left: 50px;
	background-color: #0D0D0D;
	width: 750px;
	margin-left: 1px;
	height: 100px;
}
.right-box h3 a {
	font:12px Arial, Tahoma, Verdana;
	color:#ff9900;
}
#example1 {
	text-align: left;
}
#example1 ul li .titlefield {
	font-weight: bold;
	font-size: 12px;
	color: #ff9900;
	margin-top: -15px;
}
#example1 ul li .datefield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: #F00;
	margin-top: -20px;
	margin-bottom: -20px;
}
/* -- [ navigation ] ------------------------ */

#navigation2 
{
	width:802px;
	height:49px;
	padding-top:2px;
	border-bottom:1px solid #050505;
	background:url(images/navigation2.jpg) no-repeat;
}
#navigation2 ul 
{
	list-style:none;
	margin-left:10px;
}
#navigation2 li 
{
	float:left;
	color: #000;
	font-weight: bold;
}
#submenu {
	height: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 19px;
	padding-left: 5px;
	margin-top: -80px;
}
#submenu a {
}


#navigation2 a 
{
	display:block;
	padding:15px 10px 0px 10px;
	font:12px Verdana, Arial, Tahoma;
	color:#000;
}
#navigation2 a:hover 
{
}
#navigation2 a.selected 
{
	border-right:1px solid #050505;
	border-left:1px solid #050505;
	border-bottom:1px solid #0d0d0d;
}
/* -- [ navigation > dropdown ] ------------------------ */

#navigation2 ul li ul
{	
	position: absolute;
	display:none;
	margin:0;
	z-index:101;
}
#navigation2 ul li ul liS
{	
	float: none;
	display: block;
	padding:0;
}
#navigation ul li ul li a
{	
	border:1px solid #000;
	border-top:none;
	width: auto;
	background: #080808;
	display: block;
	padding:5px !important;
}
#navigation ul li ul li a:hover
{	
	background: #191919;
}

.left-box-content a 
{
	text-decoration:none;
	outline:none;
	color:#ccc;
}
.style5 {
	font-size: 12pt;
	color: #930;
}#container #main #left .left-box .left-box-content .columns.clearfix div .style5 a {
	color: #930;
}

/*  idTabs ~ Sean Catchpole  */


/* Style for Usual tabs */
.usual {
	color:#111;
	width:345px;
	margin:0px 0px 0px 170px;
	height: 160px;
}
.usual li { list-style:none; float:left; }
.usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font:10px Verdana;
  color:#FFF;
  background:#444;
}
.usual ul a:hover {
  color:#FFF;
  background:#111;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:snow;
  border-bottom:1px solid snow;
  cursor:default;
  }
.usual div {
	padding:5px 10px 8px 10px;












  *padding-top:3px;
  *margin-top:-15px;
	clear:right;
	font:10pt Arial, Tahoma, Verdana;
	min-height: 95px;
	color: #CCC;
}
.usual div a { color:#000; font-weight:bold; }

#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }

/* Style for various uses of tabs */

#freedom {
  float:left;
  width:90px;
  color:#68D;
  font:1.3em Cambria, Times New Roman, serif;
  font-style:italic;
}
#freedom li a {
  width:80px;
  text-align:left;
  padding:2px 6px 4px;
  background:#222;
  margin:1px;
  *margin:0px;
  display:block;
  text-decoration:none;
  font-weight:bold;
  font-size:0.7em;
  font-style:normal;
}
#freedom li a:hover {
  background:#0A0A0A;
  width:86px;
}
#freedom li a.selected {
  background:#FFF;
  color:#000;
  width:90px;
  cursor:default;
}

.tabContainer {
  width:400px;
  margin:20px auto;
  padding-top:2px;
  background:#181818;
  border:1px solid #222;
}
.tabContainer h3 {
  padding-bottom:4px;
  color:#F60;
}
.tabContainer p {
  padding:2px 12px 10px;
  text-align:left;
}

#three {
  position:absolute;
  top:0;
  left:0;
  border-bottom:1px solid #444;
  border-right:1px solid #444;
}

#four {
  color:#D66;
  font:2em Cambria, Times New Roman, serif;
  position:fixed;
  bottom:10px;
  right:20px;
}

.imagebox {
  background:#040404;
  border:1px solid #1A1A1A;
  width:100px;
  height:90px;
  margin:10px auto;
}
.imagebox a {
  display:block;
  width:25px;
  height:25px;
  line-height:23px;
  float:left;
  text-decoration:none;
  background:#111;
}
.imagebox a:hover { background:#000; }
.imagebox a.selected {
  background:snow;
  color:#222;
  font-weight:bold;
}
.imagebox img { margin-top:6px; clear:both; }


/* Styles for Advanced Section */

#adv2 {
  width:500px;
  margin:6px auto;
  background:#181818;
}
#adv2 ul {
 display:block;
 width:50px;
 height:50px;
 float:left;
}
#adv2 li { float:left; }
#adv2 li.split { clear:both; }
#adv2 li a {
  display:block;
  height:25px;
  width:25px;
  line-height:22px;
  text-decoration:none;
  background:#222;
}
#adv2 li a:hover {
  background:#0A0A0A;
}
#adv2 li a.selected {
  background:snow;
  color:#111;
  font-weight:bold;
}

#adv2 span {
  height:50px;
  display:block;
  line-height:45px;
  width:450px;
  float:right;
  background:#181818;
}

#adv3 a {
  color:snow;
  font-size:2em;
  font-weight:bold;
  text-decoration:none;
  margin:6px;
}
#adv3 a:hover { color:#68D; }
#adv3 p {
  color:#888;
  margin:5px;
  font-style:italic; 
}
#adv3 p a {
  margin:0;
  color:#CCC;
  font-size:1em;
  font-weight:bold;
  text-decoration:underline;
}
#adv3 p a:hover { color:#FFF; }

#message {
  margin:10px auto;
  border:6px solid #222;
  width:240px;
  height:40px;
  background:#0D0D0D;
  font-size:1.3em;
  line-height:2em;
  color:#FC4;
}

