/*---------------------------------------------------
Title:		165 Services Langing Page CSS 
Author: 	Josh Hughes - josh@agencyweb.com
Updated: 	January 28 2009
---------------------------------------------------*/

/*---------------------------------------------------
Body Tags
---------------------------------------------------*/

*
{
	margin:0;
	padding:0;
}

#wrapper
{
	width:1000px;
	margin:0 auto;
	font-size:101%;
}

#home
{
	background:url(../images/bg9.jpg) repeat-x #fff;
}

#internal
{
	background:url(../images/bgint2.jpg) repeat-x #fff;
}

body
{
	font-family:tahoma, verdana, arial, sans-serif;
	color:#4e4e4e;
	font-size:small;
	letter-spacing: 0.4pt;
}

p
{
	line-height:1.55em;
}

ul
{
	margin:0;
	padding:0 0 0 20px;
}

li
{
	margin:0;
	padding:0;
}

hr
{
	color: #ccc;
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
}

a:link,a:active, a:visited 
{
	color:#7f181b;
}

a:hover
{
	text-decoration:none;
}

/*---------------------------------------------------
Form Tags
---------------------------------------------------*/

input,buttons,textarea,select
{
	font-size:100%;
	font-family:verdana, tahoma, arial, sans-serif;
	color:#999;
	border:1px solid #bcbcbc;
	background:#fff;
	margin-bottom:3px;
	padding:3px;
}

.button
{
	font-size:100%;
	font-family:verdana, tahoma, arial, sans-serif;
	color:#fff;
	border:1px solid #bcbcbc;
	background-color:#666;
	margin-bottom:3px;
	padding:3px;
}

/*---------------------------------------------------
Headline Tags
---------------------------------------------------*/
h1
{
	color:#323232;
	font-size:200%;
	font-weight:100;
	margin:0 0 3px 0;
	font-family:Trebuchet MS, verdana, arial, tahoma, sans-serif;
}

h2
{
	font-size:125%;
	font-weight:100;
	color:#323232;
	line-height:1.25em;
	margin:0 0 6px 0;
	font-family:Trebuchet MS, verdana, arial, tahoma, sans-serif;
}

h3
{
	font-size:160%;
	font-weight:100;
	color:#7f181b;
	line-height:1.15em;		
	font-family:Trebuchet MS, verdana, arial, tahoma, sans-serif;
	font-style:italic;
}

h4
{
	background:url(../images/h4bg.jpg) repeat-x #fff;
	height:30px;
	color:#4a4747;
	font-size:130%;
	font-weight:700;
	margin:0 0 4px 0;
	font-family:Trebuchet MS, verdana, arial, tahoma, sans-serif;
	padding:8px 0 0 10px;
	margin:0 0 8px 0;
}

h5
{
	font-size:130%;
	font-weight:bold;
	color:#000;
	line-height:1.15em;
	font-family:Trebuchet MS, verdana, arial, tahoma, sans-serif;
}

/*---------------------------------------------------
Layout Tags
---------------------------------------------------*/

#header
{
	height:142px;
	position:relative;
	margin:0 0 0 35px;
}

#logo
{
	position:absolute;
	top: 9px;
}

#headright {
	padding: 10px 0 0 0;
	}
	
#headright h3{
	padding-bottom: 0px;
	}

#phonenumber
{
	position:absolute;
	left: 739px;
	top: 18px;
	width: 263px;
	font-size:90%;
}

#utilities
{
	position:absolute;
	left: 725px;
	top: 44px;
	width: 328px;
	font-size:80%;
	color:#7f181b;
}

#utilities a:link, #utilities a:active, #utlities a:visited
{
	color:#7f181b;
	border:none;
}

#subhead
{
	height:190px;
	padding:25px 0 0 35px;
	color:#fff;
	position:relative;
}

#subhead h1{	
	color: #7f181b;
	font-family: Trebuchet MS, verdana, arial, tahoma, sans-serif;
	margin: -2px 0 0 0;	
	font-style: italic;
	letter-spacing: -0.4pt;		
}

#subheadinternal
{
	height:108px;
	padding:25px 0 0 35px;
	color:#fff;
	position:relative;
}

#locallistings {
	position:absolute;
	top: -66px;
	left:390px;
}

/*---------------------------------------------------
			Top Menu Tags
---------------------------------------------------*/
#navigation
{
	position:absolute;
	top: 50px;
	left:-10px;
	list-style: none;
	width:100%;
}

#navigation li
{
	float:left;
	margin: 0;
	font-size:110%;
	border-right:1px solid #ccc;
}

#navigation a:link, #navigation :visited, #navigation a:active
{
	float: left;
	display: block;
	margin:0;
	padding: 12px;
	color:#fff;
	text-decoration:none;
}

#navigation a:hover
{
	color:#666;
	background-color:#fff;
	padding-bottom: 12px;
}

#content
{
	/*background:url(../images/contentbg.jpg) no-repeat #fff;*/
	margin:0;
	padding:20px 0 0 0;
	width:1000px;
	height:100%;
	float:left;
}
#content h3{
	font-size:140%;
	color:#7f181b;
	font-style:italic;
	}

#one_page
{
	padding:0 20px 30px 40px;
	height:auto;
	clear:all;
}

#left
{
	float:left;
	width:610px;
	padding:10px 20px 30px 40px;
	border-right:1px solid #ccc;
	height:auto;
	clear:all;
}

#leftvids
{
	float:left;
	width:610px;
	padding:10px 31px 30px 40px;
	
	height:auto;
	clear:all;
}

#right
{
	float:right;
	width:265px;
	padding:10px 40px 30px 0;
	height:auto;
}

