/* CSS Document */


/* Colors in use - dark blue: #007CB8, Light blue: #007DFF. Orange: #FF9900. Yellow: FFFF00. Gray: #333 #777 #CCC #DBDBDB. Violet: #53003A */


ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }
 
html {	
		font-family: helvetica, arial, tahoma, verdana, Trebuchet MS, sans-serif;
		font-weight: normal;
		font-size: 100%;
		letter-spacing: .06em;
		word-spacing: normal;
		color: blue;
		height: auto; 
		width: auto;
		min-height: 740px;
		
	}

body {
		background: #FFF repeat-x 0 0;
		font-size: .9em;
		margin: 0;
		padding: 0;

		} 
		
a {color: #007DFF;}
		
p {		
		line-height: 1.5em;
		color: #777;
		}
		
		
p#about {
		margin-bottom: 0px;
		width: 100%; 
		padding: 20px 0 350px 0;
		letter-spacing: .7px;
		}
		
p#about img {  
		float: right;
		margin: 0px 0 0 0px;
		border: none;
		padding-left: 20px;
		}
		
h2#about-me {
		width: 515px;
		color: #007DFF;
		font-size: 2em;
		padding: 50px 0px 20px 0;
		border-bottom: 1px solid #DBDBDB;

		}
	
#contact {
		margin-bottom: 50px;
		width: 270px;
}

#contact p {margin-top: 30px;}

p#where {margin-top: 40px;}

p#callme { padding-bottom: 350px;}
		
#contact h2
		{
		width: 270px;
		padding: 50px 0 20px 0;
		font-size: 2em;
		color: #007DFF;
		border-bottom: 1px solid #DBDBDB;
		}
		


h2 {font-weight: bold;}
	
h3 {color: #007DFF;}


#contact a {color: #007DFF;}

#branding {
		z-index: 2000;
		position: relative;
		margin: 0 auto;
		width: 780px;
		padding-left: 23px;
		}
		
#branding h1 {
		position: relative;
		top: 0px;	
		left: 7px;
		height: 10px;
		width: 80px;
		margin: 0 0 0 -37px;
		z-index: 0;
		padding: 15px 0 21px 0px;
		}

		
#branding h1 a {
		text-indent : -9999px; 
		position: absolute;
		height: 80px;
		width: 80px;
		background : url(../Images/BD-Logo-i.png) no-repeat;
		padding-bottom: 0px;
		margin: 0 auto;
		outline: none;
		}
		
#branding a:hover {
		z-index: 2000;
		background : url(../Images/BD-Logo-i.png) no-repeat 0 -84px;
		}


#branding a:active {
		outline: none;
		border: none;

		}	

/* Nav Styles  */

#nav {
		position: relative;
		margin: 0;
		background: #007DFF url(../Images/nav-bg6.jpg) repeat-x 0 0px;
		height: 40px;
		width: 100%;

		}

ul#nav-main {
		position: absolute;
		left: 42%;
		z-index: 2000;
		display: block;
		width: 600px;
		height: 40px;
		margin: 0 auto 0 auto;
		padding: 0px 0px 0 0;
		list-style-type: none;
}		




ul#nav-main li a {
		z-index: 1000000;
		float: left;
		text-decoration: none;
		outline: none;/* get rid of dotted borders in FireFox */
		width: 20px;
		height: 18px;
		color: #FFF;
		padding: 10px 50px 2px 58px;
		margin: 10px auto 0px auto;
		text-transform: lowercase;
		font-size: 1.5em;
		text-indent: -9000px;
		}
		
ul#nav-main li a:hover {
		background: url(../Images/button-bg3.png) 5px -41px no-repeat;
		text-decoration: underline;

		}


ul#nav-main li {
		display: inline;
		}
		
/* These are NORMAL LINK styles */

ul#nav-main li#home a {
		background: url(../Images/button-bg3.png) no-repeat 5px 0px;

		} 
		
ul#nav-main li#about-nav a {
		background: url(../Images/button-bg3.png) no-repeat -217px 0px;
		} 
		
