/* BASE STYLES *********************/

*
{
	padding: 0;
	margin: 0;
}

body
{
	font: 1em Arial, Helvetica, sans-serif;
	background: url(../images/header_bg.gif) no-repeat top #000;
	color: #fff;
	text-align: center;
}

.clear
{
	display: block;
	clear: both;
}

a img
{
	border: 0;
}

/* TEXT STYLES **************************/

.warning
{
	background: #f0c;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px;
}

address
{
	margin-top: 10px;
	font-size: 0.9em;
}

p
{
	margin-top: 10px;
}

#footer p
{
	font-size: 0.8em;
	padding-top: 10px;
}

h1, h2
{
	border-bottom: 1px solid #ff3366;
	display: inline;
	font-weight: normal;
}

h1
{
	font-size: 1.4em;
}

h2
{
	font-size: 1.2em;
}

#content h2
{
	font-size: 1.1em;
	display: block;
	margin-top: 10px;
	border:none;
	margin-bottom: -10px;
	color: #ff3366;
}

#designtop h2
{
	display: none;
}

/* LISTS ******************************/

#sidebar ul
{
	margin-top: 10px;
}

#sidebar li
{
	list-style:none;
	background: url(../images/bullet.gif) no-repeat top left;
	padding-left: 15px;
}

#nav ul
{
	list-style: none;
}

#nav li
{
	line-height: 0.2em;
	overflow: visible;
	margin-bottom: -3px;
	height: 20px;
}

#designservices li
{
	color: #333;
	font-size: 0.8em;
	margin-right: 10px;
}

#designservices ul
{
	float: left;
	width: 24%;
	padding-left: 15px;
	padding-right: 10px;
}

#designservices #designlast
{
	margin-left: -20px;
	width: 130px;
}

#content ul
{
	margin-top: 10px;
	margin-left: 15px;
}

/* LAYOUT ******************************/

#container
{
	width: 640px;
	margin: 0 auto;
	text-align: left;
}

#header
{
	width: 100%;
	height: 200px;
}

#nav
{
	height: 160px;
	width: 147px;
	float: right;
	margin-right: 15px;
	margin: 5px 15px 0 0;
	display: inline;
	overflow: hidden;
}

#quote
{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	margin-top: 40px;
}

#content
{
	width: 72%;
	float: left;
}

#designservices
{
	margin-top: 10px;
	width: 461px;
	background: url(../images/designservices.gif) repeat-y;
}

#designtop
{
	background: url(../images/designservices_top.gif) no-repeat;
	width: 461px;
	height: 37px;
}

#designbottom
{
	background: url(../images/designservices_bottom.gif) no-repeat;
	width: 461px;
	height: 74px;
}

#sidebar
{
	width: 25%;
	float: right;
}

#footer
{
	width: 100%;
	margin-top: 10px;
	background: url(../images/footer_bg.gif) no-repeat top;
	padding-top:30px;
	margin-bottom: 15px;
}

/* LINKS ******************************/

.mail
{
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.mail a:visited
{
	color: #fff;
}

a
{
	font-weight: bold;
	color: #ff3366;
	text-decoration: none;
}

a:visited
{
	font-weight: bold;
	color: #ff3366;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

#nav li a:hover
{
	padding-left: 500px;
}

/* TOP NAVIGATION CLASSES */

.home a
{
	background: url(../images/nav_home.gif) no-repeat;
	padding-left: 500px;
}

.home a:hover
{
	background: url(../images/nav_home_over.gif) no-repeat;
}

.about a
{
	background: url(../images/nav_aboutus.gif) no-repeat;
	padding-left: 500px;
}

.about a:hover
{
	background: url(../images/nav_aboutus_over.gif) no-repeat;
}

.design a
{
	background: url(../images/nav_design.gif) no-repeat;
	padding-left: 500px;
}

.design a:hover
{
	background: url(../images/nav_design_over.gif) no-repeat;
}

.marketing a
{
	background: url(../images/nav_marketing.gif) no-repeat;
	padding-left: 500px;
	padding-top: 2px;
}

.marketing a:hover
{
	background: url(../images/nav_marketing_over.gif) no-repeat;
}

.advertising a
{
	background: url(../images/nav_advertising.gif) no-repeat;
	padding-left: 500px;
	padding-top: 2px;
}

.advertising a:hover
{
	background: url(../images/nav_advertising_over.gif) no-repeat;
}

.contactus a
{
	background: url(../images/nav_contactus.gif) no-repeat;
	padding-left: 500px;
	padding-bottom: 20px;
	padding-top: 2px;
}

.contactus a:hover
{
	background: url(../images/nav_contactus_over.gif) no-repeat;
}

.quote a
{
	background: url(../images/nav_quote.gif) no-repeat;
	padding-left: 500px;
	padding-bottom: 25px;
	padding-top: 2px;
}

.quote a:hover
{
	background: url(../images/nav_quote_over.gif) no-repeat;
}

/* FORM STYLES *********************/

label
{
	display: block;
	margin-top: 10px;
	margin-bottom: 3px;
}

label sup
{
	text-transform: uppercase;
	color: #ff3366;
	font-size: 0.6em;
}

input
{
	border: 1px solid #ff3366;
	padding: 3px;
}

textarea
{
	display: block;
	border: 1px solid #ff3366;
	padding: 5px;
	font: 0.9em Arial, Helvetica, sans-serif;
	width: 99%;
	height: 150px;
	margin-bottom: 15px;
}

input[type=submit]
{
	font-weight: bold;
	text-transform: uppercase;
	background: #eee;
}

input[type=submit]:hover
{
	background: #333;
	color: #fff;
}

input[type=submit]:active
{
	background: #333;
	color: #fff;
	padding-left: 5px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}