﻿/* Reset  */

*
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	line-height: 1.5;
}

html
{
	height: 101%;
	background-image: url(/images/footer-bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000;

}

table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	text-align: left;
	font-weight: normal;
}
table, td, th
{
	vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}

a img
{
	border: none;
}

a
{
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
}

.clear
{
	height: 0px;
	clear: both;
}

li
{
	list-style-type: none;
}
/*------------------------------------------------------------------------------------*/
/* Form elements */

.button
{
	background-image: url(/images/btn-bg.gif);
	background-position: 0px -25px;
	width: 100px;
	height: 25px;
	color: White;
	font-weight: bold;
	float: right;
	margin-top: 20px;
	padding-bottom: 5px;
  font-size:10pt;
}
.button:hover
{
	background-position: 0px 0px;
}

#signup .button
{
	float: left;
	margin-top: 5px;
	margin-bottom: 20px;
}


#result
{
	color: #ff3399;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}


/*------------------------------------------------------------------------------------*/
/* Text */

h1
{
}

h2
{
	font-size: 14pt;
	font-family: Arial Black;
	font-style: normal;
	font-weight: normal;
}

h3
{
	font-style: normal;
	font-weight: normal;
}

/* Loofy */

body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

wrapper
{
	width: 1000px;
	min-width: 1000px;
	height: 100%;
}

#header
{
	height: 100px;
	width: 950px;
	margin: auto;
}

#logo
{
	float: left;
	margin-top: 40px;
	margin-left: 00px;
}


/*------------------------------------------------------------------------------------*/
/* Navigation */


#nav
{
	float: right;
	padding-top: 50px;
}

#nav li
{
	display: inline;
	padding-right: 30px;
}

#nav li, #nav li a
{
	color: #ccc;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
	font-size: 10pt;
	letter-spacing: 5px;
}
#nav li a
{
	text-decoration: none;
}

#nav li a:hover
{
	color: White;
}

#nav li#home a
{
	padding-bottom: 5px;
	border-bottom: solid 1px #3333cc;
}

#nav li#portfolio a
{
	padding-bottom: 5px;
	border-bottom: solid 1px #ff9933; 
}
#nav li#services a
{
	padding-bottom: 5px;
	border-bottom: solid 1px #006633; 
}
#nav li#contact a
{
	padding-bottom: 5px;
	border-bottom: solid 1px #ff0099;
}


#strip
{
	background-image: url(/images/banner-bg.jpg);
	background-color: #f1f1f1;
	background-position: center top;
	background-repeat: repeat-x;
	height: 263px;
}

#strip-content
{
	width: 950px;
	margin: auto;
}

#content-holder
{
	background-color: #f1f1f1;
width:100%;
	padding-bottom: 30px;
}

#content
{
	width: 960px;
	margin: auto;
}
.left
{
	float: left;
}

.right
{
	float: right;
	width: 500px;
}


/*------------------------------------------------------------------------------------*/
/* Portfolio */


#single-column
{
	width: 100%;
	padding-top: 0px;
}

#portfoliopage
{
	margin-bottom: 30px;
}


#featured-site
{
	padding-top: 0px;
	float: right;
	height: 370px;
}

#featured-site .title
{
	float: left;
	font-weight: normal;
	font-style: normal;
}


#featured-site .copy
{
	width: 245px;
	text-align: justify;
	float: left;
}
#featured-site p
{
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #666666;
	margin-top: 20px;
	padding: 0px 20px 0px 0px;
	line-height: normal;
	letter-spacing: -0.02em;
}


#featured-site img
{
	float: left;
	display: inline;
	margin-top: 20px;
	border: solid 1px #ccc;
}

#featured-site .title
{
	float: left;
}

#featured-site .title img
{
	border: none;
}



#twitter
{
	padding-top: 60px;
	width: 350px;
	height: 320px;
}

#twitter #title
{
	background-image: url(/images/twitter.gif);
	background-position: left center;
	background-repeat: no-repeat;
	width: 220px;
	height: 70px;
	text-align: right;
}

#twitter #title img
{
	margin-top: 25px;
}

#footer
{
	width: 950px;
	margin: auto;
	padding-top: 30px;
	margin-bottom: 20px;
}

#footer .services, #footer .elsewhere, #footer .contact
{
	background-image: url(/images/cross.gif);
	background-position: left 0px;
	background-repeat: no-repeat;
	float: left;
	padding-left: 25px;
	width: 250px;
}



#footer ul.last
{
	background-image: none;
}

#footer .services
{
	margin-left: 80px;
}

#footer li.title
{
	padding-bottom: 10px;
}



#footer li, #footer li a
{
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
	font-size: 8pt;
	color: #E1E1E1;
	text-decoration: none;
}

#standards
{
	height: 20px;
	text-align: right;
	padding-right: 20px;
	width: 1000px;
	margin: auto;
}
#standards li
{
	display: inline;
}

#standards a
{
	font-size: 7pt;
	color: White;
	text-decoration: none;
}



/*------------------------------------------------------------------------------------*/
/* Twitter */

.twitter-item
{
	padding: 10px;
	border-bottom: dotted 1px #ccc;
}
.twitter-item .title, .twitter-item .datestamp
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #81a9cd;
}

.twitter-item .datestamp
{
	color: #666666;
	float: right;
	font-style: italic;
	font-size: 9pt;
	margin-top: 10px;
}


body
{
	margin-bottom: 0;
	padding-bottom: 0;
}

.hidden
{
	visibility: hidden;
	height: 0px;
}

/*------------------------------------------------------------------------------------*/
/* Home Page  */

