/*------------------------------------------------------------------
Project:		Alt Web Design UK
Version:		1.1
Date Created:	03/19/09 
Date Created:	03/22/09
-------------------------------------------------------------------*/


* {
    padding:0;
    margin:0;
}
h1, h2, h3, h4, h5, h6, pre, blockquote, label, ol, dl, fieldset, address { margin:0; }
h2 {font-size:16px;}
p {margin:20px 0 0 0; font-size:12px;}
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }


body {
	background: #fff;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position:top;
	color: #000000;
	font-size: 1em;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: medium;
	line-height: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}
.style1 {
color:#000066;
font-weight:200;
}



#nav_wrap {
	width:906px;
	margin: 0 auto;
	height:58px;
}
#logo {
	width:160px;
	float:left;
	padding: 12px 0 0 0;
}

/*------------------------------------------------------------------
[ M A I N    N A V ]
-------------------------------------------------------------------*/
#main_nav {
	width:586px;
	float:left;
	padding: 19px 0 0 4px;
	margin: 0;
}
#main_nav li {
  width: auto;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
#main_nav li ul {
  position: absolute;
  visibility: hidden;
  font-size: 10px;
  font-variant:small-caps;
  width: 400px;
}
#main_nav li ul li a {
  padding: 0 5px 0 5px;
}
#main_nav > li > a {
  display: block;
  text-indent: -1000px;
  height: 58px;
}
#main_nav .home > a {
  width: 118px;
  background: transparent url(../images/home_off.jpg) no-repeat left top;
}
#main_nav .home > a:hover,
#main_nav .home > a.current {
  background: transparent url(../images/home_on.jpg) no-repeat left top;
}
#main_nav .about > a {
  width: 101px;
  background: transparent url(../images/about_off.jpg) no-repeat left top;
}
#main_nav .about > a:hover,
#main_nav .about > a.current {
  background: transparent url(../images/about_on.jpg) no-repeat left top;
}
#main_nav .services > a {
  width: 105px;
  background: transparent url(../images/services_off.jpg) no-repeat left top;
}
#main_nav .services > a:hover,
#main_nav .services > a.current {
  background: transparent url(../images/services_on.jpg) no-repeat left top;
}
#main_nav .portfolio > a {
  width: 117px;
  background: transparent url(../images/portfolio_off.jpg) no-repeat left top;
}
#main_nav .portfolio > a:hover,
#main_nav .portfolio > a.current {
  background: transparent url(../images/portfolio_on.jpg) no-repeat left top;
}
#main_nav .contact > a {
  width: 145px;
  background: transparent url(../images/contact_off.jpg) no-repeat left top;
}
#main_nav .contact > a:hover,
#main_nav .contact > a.current {
  background: transparent url(../images/contact_on.jpg) no-repeat left top;
}

/* Submenus */
#main_nav .about:hover ul,
#main_nav .services:hover ul {
	visibility: visible;
}


/*------------------------------------------------------------------
[ R I G H T    N A V ]
-------------------------------------------------------------------*/
#right_nav {
	width:140px;
	float:left;
	font-size:10px;
	font-variant:small-caps;
	padding: 18px 0 0 0;
	}

	#right_nav a {
	color: #858585;
	text-decoration: none;
	}

	#right_nav a:visited {
	color: #000;}
	
	#right_nav a:hover {
	color: #9B9B9B;
	text-decoration: none;
	}

	#right_nav ul {
	margin: 0; text-align:center;}

	#right_nav li {
	list-style-type: none;
	display: list-item;
	color:#fff;
	}

/*------------------------------------------------------------------
[ B O D Y ]
-------------------------------------------------------------------*/

#body_wrapper {
	width:909px;
	margin: 0 auto;
	clear:both;
	padding:256px 0 0 0;
	}
	
#left_column {
	width:215px;
	float:left;
	}
	
	#title {
	width:175px;
	height:72px;
	background-image:url(../images/side_menu_title.jpg);
	background-repeat:no-repeat;
	padding:30px 0 0 40px;
	font-size:28px;
	font-weight:600;
	font-variant:small-caps;
	color:#FFFFFF;
	}
	
	#menu2 {
	width:215px;
	background-image:url(../images/side_menu_bg.jpg);
	background-repeat:repeat-y;
	}

	#menu2 ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size:14px;
	font-weight:bolder;
	font-variant:small-caps;
	font-style:italic;
	}

	#menu2 a {
	display: block;
	padding: 3px;
	width: 188px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	}

	#menu2 a:link, #navlist a:visited {
	color: #666666;
	text-decoration: none;
	}

	#menu2 a:hover {
	background-color: #A8CFF0;
	color: #5667DC;
	}

	#base {
	width:215px;
	height:43px;
	background-image:url(../images/side_menu_base.jpg);
	background-repeat:no-repeat;
	}
		
	#contact_top {
	width:215px;
	height:20px;
	background-image:url(../images/conact_menu_top.jpg);
	background-repeat:no-repeat;
	padding:0 0 0 0;
	font-size:28px;
	font-weight:600;
	font-variant:small-caps;
	color:#FFFFFF;
	}
			
	#contact_bg {
	width:215px;
	background-image:url(../images/contact_menu_bg.jpg);
	background-repeat:repeat-y;
	}

	#contact_bg ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size:10px;
	font-variant:small-caps;
	color:#999999;
	}

	#contact_bg li {
	display: block;
	padding: 3px;
	width: 178px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	}

	#contact_bottom {
	width:215px;
	height:24px;
	background-image:url(../images/contact_menu_bottom.jpg);
	background-repeat:no-repeat;
	}
	
	
#right_column {
	width:660px;
	float:left;
	padding:30px 0 0 20px;
	}
	

/*------------------------------------------------------------------
[ F O O T E R ]
-------------------------------------------------------------------*/

#footer {
	width:956px;
	height:43px;
	margin: 0 auto;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	clear:both;
	padding:140px 0 0 0;
	font-size:10px;
	font-variant:small-caps;
	}
	
	#footer ul {
	width:600px;
	padding:0;
	float:left;
	color:#CCCCCC
	}
	
	#footer ul a {
	color:#999999;
	}	
	
	#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 2px;
	float:left;
	color:#CCCCCC;
	}
	
	

	
	#info_wrap {
	width:400px;
	padding:0 0 0 160px;
	}
	
	
	#navlist {
	list-style: none;
	padding: 0;
	margin: 0;
	}

	#navlist li {
	display: inline;
	padding: 0 10px 0 0;
	margin: 0;
	}
	
	.folioscreen {
float:left;
width:50%;
}

.foliotext {
float:right;
width:50%;
}


