@charset "utf-8";

/* Global styling */

html {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #333333;
}

.clear {
	clear: both;
	width: 100%;
}

a:link	{
	color:#F60;
	text-decoration:none;
		padding: 3px;
	}
	
a:visited	{
	color:#DD8500;
	text-decoration:none;
		padding: 3px;
		}

a:hover, a:active	{
	color:#f60;
	text-decoration:none;
	background-color: #000;
	padding: 3px;
	}	
.plainBlackImageBorder {
	border: 1px solid #ECE9D8;
}
#clients img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* Basic Page framing */

body {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	
}

#wrapper {
	background-color: #FFFFFF;
	border: 0px solid #D6D9BC;
		-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#branding {
	background-attachment: scroll;
	background-image: url(../images/phone-london-web-design.gif);
	background-repeat: no-repeat;
	background-position: 85% 30%;
	padding-top: 20px;
	padding-left: 20px;
}
#branding img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#body {
	padding-left: 20px;
	}


/* Navigation Bar Styles - note navigation ID is on a UL */

#navigation ul {
	font-size: 14px;
	color: #000000;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #D6D9BC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D9BC;
	width: 100%;
	text-align: left;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}


#navigation li {
	float: left;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation a:link, #navigation a:visited  {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
	width: 90px;
	float: left;
	text-align: center;
	border: 1px none #FFFFFF;
}


#navigation a:hover, #navigation a:active  {
	color: #FF9900;
	text-decoration: none;
	font-weight: normal;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
	width: 90px;
	display: inline;
	background-image: url(../images/web-design-navigation-bar.gif);
	border: 1px none #000000;
	background-position: 96px 0px;
}

#navigation a.current:link, #navigation a.current:visited, #navigation a.current:hover, #navigation a.current:active  {
	color: #f90;
	text-decoration: none;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
	width: 90px;
	float: left;
	text-align: center;
	border: 1px none #FFFFFF;
	background-image: url(../images/web-design-navigation-bar.gif);
}

/* Main Body Content Styles */

/*This style is for the homepage splash image */
.webdesignfeature {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-top: 20px;
	margin-bottom: 20px;
}

h1, h2 {
	font-weight: normal;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#body p {
	font-size: 0.975em;
	color: #333333;
	line-height: 1.5em;
}
.pink {
	color: #F09;
}


/* The following 3 styles are the 3 columns after the initial body content */

#claim {
	width: 266px;
	border: 0px solid #99A189;
	padding: 0px;
	float: left;
}

#claim li {
	padding-bottom: 5px;
	font-size: 0.975em;
}
#claim ol {
	list-style-type: disc;
}


#support {
	width: 266px;
	border: 0px solid #99A189;
	padding: 0px;
	float: right;
	margin-right: 28px;
}
#hook, #twitter {
	width: 266px;
	border: 0px solid #99A189;
	margin-right:18px;
	padding: 0px;
	padding-right:10px;
	float: right;
}

/*These styles relate the recent web design styles showcase */
#clients {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#clients li {
	display: inline;
	width: 266px;
	list-style-type: none;
	padding-right: 63px;
}
#news li {
	padding-bottom: 10px;
	font-size: 0.95em;
}

#newsletter {
	float: right;
	width: 266px;
	margin-left: 20px;
}

#columntwo {
	float: right;
	width: 266px;
	padding-left: 8px;
	padding-top: 20px;
}

#columntwo li {
	font-size: 0.95em;
	line-height: 1.5em;
	padding-bottom: 20px;
}

#columnone {
	width: 568px;
	padding-left: 8px;
	padding-top: 20px;
}


#columnone li {
	padding-bottom: 20px;
	font-size: 0.95em;
	line-height: 1.5em;
}


/* The next styles are for the footer navigation and it's 3 columns */

#footnav {
	background-color: #f8f8f8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99A189;
	border-right-color: #99A189;
	border-bottom-color: #99A189;
	border-left-color: #99A189;
	font-size: 14px;
	margin:0px;
	padding:20px;
	clear: both;
	display:block;
}

#footnav a:link, #footnav a:visited {
	color: #8A9292;
	text-decoration: none;
	width: 100%;
}

#footnav a:hover, #footnav a:active {
	color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 100%;
}


	
#footnav li {
	display:block;
	width:100%;
	padding:3px;
 	margin:0;
	list-style-type: circle;
	text-indent: 0px;
}

#footnav .header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-indent: 0px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	list-style-type: none;
	display:block;
}

#footnav ul {
	margin:10px;
	padding:0;
	}

#brands, #technology, #webdesign{
	float: left;
	width: 257px;
	margin: 10px;
	margin-top:0px;
}


/* These styles are for the footer and copyright notices */

#footer {
	clear:both;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FCFCFE;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #000;
	background-color: #fff;
	margin:0px;
}

#footer ul	{
	text-indent: 0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#footer li {
	list-style-type: none;
	display: inline;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-indent: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D8D8D8;
}

#footer li:first-child {
	list-style-type: none;
	display: inline;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-indent: 0px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #D8D8D8;
}

#emailContact label {
	font-size: 0.975em;
	color: #333333;
	font-weight: bold;
}

#emailContact {
	margin: 10px;
	padding: 10px;
	border: 1px dashed #ECE9D8;
	background-color: #F8F7EF;
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	border: 1px solid #ACA899;
	padding: 0px;
	margin: 0px;
}

#dhtmltooltip p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.975em;
	color: #333333;
	padding: 10px;
	border-left-width: 50px;
	border-left-style: solid;
	border-left-color: #ECE9D8;
	margin: 0px;
}
#portfolio {
	margin: 0px;
	padding: 0px;
}


#portfolio li {
	width: 172px;
	list-style-type: none;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 2px;
	text-align: center;
	border: 1px solid #FFFFFF;
	height: 200px;
}
#portfolio li:hover {
	width: 172px;
	list-style-type: none;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 2px;
	text-align: center;
	border: 1px solid #E3D1B8;
}

#portfolio img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#portfolio a:link, #portfolio a:visited {
	height: 100%;
	width: 100%;
	display: block;
}
#portfolio a:hover, #portfolio a:active {
	height: 100%;
	width: 100%;
	display: block;
	text-decoration:none;
}



/* ################## Twitter Feed Styles ####################### */



#twitter_update_list li {
	list-style-image: url(../images/twitter-bullet.jpg);
	padding-bottom:20px;
	width:240px;
	}
#body p.bigcaps {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #333;
	font-size: 36px;
}
.pink {
	color: #F09;
}
li {
	font-size: 14px;
}
#body #footer p {
	text-align: center;
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 21px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
