@charset "UTF-8";
@import url("index.css");
/* CSS Document */

/* UNIVERSAL */

* { outline: none; } /*Removes dotted lines on links when clicked*/

/* MAIN STRUCTURE */

body {
	margin:0px;
	padding:0px;
	background-color: #d2d2d2; 
	z-index:0px;
	text-align:center;
	}
	
#container {
	width:1000px;
	height:100%;
	margin:0 auto;
	}
	
#creative_power { 
	width:50px;
	height:453px;
	margin:-465px 0px 0px -50px;
	border:none;
	position: absolute;
	display: inline-block;
	} 

/* ADDRESS */	

#address { 
	position:relative;
	width:59px;
	height:235px;
	margin:-100px 0px 0px 20px;
	border: none;
	display: inline-block;
	}

	
/* END ADDRESS */

#blue {
	width:800px;
	height:35px;
	background: url("../images/top_blue.gif");
	background-repeat: no-repeat;
	margin-left:200px;
	border-style: none;
	}
	
#blue2 {
	width:800px;
	height:35px;
	background: url("../images/bottom_blue.gif");
	background-repeat: no-repeat;
	margin:0px 0px 0px 200px;
	border-style: none;
	}
	
#logo { 
	width:145px;
	height:159px;
	margin:0px;
	} 
	
#emagination { 
	width:200px;
	height:38px;
	margin:12px 0px -9px 790px;
	border:none;
	} 
	
#unlimited { 
	width:200px;
	height:21px;
	margin:2px 0px 4px 595px;
	padding-top:4px; 
	} 
	
#section_bar { 
	position:absolute;
	width:731px;
	height:41px;
	margin:50px 0px 0px 234px;
	border:none;
	float:right;
	} 
	
/* SIDE NAVIGATION */

ul.navtext { 
	width:170px;
	height:30px;
	padding:0px 0px 0px 20px; 
	margin:0px;
	}
	
ul.navtext li {
	color:#D9501E;
	list-style: none;
	text-decoration: none;
	text-align: left;
	font-family: "Arial";
	font-weight: normal;
	font-size:12px;
	line-height:1.5;
	}
	
ul.navtext li a {
	text-decoration: none;
	color:#71B532;
	list-style: none;
	margin:0px;
	}
	
ul.navtext li a.active {
	text-decoration: none;
	color:#D9501E;
	list-style: none;
	margin:0px;
	}

ul.navtext li a:hover {
	color:#D9501E;
	text-decoration: none;
	list-style: none;
	}

/* TOP NAVIGATION */
	
ul.main_nav { 
	width:400px;
	height:50px;
	position: absolute;
	margin:8px 0px 0px 214px;
	padding-left: 15px;
	} 
 
ul.main_nav li {
	display: inline;
	text-decoration: none;
	list-style: none;
	font-family: "Arial";
	font-size:15px;
	text-align: left;
	}
	
ul.main_nav li a {
	text-decoration: none;
	float: left;
	padding:8px;
	color:#71B532;
	}
	
ul.main_nav li a.active {
	text-decoration: none;
	float: left;
	padding:8px;
	color:#D9501E;
	}
	
ul.main_nav li a:hover {
	color:#D9501E;
	}

ul.main_nav li a:hover .active {
	color:#D9501E;
	}
	
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin: 5px 0px 50px 0px;
	text-align: right;
	}
	
.copyright a {
	color: #999999;
	text-decoration: none;
	}
	
.copyright a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

/* END UNIVERSAL */

/* PORTFOLIO IMAGES */

#portfolio {
	width:695px;
	height:100%px;
	margin:-60px 35px 0px 220px;
	background-color:#FFFFFF;
	clear:both;
	}
	
.image1 {
	float: left;
	width:189px;
	height:132px;
	margin:0px 15px 25px 15px;
	border:1px solid #999999;
	}
	
/* END PORTFOLIO IMAGES */