#loginbox
{
	display:inline;
	width:245px;
	font-size:80%;
	color:#919191;	
}

#loginbox a:link, #loginbox a:active, #loginbox a:visited
{
	color:#919191;
}

#loginbox a:hover
{
	color:#666;
}

#footer
{
	background:url(../images/footerbg3.jpg) repeat-x #7f181b;
	text-align:center;
	clear:both;
	height:212px;
	padding: 18px 0 10px 0;
}

#footer a:link,#footer a:visited,#footer a:active
{
	color:#919191;
	font-weight:100;
}

#footer a:hover
{
	color:#666;
	text-decoration:none;
}

#footer2
{
	text-align:center;
	clear:both;
	padding: 55px 0 10px 0;
	font-size:80%;
	color:#fff;
}

#footer2 a:link,#footer2 a:visited,#footer2 a:active
{
	color:#fff;
	font-weight:100;
}

#footer2 a:hover
{
	text-decoration:none;
}

/*--Begin Login css--*/

#mainlogin {
	width: 100%;
	height:auto;	
	}
#leftlogin {
	width: 100%;
	height:auto;	
	font-size: 125%;
	padding-bottom: 50px;		
	}

/*---------------------------------------------------
Style Tags
---------------------------------------------------*/
.noborder
{
	border:none;
}

.red
{
	color:#7f181b;
}

.redintro
{
	color:#7f181b;
	font-size:110%;
}

.black
{
	color:#1e1e1e;
}

.small
{
	font-size:80%;
}

.smaller{
	font-size:100%;
	color:#7f181b;
	font-style:italic;	
	}

.whitesmall
{
	color:#fff;
	font-size:80%;
	font-style:italic;
	padding-left:50px;
	padding-top: 0px;
}

.brandcol
{
	color:#990000;
	font-weight:bold;
}

.quote
{
	font-size:125%;
	font-weight:100;
	color:#919191;
	line-height:1.3em;
	font-family:Trebuchet MS, verdana, arial, tahoma, sans-serif;
}

.home
{
	border-left:1px solid #ccc;
}

.greylarge
{
	font-size:160%;
	font-weight:100;
	color:#919191;
	line-height:1.1em;
	font-family:Trebuchet MS, verdana, arial, tahoma, sans-serif;
}

.greylargebold
{
	color:#4A4747;
	font-size:160%;
	font-style:italic;
	font-weight:700;
}

.grayed
{
	color:#888;
}

.error
{
	color:#f00;
}

.action_message
{
	color:red;
	font-size:110%;
	padding:5px;
	width:600px;
	margin-left:40px;
}


/** registration **/
#registration_blank
{
	width:350px;
	text-align:left;
	padding-left:300px;
}

/** login **/
table.login_page
{
	border:0px;
	padding:0px;
	margin-left:30px;
	width:94%;
}

h1.login
{
	color:#990000;
	font-size:20px;
	margin-bottom:2px;
}

table.login_table td.sn_p1
{
	/*--background-image:url(../images/signup-bg.jpg);--*/
	background-repeat:no-repeat;
	vertical-align:top;
}

table.login_table td.sn_p2
{
	/*--background-image:url(../images/signup-bg-mid.jpg);--*/
	background-repeat:repeat-x;
}

table.login_table td.sn_p3
{
	background-image:url(../images/signup-bg-mid.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
}

table.login_table td.sn_p4
{
	/*--background-image:url(../images/signup-bg-mid.jpg);--*/
	background-repeat:no-repeat;
	vertical-align:top;
}

table.login_table input
{
	border:1px;
	width:200px;		
	background-color:#FFFF99;
}

table.login_table input.submit
{
	border:0px;
	width:170px;
	background-color:transparent;
}

table.login_table td.description
{
	padding-bottom:25px;
}

table.login_table .error_login
{
	color:#f00;
}

table.learn_about
{
	width:100%;
	border:0px;
	background-color:#999;
}

table.learn_about td
{
	padding:5px;
}

table.learn_about p
{
	margin:10px 0px;
}

table.learn_about ol
{
	padding-left:40px;
}

table.learn_about td.title
{
	text-align:left;
	font-weight:bold;
	color:#fff;
}

table.learn_about td.links
{
	width:175px;
	text-align:center;
	vertical-align:top;
	background-color:#FFF;
}

table.learn_about td.links a
{
	color:#222222;
	text-decoration:none;
}

table.learn_about td.links a:hover
{
	color:#CC3300;
}

table.learn_about td.info
{
	text-align:left;
	vertical-align:top;
	background-color:#FFF;
}

/** account **/
#account
{
}

#account div.formrow
{
	clear:left;
}

#account label {
	float:left;
	margin-bottom:10px;
	width:200px;
	font-weight:bold;	
}

#account input
{
	width:170px;
}

/* confirm order page styles */
table.order_item_table
{
	border:0px;
	width:100%;
}

table.order_item_table td
{
	vertical-align:top;
	padding:5px 10px;
	border-bottom:1px solid grey;
}

table.order_item_table td.desc
{
	text-align:left;
	width:70%;
}

table.order_item_table td.price
{
	text-align:right;
	width:20%;
	border-left:1px solid grey;
	border-right:1px solid grey;
}

table.order_item_table td.action
{
	text-align:center;
	width:10%;
}

table.order_item_table td.nb
{
	border:0px;
}

table.order_item_table tr.title td
{
	border-top:2px solid black;
	border-bottom:2px solid black;
}

table.order_item_table tr.total td
{
	border:0;
	border-bottom:2px solid black;
}

table.order_item_table tr.total td.price
{
	color:red;
}

/* Site Statistic */
input.dp
{
	width:80px;
}
