@charset "UTF-8";
/**==============================================================================================**
	Innovative Concepts - All rights reserved.
	$Id: main.css,v 1.35 2010/01/28 20:45:25 lrollins Exp $
/**==============================================================================================**/

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

GENERAL LAYOUT

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

* {
	margin:0px;
	padding:0px;
}

.clear {
	clear:both;
}

body {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	background-image:url(/images/background.jpg);
	background-repeat:repeat-x;
	background-color:#f5f5f5;
	color:#4d4d4d;
	font-size:12px;
}

a {
	color:#478eca;
	text-decoration: none;
}

a:hover {
	color:#478eca;
	text-decoration: underline;
}

a img {
	border:none;
	border-width:0px;
}



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

STRUCTURE

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

#wrapper {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#extra-nav {
	float:right;
	margin-top:35px;
	width:500px;
}

#main {
	width:950px;
	float:left;
	margin-left:11px;
	margin-bottom:25px;	
}

#main-column {
	float:left;
	width:620px;
	margin-left:0px;
}

#side-column {
	float:left;
	width:290px;
	margin-left:40px;
}

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

LOGO STYLES

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

#logo a {
	width:290px;
	height:111px;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	text-indent:-99999px;
	float:left;
	display:block;
}

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

SEARCH

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

#search {
	height:31px;
	float:right;
	color::#a0a0a0;
	background-image:url(/images/search-left.jpg);
	background-repeat:no-repeat;
	background-position: left top;
}

#search-field {
	height:17px;
	width:165;
	color::#a0a0a0;
	font-size:10px;
	border:0px;
	margin-left:15px;
	padding-top:4px;
	padding-left:4px;
	margin-top:5px;
	float:left;
}

#go {
	height:31px;
	width:45px;
	padding-right:4px;
	display:inline-block;
	background-image:url(/images/search-right.jpg);
	background-repeat:no-repeat;
	border-width:0px;
	margin:0px;
	float:left;
	font-size:12px;
	cursor:pointer;
}


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

Sub-Nav

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

#sub-nav {
	list-style-type:none;
	float:right;
	margin-left:40px;
	margin-top:9px;
	margin-right:30px;

}

#sub-nav li {
	display:inline;
	color:#4d4d4d;
	font-size:10px;
	font-weight:bold;
	margin-left:-1px;
}

#sub-nav li a {
	color:#4d4d4d;
	text-decoration:none;
}

#sub-nav li a:hover {
	color:#000000;
	text-decoration:underline;
}


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

Navigation

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


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DropDown Top Styles ***/
.sf-menu {
	float: right;
	clear:right;
	margin-top:28px;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
}

.sf-menu li a {
	font-size:13px;
	line-height:30px;
	font-weight:bold;
}

.sf-menu li {
	margin-left:-25px;
}

.sf-menu li a {
	display:inline-block;
	width:142px;
	height:29px;
	background-image:url(/images/nav-tabs/tab-normal.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-decoration: none;
	text-align: center;
	margin-left:-25px;
	text-indent:-20px;
}

.sf-menu li.contact a {
	background-image:url(/images/nav-tabs/tab-contact.png);;
}

.sf-menu li a:hover {
	background-image:url(/images/nav-tabs/tab-on.png);
	color:#000000;
}


.sf-menu .services a {
	background-image:url(/images/nav-tabs/tab-services.png);
	position:relative;
	z-index:5;
}

.sf-menu .services {
	z-index:5;
}

.sf-menu .products {
	position:relative;
	z-index:4;
}

.sf-menu .clients {
	position:relative;
	z-index:3;
}

.sf-menu .about {
	position:relative;
	z-index:2;
}

.sf-menu .contact {
	position:relative;
	z-index:1;
}

.sf-menu li a:visted {
	color:#FFFFFF;
}



/******Dropdown Style**********/

.sf-menu li li {
	background:	#FFFFFF;
	padding-left:26px;
	border:none;
}

.sf-menu li li a {
	background-image:none;
	background-color:#FFFFFF;
	color:#4d4d4d;
	width:168px;
	height:20px;
	font-size:11px;
	line-height:20px;
	text-align:left;
	text-indent:10px;
}

.sf-menu li.services li a {
	background-image:none;
	background-color:#FFFFFF;
	color:#4d4d4d;
}

.sf-menu li li a:hover {
	background-image:none;
	background-color:#4d4d4d;
	color:#FFFFFF;
}

.sf-menu li li a:visited {
	background-image:none;
	background-color:#FFFFFF;
	color:#4d4d4d;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


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

SLIDER

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

#slider {
	width:972px;
	height:238px;
	clear:both;
	position:relative;
	z-index:0;
	top: -11px;
}

#home-slide {
	width:972px;
	height:238px;
	background-image:url(/images/slider_bg-yellow.jpg);
	background-repeat:no-repeat;
}

