/* Look, but dont touch. */
/* Reset CSS */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}
/* Actual CSS */
body{
	background: url('../images/background.png') repeat-x;
	background-color:#efefef;
	font-family:Verdana, Geneva, sans-serif;
}
a{
	color: #030d91;
	text-decoration: none;
}
a:hover{
	color: #343ec5;
	text-decoration: underline;
}
h1{
	font-size: 32px;
	font-style:oblique;
	font-weight:bold;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
}
h2{
	font-size: 18px;
	font-weight:bold;
	margin-top: 15px;
	margin-left: 15px;
	text-align: left;
}
p{
	text-align: left;
}
#wrap{
	width:960px;
	margin: 0px auto;
}
#top{
	text-align: left;
}
#nav{
	float:right;
	margin-top:20px;
}
.navLink{
	background: url('../images/navSprite.png');
	margin-right:20px;
	display: inline-block;
	list-style: none;
}
.navLink a{
	display: block;
	width: 100%;
	height: 25px;
}
#workLink{
	width: 60px;
	height: 25px;
	
}
#aboutLink{
	width: 70px;
	height: 25px;
	background-position: -80px 0px;
}
#clientLink{
	width: 70px;
	height: 25px;
	background-position: -170px 0px;
}
#workLink:hover{
	background-position: 0px -27px;
}

#aboutLink:hover{
	background-position: -80px -27px;
}

#clientLink:hover{
	background-position: -170px -27px;
}

#content p{
	font-size: 16px;
	line-height: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}
.indent{
	text-indent: 30px;
	text-align:justify;
}
.exampleBind{
	width:834px;
	background: url('../images/exampleBind.png') no-repeat;
	margin: 35px auto;
	
}
.example{
	width:227px;
	height:154px;
	display: inline-block;
	margin:25px 0px auto 35px;
	background-color:#e1e1e1;
}
#specs{
	padding-left:25px;
	padding-right:25px;
}
.extraLink{
	line-height: 20px;
}
.extraHover{
	padding-left: 20px;
	background:url('../images/navSprite.png');
	background-position: 0px -54px;
}
.clientLogin{
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.loginInput{
	width: 200px;
	font-size: 18px;
	line-height: 20px;
	border: 1px solid #979797;
	color: #545454;
}
#forgot{
	font-size: 10px;
	font-weight: normal;
}
#footer{
	text-align:center;
	margin-top: 50px;
	margin-bottom: 50px;
}
/* Clean code = happy coding */