/* 
	Main CSS doc for Fastek Electrical | Copyright 2007 Fastek Electrical Installations Inc.
	Created By Odvod Media. (http://www.odvod.com)
*/

/*
	Palette
	#333333		dark gray
	#ab2019		red
	
*/


/*
*	Global Styles
***************************************/

body
{
	font-size: 62.5%;
	font-family: verdana, arial, helvetica, sans-serif;
}

a
{
	color: #ab2019;
	text-decoration: none;
}
a:hover
{
	color: #333;
	text-decoration: none;
}

/*
*	Structure / Layout
***************************************/

#page
{
	width: 610px;
	margin: 0 auto 0 auto;
}

	#mastHead
	{
		background: #fff url('../images/bg-masthead.jpg') no-repeat right top;
	}
	
	#mastHead img#logo {margin: 39px 0 15px 0;}
	
		#nav
		{
			padding-top: 8px;
			border-top: 1px solid #000;
			background: #ab2019 url('../images/bg-tile-nav.gif') repeat-x left top;
			float: left;
			width: 610px;
		}
		
			#nav ul
			{
				border-left: 1px solid #fff;
				display: inline;
				margin-left: 58px;
				float: left;
				
			}
				#nav li
				{
					display: inline;
					border-right: 1px solid #fff;
					float: left;
				}
	
	
	#sideCol1, #content, #content2, #sideCol2
	{
		margin-top: 25px;
		display: inline;
	}
	
	#sideCol1
	{
		width: 180px;
		float: left;
		background: url('../images/bg-contact.gif') no-repeat center bottom;
	}
		p.featured
		{
			font-size: 1.125em;
			text-align: right;
			font-weight: bold;
			margin-bottom: 20px;
			margin-left: 20px;
		}
		
		#contactInfo
		{
			background: url('../images/bg-contact.gif') no-repeat center top;
			margin-top: 30px;
			padding: 12px 0;
		}
			#contactInfo ul
			{
				margin: 5px 5px 0 15px;
			}
			#contactInfo li
			{
				margin-bottom: 2px;
				font-size: 1em;
			}
			#contactInfo img { display: block; margin: 0 auto; }
			#contactInfo li span { font-weight: bold; color: #ab2019; }
	
	#content
	{
		width: 235px;
		float: left;
		margin-right: 15px;
		margin-left: 15px;
	}

	#content2
	{
		width: 410px;
		float: left;
		margin-left: 15px;
	}
	
	#sideCol2
	{
		width: 140px;
		float: right;
		background: #c8c9cb;
		padding: 0 10px;
	}
		#sideCol2 img
		{
			display: block;
			margin: 10px auto;
		}
	
	#footer
	{
		float: left;
		background: url('../images/bg-footer.gif') no-repeat left top;
		width: 610px;
		height: 60px;
	}
		#footer p
		{
			color: #999;
			font-size: .9em;
			margin: 30px 0 0 0;
		}
		#footer a { color: #999; text-decoration: none; }
		#footer a:hover { color: #ab2019; text-decoration: underline; }
	
	#service_request  
	{
		width: 410px;
	}
	
	#service_request td
	{
		padding-bottom: 5px;
	}
	
	#service_request th
	{
		padding: 10px 0 15px 0;
		border-top: medium solid #ab2019;
	}
	
	#lightupgrade th
	{
		color:#333333;
		font-size: 90%;
		vertical-align: bottom;
		text-align: center;
		padding: 5px 0;
	}

		#lightupgrade th.title
		{
				text-align: left;
		}
	
	#lightupgrade td
	{
		padding: 3px;
		border-bottom: thin solid #c6c8ca;
		background-color: #e6e7e8;
		text-align: center;
	}
		
		#lightupgrade td.title
		{
			text-align: left;
		}
		
		#lightupgrade td.motion
		{
			background-color: #dcddde
		}
		
/*
*	Anchor style (navigation)
***************************************/

#nav a
{
	color: #fff;
	text-transform: lowercase;
	text-decoration: none;
	font-size: .9em;
	display: block;
	padding: 5px 7px 5px 7px
}

#nav a:hover, #nav a.active
{
	background: #67130f;
}				



/*
*	Typography
***************************************/

p
{
	font-size: 1em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

h1
{
	color: #333;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

h2, th
{
	color: #ab2019;
	font-weight: bold;
	font-size: 1.125em;
	margin-bottom: 0.5em;
}

pre
{
	font-family: Courier, monospace;
	border:thin solid;
	padding:5px;
}

sup
{
	font-size:80%;
	vertical-align:super
}


/*
*	Lists
***************************************/

#content, #content2 ul
{
	list-style-type: disc;
	margin: 1em 0 1em 20px;
}

	#content, #content2 li
	{
		margin-bottom: 1em;
		line-height: 1.4em;
	}