@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

a img { border:none; }

a:link {
	color: #FF9200;
	text-decoration: none;}
	

a:visited {
	color: #FF9200;
	text-decoration: none;
}

a:hover {
	color: #b89b3f;
	text-decoration: none;}
	
body {
	background-color: #212608;
	color:#b89b3f;
	background-image: url(../images/main_background_green.jpg);
}

.cap_head {
	color: #FF9200;
}

#caption {
	text-align: left;
	padding-right: 20px;
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#caption a:link {
	text-decoration: underline;
	color: #FF9200;	
}

#caption a:hover {
	text-decoration: underline;
	color: #b89b3f;	
}

#caption a:visited {
	text-decoration: underline;
	color: #FF9200;	
}

#container {
	background-repeat: repeat-y;
	width: 850px;
	top: 0px;
	margin: auto;
	text-align: left;
}

#content_container {
	margin-left: 50px;
	margin-right: 50px;
	background-color: #2c3206;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/content_gradient_green.jpg);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 2px solid #92730e;
	width: 746px;
}

#colour_switcher{
	color: #212608;

}


#colour_switcher img {
	border: 1px solid #FFFFFF;
}

#flash_content {
	margin-right: 50px;
	margin-left: 50px;
	height: 100px;
	background-color: #000000;
}
	

#footer {
	background-color: #0d0d04;
	border-top-color: #92730e;
	background-image: url(../images/footer_green.gif);
}

#footer_nav {
	float: none;
	position: relative;
	overflow: visible;
	left:5px;
}


#footer_nav  ul
{
	float: left;
	padding-left: 15px;
	padding-right: 2px;
	width: 110px;
	list-style:none;
}

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

#header {
	background-image: url(../images/headerBG_green.gif);
}

.image_caption {
	font-variant: normal;
	font-size: 1.1em;
}
	
li.top  {
	color: #f79b1c;
	font-size: 1.2em;
}

li.sub  {
	position: relative;
	left: -15px;
	font-size: 1em;
	top: 15px;
}
	
.main_content {
	position: relative;
	width: 475px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 40px;
	display: inline;
	float: left;
	background-image: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #92730e;
}

.main_content img{
	padding-top: 5px;
	padding-bottom: 5px;
}
	
#navlist ul {margin:0; padding:0; list-style-type:none;}

#navlist li {float:left;}

#navlist li.list1 {
	background-color: transparent;
	background-image: url(../images/home_up_green.gif);
	background-repeat: no-repeat;
}
#navlist li.list2 {
	background-color: transparent;
	background-image: url(../images/portfolio_up_green.gif);
	background-repeat: no-repeat;
}
#navlist li.list3 {
	background-color: transparent;
	background-image: url(../images/about_up_green.gif);
	background-repeat: no-repeat;
}

#navlist {
	margin-left: 325px;
	padding-top: 35px;
	color: #FBA000;
	list-style-type: none;
}

#navlist li.list4 {
	background-color: transparent;
	background-image: url(../images/contact_up_green.gif);
	background-repeat: no-repeat;
}

#navlist a {
	display:block;
	width:100px;
	height:0;
	padding-top:30px;
	overflow:hidden;
}

#navlist a#item1:hover {
	background-image: url(../images/home_over_green.gif);
	background-repeat: no-repeat;
	}
#navlist a#item2:hover, a.activePage{
	background-image: url(../images/portfolio_over_green.gif);
	background-repeat: no-repeat;
	}
#navlist a#item3:hover {
	background-image: url(../images/about_over_green.gif);
	background-repeat: no-repeat;
	}
#navlist a#item4:hover {
	background-image: url(../images/contact_over_green.gif);
	background-repeat: no-repeat;
	}
	
#portfolio {
	background-color: #0d0d04;
	border-right-color: #92730e;
}
.light_BG {
	background-image: url(../images/reverse_gradient_green.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 746px;
	float: left;
}

.dark_BG {
	clear: none;
	float: left;
	background-color: #0d0d04;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #300606;	
}

#portfolio_links {
	background-color: #0d0d04;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-top: 30px;
	width: 203px;
	float: right;
	height: 25px;
	-moz-border-radius-topright:20px;
	-webkit-border-top-right-radius:20px;
	padding-right: 0px;web graphics art
}


	
#portfolio_list a, #footer_nav ul a {
	padding-left: 13px;	
	background-image: url(../images/footer_bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	}

#portfolio_list a:hover, #footer_nav ul a:hover, a#activePortfolio{
   color: #b89b3f;
	padding-left: 13px;	
	background-image: url(../images/footer_bullet_over_green.gif);
	background-repeat: no-repeat;
	background-position: left;
	
	}

.side_bar {
	border-left-color: #92730e;
	}
	
.side_bar p {
	padding-bottom: 10px;
}
	
.side_bar img {
	border: 2px solid #92730e;
	margin: 2px;
	cursor: pointer;
}


.sidebar_nav {
	float: right;
}

.sidebar_nav a {
		color: #F79B1C;
		border-color:#F79B1C;
		border: 1px solid;
	width: 20px;
	display: block;
		}
		
.sidebar_nav a:hover, #sidebar_nav a#active {
		color: #b3d482;
		border-color:#fac22;
		border: 1px solid;
		width: 20px;
		display: block;
		}
		
#graphics_links li
{
	display: inline-block;
	list-style-type: none;
	text-align: center;
	float: left;
	margin-right: 10px;
	font-size: 1.3em;
}

/*IE6 specific styles*/

*html #portfolio_links{
	
	height:31px;
}


*html .side_bar {
	left: -4px;
	}
	
	/* hack for older versions of IE with incorrect box model */

* html #content_container {width:742px; w\idth:746px;}
* html #footer_nav  ul{width:120px; w\idth:100px;}
* html #navlist a:link, * html #navlist a:visited {height:30px; he\ight:0;}


	
	

