/* CSS Document */

A { text-decoration: none;
	font-weight: bold;
	}

A:link {color: #af5bf0}

A:visited {color: #af5bf0}

A:hover {text-decoration: underline;
		  }

A:active {color:#af5bf0;
}


body {
			background-color: #fff;
			padding:0;
			margin-top: 0;
			margin-left: 0;
			width: 100%;
			}
			
#top_stripe {
			background-color: #430176;
			width: 100%;
			height: 14px;
			padding:0;
			margin:0;
			}
			
#header {   background-image: url(img/bg_wp.jpg);
			background-repeat: repeat-x;
			width: 100%;
			height: 230px;
			}

#content  { background-image: url(img/bg_noise.gif);
			background-repeat: repeat;
			width: 100%;
			height: 1000px;
			font-family: Garamond, Georgia, Times New Roman, serif;
			font-size: 18px;
			font-style: normal;
			color: #707070;
			line-height: 22px;
			}

#contentwrap { width: 1000px;
			   height: 1000px;
				}

#content_left { float: left;
				width: 215px;
				height: 800px;
				padding: 5px;
				margin-left: 20px;
				margin-top: 70px;
				font-family: Garamond, Georgia, Times New Roman, serif;
				font-size: 14px;
				font-style: normal;
				color: #707070;
				line-height: 16px;
				}

#content_right { float:left;
				 width: 655px;
				 padding: 5px;
				 margin-left: 35px;
				}
.shift		{ margin-left: 10px;
				}

.header_right {	float: right;
				}

.header_left {	float: left;
					}

h1 { 		 font-family: Garamond, Georgia, Times New Roman, serif;
			 font-size: 22px;
			 font-weight:bold;
			 color: #707070;
			 line-height: 24px;
			 }


#logo { position: absolute;
		top: 20px;
		left: 25px;
		width: 224px;
		height: 311px;
		}
		
.introtext { margin-left: 277px;
			 	 margin-top: 50px;
				}

#tab {position:absolute;
	  top: -11px;
	  left: 800px;
	  }

#footer { 	 float: left;
			 background-color: #71ce05;
			 width: 100%;
			 height: 100%;
			 padding-top: 3px;
			 font-family: Garamond, Georgia, Times New Roman, serif;
			 font-size: 16px;
			 font-style: normal;
			 color: #ffffff;
			 }

#nav { 		margin-top: 15px;
			height: 44px;
			width: 750px;
			margin-left: -50px;
			}
			 
#nav ul {
			float: left;
			margin-left: 0px;
			margin-top: 0px;
			margin-bottom: 0;	
			padding: 0;
			list-style: none; 
			text-indent: 0px;
			}

#nav ul li {
			float: left;
			margin-left: 50px;
			}

			

/*services*/			
#nav a.nav1 {
				display:block;
				width:125px;
				height:37px;
				background-image : url(img/services.gif);
				background-repeat : no-repeat;
				}

#nav a.nav1_act {
					display:block;
					width:125px;
					height:37px;;
					background-image : url(img/services.gif);
					background-repeat : no-repeat;
					}

#nav a.nav1:hover {
					background-image : url(img/services.gif);
					}
	
/*clients*/

	#nav a.nav2 {
					display:block;
					width:125px;
					height:37px;
					margin-left: 1px;
					background-image : url(img/clients_off.gif);
					background-repeat : no-repeat;
					}


#nav a.nav2_act {
					display:block;
					width:125px;
					height:37px;;
					margin-left: 1px;
					background-image : url(img/clients.gif);
					background-repeat : no-repeat;
					}

#nav a.nav2:hover {	
						background-image : url(img/clients.gif);
						}

/*contact*/

	#nav a.nav3 {
					display:block;
					width:125px;
					height:37px;
					margin-left: 1px;
					background-image : url(img/contact_off.gif);
					background-repeat : no-repeat;
}


#nav a.nav3_act {
					display:block;
					width:125px;
					height:37px;
					margin-left: 1px;
					background-image : url(img/contact.gif);
					background-repeat : no-repeat;
	}

#nav a.nav3:hover {
					background-image : url(img/contact.gif);
					}

/*daily stuff*/

	#nav a.nav4 {
					display:block;
					width:125px;
					height:37px;
					margin-left: 1px;
					background-image : url(img/dailythings_off.gif);
					background-repeat : no-repeat;
					}


#nav a.nav4_act {
					display:block;
					width:125px;
					height:37px;
					margin-left: 1px;
					background-image : url(img/dailythings.gif);
					background-repeat : no-repeat;
					}

#nav a.nav4:hover {
					background-image : url(img/dailythings.gif);
					}


/*Twitter feed css*/

#tweet   {padding: 0px;
		  margin-left: -30px;
			}
			
#tweet ul { list-style: none;
			}

#tweet ul li {margin-bottom: 10px;
		}