ul#nav-main li#portfolio a {
		background: url(../Images/button-bg3.png) no-repeat -460px 0px;
		} 
		
ul#nav-main li#contact-nav a {
		background: url(../Images/button-bg3.png) no-repeat -710px 0px;
		} 

/* These are HOVER STATE LINK styles */

ul#nav-main li#home a:hover {
		background: url(../Images/button-bg3.png) 5px -34px no-repeat;

		} 

ul#nav-main li#about-nav a:hover  {
		background: url(../Images/button-bg3.png) -217px -34px no-repeat;

		} 

ul#nav-main li#portfolio a:hover  {
		background: url(../Images/button-bg3.png) -460px -34px no-repeat;

		} 

ul#nav-main li#contact-nav a:hover  {
		background: url(../Images/button-bg3.png) -710px -34px no-repeat;

		}


		
/* These are CURRENT NORMAL LINK styles */

#nav ul#nav-main li a.current {
		border-left: 1px solid #00FFFF;

		}

ul#nav-main li#home a.current {
		background: url(../Images/button-bg3.png) no-repeat 5px -34px;

		} 
		
ul#nav-main li#about-nav a.current {
		background: url(../Images/button-bg3.png) no-repeat -217px -34px;

		} 
		
ul#nav-main li#portfolio a.current {
		background: url(../Images/button-bg3.png) no-repeat -460px -34px;

		} 
		
ul#nav-main li#contact-nav a.current {
		background: url(../Images/button-bg3.png) no-repeat -710px -34px;

		} 
		
/* CURRENT HOVER */

#nav ul#nav-main li a.current:hover {
		color: #FFF;
		border-left: 1px solid #00FFFF;

		}
		
		
/*The Content Styles*/

#content {
		z-index: 0;
		position: relative;
		width: auto;
		margin: 0;
		background: none;
		height: 280px;
		}

#content-top {
		z-index: 0;
		width: 780px;
		margin: 0 auto 0px auto;
		padding: 0 10px;
		background: none;


		}
		
#content-top h3#lets {	
		text-indent: -9000px;			
		float: left;
		width: 450px;
		height: 47px;
		color: #FFF;
		padding: 0px 0px 0px 0px;
		margin: 47px 0 15px 0px;
		font-size: 1em;
		background: url(../Images/a-fresh-approach-calibri.png) no-repeat;

		}
		
		
p#paul {
		float: left;
		width: 500px;
		margin-right: 0px;
		font-size: 1em;
		color: #777;
		font-weight: normal;
		padding: 5px 0px 0px 0px;
		letter-spacing: .075em;

		}
		
span.who {
		color: #777;
		font-weight: 600;
		}
		
span.me a {
		color: #007DFF;
		text-decoration: underline;
		}

p#feel-free {
		display: inline;
		float: left;
		width: 500px;
		margin-right: 0px;
		margin-bottom: 0px;
		font-size: 1em;
		color: #CCC;
		padding: 0px 0px 0px 0px;
		letter-spacing: .07em;
		background: none;

		} 
		
p#feel-free a.contact {color: #007DFF;}
		
h2#fresh {
		z-index: 8000;
		display: block;
		float: right;
		clear: both;
		margin: 0px;
		padding: 50px 0 20px 0;
		background: none;
		overflow: hidden;
		outline: none;
		border: none;
		margin-bottom: 0px;
		width: 210px
		height: 380px;
		background: url(../Images/Refresh4.png) no-repeat;
		}
		
h2#fresh a {
		outline: none;
		}

#content-main {
		position: relative;
		padding: 0px 10px;
		margin: 0 auto;
		width: 780px;

		}


ul#clients {
		position: relative;
		float: left;
		background: none;
		padding: 0 0 40px 0px;
		width: 780px;

}


ul#clients li {
		float: left;
		position: relative;
		list-style-type: none;
		padding: 30px 0 20px 0;
		border-bottom: 1px solid #DBDBDB;
		width: 100%;
		}

