/*
///////////////////////////////////////

                             Overrides

///////////////////////////////////////
*/

body
{
	margin:0;
	padding:0;
	background:#2c2c2c url("../images/page_bg.gif") repeat-x top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
a
{
	color:#cc0000;
}

.right
{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.left
{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.highlight 
{
	border:1px solid #ccc;
	background:#eee;
	padding:20px;
	margin:20px 0;
}
.highlight p:last-child, #primary .highlight h1:last-child, #primary .highlight h2:last-child, #primary .highlight h3:last-child
{
	margin-bottom:0;
}
th img, td img
{
	vertical-align:text-top;
	
}
.error
{
	border:2px solid red;
	background:#800;
	color:#fff;
	padding:10px;
	margin:10px 0;
}
.success
{
	border:2px solid #0a0;
	background:#060;
	color:#fff;
	padding:10px;
	margin:10px 0;
}
ul.checkmark
{
	margin-left:10px;
}
ul.checkmark li
{
	list-style-image:url("../images/checkmark.gif");
}

/*
///////////////////////////////////////

                                 Header

///////////////////////////////////////
*/ 

#page
{
	position:relative;
}

#header
{
	width:960px;
	height:365px;
	margin:0 auto;
	position:relative;
}

#logo
{
	display:block;
	position:relative;
	top:0px;
	left:20px;
	width:374px;
	height:113px;
	z-index:300;
	background: transparent url("../images/logo_2012.png") no-repeat top left !important;
	background: transparent url("../images/logo_2012.gif") no-repeat top left;
}

#feature
{
	position:absolute;
	top:46px;	
	z-index:200;
}

#feature .scroller 
{ 
	width: 960px;
	height: 317px;
	overflow: hidden;
}
#feature .scroller .slide
{
	width: 960px;
	height: 317px;
	overflow:hidden;
	float:left;	
	z-index:10000;
}
#feature .scroller .banner_image
{
	position:relative;
	top:0;
	left:0;
	z-index:200;
}
#feature .scroller .inner
{
	width: 10000px;
}

.pageslide
{
	width:960px;
	height:300px;
	overflow:hidden;
	float:left;
	z-index:100001;
}



/*
///////////////////////////////////////

                                   Menu

///////////////////////////////////////
*/

#header .menu
{
	position:absolute;
	top:10px;
	left:420px;
	
	height:19px;
	z-index:500;
	width:535px;
}
#header .menu ul
{
	margin:0;
	padding:0;
}
#header .menu li
{
	display:inline;
	float:left;
	list-style-type:none;
	margin:0;
}
#header .menu a
{
	display:inline;
	float:left;
	height:19px;
	background-position:center center;
	background-repeat:no-repeat;
	margin-right:25px;
	color:white;
	font-family:Tahoma,Verdana,sans-serif;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
}
#header .menu a:hover
{
	text-shadow: #ffffff 1px 1px 10px;
}

#header .menu .about { width:50px; background: url("../images/menu_about.gif") no-repeat top center; }
#header .menu .about:hover, #header .menu .about.there { background-image: url("../images/menu_about_over.gif"); }

#header .menu .blog { width:36px; background: url("../images/menu_blog.gif") no-repeat top center; }
#header .menu .blog:hover, #header .menu .blog.there { background-image: url("../images/menu_blog_over.gif"); }

#header .menu .contact { width:62px; background: url("../images/menu_contact.gif") no-repeat top center; }
#header .menu .contact:hover, #header .menu .contact.there { background-image: url("../images/menu_contact_over.gif"); }

#header .menu .home { width:46px; background: url("../images/menu_home.gif") no-repeat top center; }
#header .menu .home:hover, #header .menu .home.there { background-image: url("../images/menu_home_over.gif"); }

#header .menu .services { width:61px; background: url("../images/menu_services.gif") no-repeat top center; }
#header .menu .services:hover, #header .menu .services.there { background-image: url("../images/menu_services_over.gif"); }

#header .menu .work { width:44px; background: url("../images/menu_work.gif") no-repeat top center; }
#header .menu .work:hover, #header .menu .work.there { background-image: url("../images/menu_work_over.gif"); }

.switch 
{ 
	
	
	position:absolute;
	top:15px;
	right:5px;
	width:68px; 
	height:19px;
	display:block;
	margin:0;
	padding:0;
	z-index:999;
	background: url("../images/menu_switch.gif") no-repeat top center; 
}
#header .switch:hover, #header .menu .work.there { background-image: url("../images/menu_switch_over.gif"); }

/*
///////////////////////////////////////

                          Content Pane

///////////////////////////////////////
*/

#content
{
	width:890px;
	padding:50px 35px 0 35px;
	margin:0 auto;
	background:white url("../images/primary_bg.gif") repeat-x top center;
	clear:both;
	
}

/*
///////////////////////////////////////

                              Sub-Menu

///////////////////////////////////////
*/

#primary ul.tab_menu
{
	padding:0;
	margin:25px 0;
	height:24px;
	display:block;
	clear:both;
	border-bottom:1px solid #ccc;
}
#primary table
{
	margin-bottom:0;
}
.tab_menu.sub
{
	border-bottom:1px solid #ccc;
}
.tab_menu li
{
	float:left;
	display:inline;
	background-image:none;
	margin:0;
	padding:0;
}
.tab_menu a
{
	display:block;
	float:left;
	margin-right:5px;
	padding:1px 10px;
	background:#ddd;
	color:black;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
.tab_menu li a.there
{
	display:block;
	float:left;
	margin-right:5px;
	padding:1px 10px;
	background:#aa0000 url("../images/tab_menu_there.gif") repeat-x top left;
	color:white;
}


/*
///////////////////////////////////////

                     Content Text Area

///////////////////////////////////////
*/

#primary
{
	float:left;
	width:550px;
	margin-bottom:50px;
	font-size:13px;
	line-height:22px;
	font-family:"Tahoma", Verdana, sans-serif;
	color:#555;
}
#primary h1
{
	font-family:Circe, Verdana, sans-serif;
	color:#555;
	font-size:32px;
	font-weight:normal;
	margin-bottom:15px;
	margin-top:0;
	line-height:32px;
}
#primary h2
{
	font-family:Circe, Verdana, sans-serif;
	color:#cc0000;
	font-size:18px;
	font-weight:bold;
	margin:15px 0;
}
#primary h3
{
	font-family:Circe, Verdana, sans-serif;
	color:#888;
	font-size:18px;
	font-weight:bold;
}
#primary blockquote
{
	padding:8px 10px 0 40px;
	background:transparent url("../images/quote_mark.gif") no-repeat top left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
	margin-bottom:20px;
}
#primary ul, #primary ol
{
	padding-left:30px;
}
.hidden
{
	display:none;
}

.testimonial
{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #ccc;
}

#sidebar
{
	float:right;
	width:300px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}
#sidebar p
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding:0 10px;
}
#sidebar blockquote
{
	margin-left:10px;
	padding:5px 10px 0 40px;
	background:transparent url("../images/quote_mark.gif") no-repeat top left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
	margin-bottom:20px;
}
#sidebar h2
{
	font-size:14px;
	color:#c00;
	font-family:Helvetica,Arial,sans-serif;
	line-height:normal;
	padding-left:10px;
}
#sidebar ul.services
{
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:20px;
}
#sidebar ul.services a
{
	line-height:normal;
	display:block;
	width:276px;
	height:27px;
	padding-left:20px;
	padding-top:11px;
	margin-bottom:5px;
	background:transparent url("../images/service_bar.png") no-repeat center center !important;
	background:transparent url("../images/service_bar.gif") no-repeat center center;
	color:#bbb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#sidebar ul.services a:hover
{
	color:white;
}

.contact_box
{
	padding:15px;
	background:#ddd;
	border:1px solid #ccc;
}
#primary .contact_box h2
{
	margin-top:0;
	padding-top:0;
}

.disclaimer
{
	font-size:10px;
}

.social-media-links
{
	margin:0 0 15px 10px;
}
.social-media-links a
{
	text-decoration:none;
	color:#444;
	font-size:12px;
	margin-right:20px;
}
.social-media-links a:hover
{
	color:#f00;
}

.social-media-links img
{
	margin-right:5px;
	
}


/*
///////////////////////////////////////

                                 Footer

///////////////////////////////////////
*/

#footer
{
	width:925px;
	clear:both;
	height:60px;
	font-size:11px;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif;
	background:white url("../images/nine10_stop.png") no-repeat bottom right;

}

#footer .menu ul
{
	margin:0;
	padding:0;
}
#footer .menu li
{
	list-style-type:none;
	float:left;
	display:inline;
}
#footer .menu a
{
	display:block;
	height:20px;
	float:left;
	margin-right:25px;
	color:#bd0000;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	
	font-family:Arial, Helvetica, sans-serif;
}
#footer .copyright
{
	clear:both;
	margin-top:20px;
	color:#888;
}
#footer .copyright a
{
	color:#888;
}

/*
///////////////////////////////////////

                                 Forms
					 
///////////////////////////////////////
*/

fieldset
{
	margin:0;
	margin-bottom:20px;
}
fieldset legend
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#a00;
	margin-bottom:20px;
}
fieldset table
{
	margin-bottom:30px;
}
table.input
{
	padding:4px;
}
table.input td, table.input th
{
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:top;
}
table.input th
{
	text-align:right;
	width:160px;
	font-weight:bold;
	color:#555;
}
input, select, textarea, label
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
label
{
	font-weight:bold;
}

/*
///////////////////////////////////////

            General Purpose Data Table
					 
///////////////////////////////////////
*/

table.data
{
	border-spacing:0 0;
	border-collapse:collapse;
	border:1px solid #bbb;
}
table.data td, table.data th
{
	padding:3px 5px;
	font-size:11px;
	line-height:1.4em;
	border:1px solid #bbb;
	background:white;
}
table.data th
{	
	background:#d00808 url("../images/table_header_bg.gif") repeat-x center center;
	color:white;
	border:0;
}

/*
///////////////////////////////////////

            General Purpose Data Table
					 
///////////////////////////////////////
*/

table.data.comparison
{
	border:1px solid #bbb;
	margin-bottom:20px;
}
table.comparison td, table.comparison th
{
	
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	background:transparent;
}
table.comparison th
{	
	background-image:none;
	background:#a70000 url("../images/tab_menu_there.gif") repeat-x top left;
	color:white;
	border:0;
}
table.comparison tr:nth-child(even) 
{
	background: #fafafa;
}
table.comparison tr:nth-child(odd) 
{
	background: #fff;
}
#primary table.comparison h2
{
	color:#b00;
	margin:10px 0;
	font-size:12px;
}
table.comparison .divider
{
	background:#eee;
	color:#000;
	text-align:left;
}
table.comparison td.feature
{
	text-align:left;
	
}
table.data.comparison td.price
{
	font-weight:bold;
	font-size:12px;
	color:green;
}
table.comparison a.button
{
	display:block;
	margin:5px auto;
	width:70px;
	font-size:12px;
	background:#aa0000 url("../images/tab_menu_there.gif") repeat-x top left;
	border:0;
	-moz-border-radius: 4px; /* Firefox */
 	-webkit-border-radius: 43px; /* Safari, Chrome */
 	border-radius: 4px; /* CSS3 */
}




/*
///////////////////////////////////////

          General Purpose Layout Table
					 
///////////////////////////////////////
*/

table.layout
{
	border-spacing:0 0;
	border-collapse:collapse;
	border:0;
}
table.layout td, table.layout th
{
	padding:3px 5px;
	font-size:11px;
	line-height:1.4em;
	border:0;
	background:white;
}
#primary table.layout p, #primary table.layout p
{
	font-size:11px;
	line-height:1.4em;
}

/*
///////////////////////////////////////

                             Image Grid
					 
///////////////////////////////////////
*/

table.grid
{
	border:0;
	border-spacing:0 0;
	border-collapse:collapse;
}
table.grid td, table.grid th
{
	padding-right:10px;
	padding-bottom:10px;
	line-height:normal;
	vertical-align:top;
	text-align:center;
}
table.grid th
{
	vertical-align:bottom;
}
table.grid p, table.grid h2, table.grid h3, table.grid img
{
	margin:0;
}
table.grid h2
{

}

/*
///////////////////////////////////////

                          Button Styles
					 
///////////////////////////////////////
*/

a.button, a.button:link, a.button:visited, input.button
{
	padding:2px 15px;
	background:#990000;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	border:1px outset #990000;
}
a.button.small, a.button.small:link, a.button.small:visited, input.button.small
{
	font-size:10px;
	padding:3px 10px;
}
a.button:hover, input.button:hover
{
	color:#FFCC00;
	background:#990000;
	border:1px outset #990000;
}
a.button.red, input.button.red
{
	background:#a00;
	border-color:#a00;
}
a.button.green, input.button.green
{
	background:green;
	border-color:green;
}