.slider-content {
	margin-left:342px;
	width:575px;
	padding-top:50px;
}

#slider h1 {
	font-size:28px;
	color:#000000;
	margin-bottom:15px;
}

#slider p {
	font-size:14px;
	color:#4d4d4d;
	line-height:20px;
}

#slider strong {
	color:#000000;
}


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

Main Column

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

#main p {
	font-size:12px;
	line-height:20px;
}

#main h2 {
	font-size:24px;
	text-transform: uppercase;
	color: #000000;
	font-weight:normal;
	margin-bottom:20px;
}

#main h3 {
	font-size:18px;
	text-transform: none;
	color: #000000;
	font-weight:bold;
	margin-top:10px;
}

#main h4 {
	font-size:18px;
	text-transform: none;
	color: #000000;
	font-weight:normal;
	font-style:italic;
}

#main hr {
	height:0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #d8d8d8;
	margin-top:20px;
	margin-bottom:25px;
	border-bottom-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
}

ul#sites {
	list-style-type:none;
}

ul#sites li {
	float:left;
	margin-right:35px;
	margin-bottom:25px;
	}
	
ul#sites li.no-margin {
	margin-right:0px;
	}

.other-site {
	width:126px;
	height:126px;
	border: 1px solid #dbdbdb;
	background-image: url(/images/sites-bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

.other-site p {
	margin-top:3px;
	font-size:14px;
}

ul#testimonial {
	list-style-type:none;
}

ul#testimonial li {
	}
	
ul#testimonial li.signature {
	text-align:right;
	font-style:italic;
	margin-bottom:20px;
	}


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

Side Column

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

#side-column h2 {
	font-size:24px;
	text-transform: uppercase;
	color: #ed1c24;
	font-weight:normal;
	margin-bottom:20px;
}

.news-hr {
	height:0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #d8d8d8;
	margin-top:5px;
	margin-bottom:15px;
	border-bottom-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
}

.news-headline {
	font-size:15px;
	color:#000000;
}

.readmore {
	text-align: right;
	margin-top:5px;
}

.readmore a {
	color:#478eca;
	text-decoration: none;
}

.readmore a:hover {
	color:#478eca;
	text-decoration: underline;
}


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

Side Column

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

#footer {
	clear:both;
	width:890px;
	height:102px;
	margin-left:11px;
	background-color:#cdcdcd;
	padding-top:25px;
	padding-left:60px;
}

#footer ul#footer-nav {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top:3px;
}

#footer ul#footer-nav li {
	color:#000000;
	float:left;
	font-size:12px;
	font-weight:bold;
	width:145px;
}

#footer ul#footer-nav li a {
	color:#000000;
	text-decoration:none;
}

#footer ul#footer-nav li a:hover {
	color:#000000;
	text-decoration:underline;
}

#footer ul#footer-nav li ul {
	margin-top:5px;
}

#footer ul ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#footer ul#footer-nav li li {
	color:#4d4d4d;
	float:none;
	font-size:10px;
	margin-top:0px;
}

#footer ul#footer-nav li li a {
	color:#4d4d4d;
	text-decoration:none;
}

#footer ul#footer-nav li li a:hover {
	color:#4d4d4d;
	text-decoration:underline;
}


#endnotes {
	margin-top:20px;
	margin-bottom:30px;
	margin-left:11px;
	font-size:10px;
	font-weight:bold;
}

#endnotes a {
	color:#ed1c24;
	text-decoration:none;
}

#endnotes a:hover {
	color:#ed1c24;
	text-decoration:underline;
}

#endnotes span {
	color:#ed1c24;
}

table {
	margin: 0 auto;
}

table.gallery {
	padding-left: 25px;
}
td.gallery {
	padding-right: 25px;
}