#monitor
{
	background-image: url(/images/monitor.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 263px;
	width: 485px;
	margin-top: 1px;
	z-index: 99;
	position: absolute;
	float: left;
	margin-left: -68px;
}

#slogan
{
	background-image: url(/images/we-love-design.png);
	background-position: right 57px;
	background-repeat: no-repeat;
	height: 263px;
	width: 486px;
	float: right;
	
}

#homepage
{
	height: 450px;
}


/*------------------------------------------------------------------------------------*/
/* Portfolio */

#slogan-portfolio
{
	background-image: url(/images/some-of-our-work.png);
	background-position: right center;
	background-repeat: no-repeat;
	height: 140px;
	width: 488px;
	margin: 40px 0px;
	float: right;
}


#filing-cab
{
	background-image: url(/images/filing-cab.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 263px;
	width: 485px;
	margin-top: 1px;
	z-index: 99;
	position: absolute;
	float: left;
	margin-left: -68px;
}

.client
{
	width: 700px;
	margin: auto;
	padding-top: 40px;
	padding-left: 80px;
	clear: both;
}

.client img
{
	float: left;
}

.client .text
{
	float: right;
	display: inline;
	width: 410px;
}
.client h2
{
	font-family: Arial Black, Arial Black, Gadget, sans-serif;
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}
.client p
{
	color: #666666;
}
.client p, .client a
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
}


/*------------------------------------------------------------------------------------*/
/* Terms */

#monitor-terms
{
	background-image: url(/images/small-print.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 263px;
	width: 485px;
	margin-top: 1px;
	z-index: 99;
	position: absolute;
	float: left;
	margin-left: -68px;
}

#slogan-terms
{
	background-image: url(/images/the-small-print.png);
	background-position: right center;
	background-repeat: no-repeat;
	height: 91px;
	width: 486px;
	margin: 60px 0px;
	float: right;
}


#terms
{
	width: 600px;
	margin: auto;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
}

#terms h1
{
	font-size: 22pt;
	font-family: Arial Black;
	text-transform: uppercase;
	clear: both;
}
#terms li
{
	padding-bottom: 10px;
}


/*------------------------------------------------------------------------------------*/
/* Contact-Us */

#monitor-contact
{
	background-image: url(/images/contact-us.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 263px;
	width: 485px;
	margin-top: 1px;
	z-index: 99;
	position: absolute;
	float: left;
	margin-left: -68px;
}

#slogan-contact
{
	background-image: url(/images/contact-us.png);
	background-position: right center;
	background-repeat: no-repeat;
	height: 91px;
	width: 486px;
	margin: 60px 0px;
	float: right;
}

#contact-us
{

}

#contact-us #left
{
	width: 400px;
	float: left;
		padding-top: 30px;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
	background-color: #f1f1f1;
}

#contact-us #right
{
	float: left;
	display: inline;
	margin-left: 100px;
	width: 300px;
		padding-top: 30px;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
	background-color: #f1f1f1;

}

#contact-us #right p
{
	font-size: 10pt;
}

#contact-form
{
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
	margin-top: 20px;
}

#contact-form label
{
	font-size: 9pt;
	text-transform: capitalize;
	color: #666;
}

#contact-form span.required
{
	font-size: 9pt;
	color: maroon;
	margin-left: 5px;
}

#contact-form input[type=text], #signup input[type=text]
{
	width: 380px;
	font-size: 10pt;
	padding: 8px;
	margin-bottom: 10px;
	border: 1px solid #DBDBDB;
}
#contact-form textarea
{
	width: 400px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #DBDBDB;
}

#contact-form input, #contact-form textarea
{
	display: block;
}





/*------------------------------------------------------------------------------------*/
/* Services */

#monitor-services
{
	background-image: url(/images/services.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 263px;
	width: 485px;
	margin-top: 1px;
	z-index: 99;
	position: absolute;
	float: left;
	margin-left: -68px;
}

#slogan-services
{
	background-image: url(/images/slogan-services.png);
	background-position: right center;
	background-repeat: no-repeat;
	height: 91px;
	width: 486px;
	margin: 60px 0px;
	float: right;
}

#servicespage
{
	padding: 30px 0px 30px 0px;
	height: 400px;
}


#servicespage #left
{
	width: 50%;
	float: left;
}


#servicespage #right
{
	width: 50%;
	float: right;
}



#servicespage .service .image
{
	float: left;
	width: 60px;
	height: 56px;
	text-align: right;
}

.service #Service1, .service #Service2, .service #Service3, .service #Service4, .service #Service5, .service #Service6
{
	background-image: url(/images/services-icons.gif);
}

.service #Service1
{
	background-position: 0px 0px;
}

.service #Service2
{
	background-position: 0px -59px;
}

.service #Service3
{
	background-position: 0px -120px;
}

.service #Service4
{
	background-position: 0px -180px;
}

.service #Service5
{
	background-position: 0px -240px;
}
.service #Service6
{
	background-position: 0px -285px;
}





#servicespage .service h3
{
	float: left;
	margin-left: 20px;
	font-family: Arial Black;
	font-size: 14pt;
}


#servicespage .service p
{
	float: left;
	margin-left: 20px;
	font-size: 9pt;
	width: 350px;
	text-align: left;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
	margin-bottom: 40px;
	color: #666;
}

#thanks
{
	height: 400px;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
	font-size: 10pt;
}

/*------------------------------------------------------------------------------------*/
/* Warnings */

#contact-form input[type=text].tbwarning
{
	border: solid 1px #ff3399;
}

.warning
{
	color: #ff3399;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
	font-size: 10pt;
}

.emailimg
{
	vertical-align: middle;
  height:13px;
  vertical-align:text-bottom;
}