ul#clients li h2 {
		padding: 0px 1em 0px 0px;
		margin: 0 0 0 0px;
		color: #007DFF;
		font-size: 2em;
		}

ul#clients li h3 {
		margin: 14px 0px 0 0px;
		padding: .5em 0 0 0px;
		color: #777;
		font-size: 1.2em;


		}
		
ul#clients li p {
		padding: 0px 20px 10px 0px;
		margin-right: 30px;
		font-size: 1em;
		margin-top: 10px;
		}
		
ul#clients li img {		
		display: inline;
		float: right;
		padding: 20px;		
		margin: 0px 0px 10px 1em;
		background: #333;
		
		}
		
#port-nav h2 a {
		color: #007DFF;
		}
		
ul#clients li#port-nav {
		border-bottom: none;

		}
		
ul#clients #title-portfolio {
		padding-right: 120px;
		padding-top: 50px;
		}
	
	
li#seiko p a {color: #007DFF;}	
	
		
/* Drawings Styles */

#content-main #clients.drawings li#title h2 {
		padding-right: 405px;
		padding-bottom: 10px;
		} 

#clients.drawings {
		padding-left: 0px;
		}
		
#clients.drawings img {
		margin-left: 0px;
		}

/* Content Mid Styles */

#content-mid {
		background: none;
		width: 100%;
		height: 420px;
		}
		
#preview {
		position: relative;
		width: 780px;
		margin: -80px auto 0px auto;
		padding: 0px 10px 0px 10px;
		background: none;

		}
		


ul#pre {
		float: left;
		display: block; 
		z-index: 0;
		list-style: none;
		margin-top: 0px;
		margin-bottom: 40px;
		}
		
ul#pre {display: block;}
		
h2#hello {
		float: left;
		display: inline; 
		margin: 0px 0 10px 0px;
		padding: 0 0 0 20px;
		font-size: 1.5em;
		color: #007DFF;
		background: none;
		width: 248px;

		}
		
h2#hello img {
		margin-top: 200px;
		}
		
p#view {
		float: left;
		display: inline; 
		margin: 0px 0 0 20px; 
		padding: 0 0 0 0px;
		width: 248px;
		color: #777;
		background: none;
		}
		
p#view a {color: #007DFF;}

#preview img {margin-left: 0px;}

#preview a img {
		float: left;
		border: 12px solid #333;
		outline: none;
		margin-top: 0px;
		margin-bottom: 10px;
		}
		
#preview a img:hover {
		border-color: #333;
		}


/* Footer Styles */


#footer { 
		z-index: 99;
		position: relative;
		float: left;
		clear: both;
		width: 100%;
		margin: 0px auto 0 auto;
		padding: 80px 0 10px 0;
		color: #FFF;
		text-align: center;
		top: 0px;
		background: #333;
		color: #DBDBDB;

		}
		
#footer p#details {
		font-size: 1em;
		margin: 0 auto;
		color: #DBDBDB;
		width: 780px;
		

		}
		
 p a {
 color: #FFF
		}

#footer p + p#credits {
		font-size: 1em;
		color: #DBDBDB;

		}
		
#footer a {
		color: #007DFF;
		}
		
#return {
		position: relative;
		margin: -20px auto 0px auto;

		}
		
#return a {
		text-indent : -9999px; 
		position: absolute;
		left: 47.8%;
		top: -55px;
		padding: 0;
		margin: 0px auto 0px 0px;
		outline: none;/* get rid of dotted borders in FireFox */
		height: 50px;
		width: 60px;
		background: url(../Images/return.png) no-repeat 0 -15px;

		}
		
#return a:hover {
		background: url(../Images/return.png) no-repeat 0 -68px;
		}
		
p#credits {font-size: 1em;
		margin: 0px 0 0px 0;}

p#css {
		padding: 0 0px 0px 0;
		background: none;
		display: inline;
		}
		
p#xhtml {
		display: inline;
		padding: 0px 0px 50px 0;
		border: none;
		}
		
p#xhtml img {border: none;}
