/* Basic Style Sheet Document for All Pages */

/*--------------------------------------------------------------------------------------------------------------
Version: 	1.0 (Standard browsers - IE6+)
Author:		Connetik Interactive (ML)
Email: 		info@connetik.com
Website:	http://www.connetik.com
Legend:		:TODO: Remember to remove this rule before the site goes live
			:KLUDGE: I managed to fix this problem in IE by setting a small negative margin
			:BUG: Rule breaks in IE6
--------------------------------------------------------------------------------------------------------------*/

/* Basic
---------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffffff url(images/background.jpg) repeat-x top center;
	position: relative; /*:KLUDGE:  Fixes hasLayout problem in IE7 when zooming */
}
a {
	color: #cb1919;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #850606;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 990px;
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	clear: both;
}
.clear {
	clear: both;
	height: 1px;
}
hr {
	color: #b0aa88;
	background-color: #b0aa88;
	height: 2px;
	border: 0;
}

/* Header
---------------------------------------------------------------*/

#header {
	width: 990px; height: 86px;
	background: #ffffff;
}
#header h1 {
	/* Font */
	font-size: 18px;
	/* Layout */
	position: absolute;
	z-index: 2;
	margin: 0;
	width: 347px; height: 86px;
	text-indent: -9000px;
	background: url(images/logo-modulr-ts.gif) no-repeat;
}
#header h1 a {
	display: block;
	width: 347px; height: 86px;
	background: url(images/logo-modulr-ts.gif) no-repeat;
}
#header ul {
	float: right;
	margin: 0;
	padding: 0;
	top: 56px;
	right: 20px;
	list-style-type: none;
	width: 600px;
	position: relative;
}
#header ul li {
	float: right;
	padding: 0px 0px 0px 18px;
	color: #3b362c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
#header ul li a, #header ul li a:visited {
	color: #006245;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#header ul li a:hover {
	color: #003a29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#tollfree {
	position: absolute;
	top: 10px;
	float: right;
	text-align: right;
	color: #3d3e3e;
	font-size: 16px;
	font-weight: bold;
	left: 498px;
}
#fr-tollfree {
	position: absolute;
	top: 10px;
	float: right;
	text-align: right;
	color: #3d3e3e;
	font-size: 16px;
	font-weight: bold;
	left: 490px;
}
#search {
	position: absolute;
	top: 0px;
	float: right;
	text-align: right;
	width: 325px;
	height: 37px;
	right: 20px;
	background: url(images/search-tab-right-background.gif) top right no-repeat;
}
#fr-search {
	position: absolute;
	top: 0px;
	float: right;
	text-align: right;
	width: 350px;
	height: 37px;
	right: 20px;
	background: url(images/search-tab-right-background.gif) top right no-repeat;
}
#search-title {
	float: left; width: 60px;
	padding: 10px 0px 0px 40px;
	color: #475450;
	background: url(images/search-tab-left-background.gif) top left no-repeat;
	height: 37px;
}
#fr-search-title {
	float: left;
	width: 75px; height: 37px;
	padding: 10px 0px 0px 40px;
	color: #475450;
	background: url(images/search-tab-left-background.gif) top left no-repeat;
}
#search_key {
	height: 18px;
	border: 1px solid #aac9b2;
}
#submit_search {
	border-top: 0;
	border-right: 1px solid #8a7650;
	border-bottom: 1px solid #8a7650;
	border-left: 0;
	background: #006245;
	color: #ffffff;
	font-size: 12px;
	width: 35px; height: 22px;
	line-height: 20px; /* :KLUDGE: FF will ignore this but works for IE. */
    padding-bottom: 4px; /* :KLUDGE: IE will ignore but works for FF */
}
#submit_search:hover {
	border-top: 0;
	border-right: 1px solid #8a7650;
	border-bottom: 1px solid #8a7650;
	border-left: 0;
	background: #003a29;
	color: #ffffff;
	font-size: 12px;
	width: 35px; height: 22px;
	line-height: 20px; /* :KLUDGE: FF will ignore this but works for IE. */
    padding-bottom: 4px; /* :KLUDGE: IE will ignore but works for FF */
	cursor: pointer;
}
#header-content {
	float: left;
	background: #004b32 url(images/bg-header.jpg) top left no-repeat;
	width: 221px;
	height: 178px;
	overflow: hidden;
	padding: 20px 20px 0px 20px;
}
#header-content a {
	color: #dcd8c2;
	font-weight: bold;
	text-decoration: underline;
}
#header-content a:visited {
	color: #b0aa88;
	font-weight: bold;
	text-decoration: underline;
}
#header-content a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
#header-image {
	float: right;
	width: 729px;
	height: 198px;
	background: #242424;
}

/* Menu Styles
---------------------------------------------------------------------- */

#nav {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 990px;
	background: #151515;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	margin: 0;
	float: left;
	position: relative;
}
#nav li img {
	display: block;
}
#nav li ul {
	position: absolute;
	top: -999em;
}
#nav li:hover ul, #nav li.sfhover ul {
	z-index: 99;
	background: #000000;
	left: 0px;
	top: 38px;
	border: 1px solid #000000;
}
#nav li:hover {
	height: auto; /* :KLUDGE: Sticky Sons of Sukerfish Dropdown Fix */
}
#nav li ul li {
	background: #323333;
	width: 146px;
	height: auto;
	padding: 4px 13px 4px 13px;
	margin: 1px;
}
#nav li ul li a:link, #nav li ul li a:visited {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}
#nav li ul li a:hover {
	display: block;
	text-decoration: none;
	color: #efe4d1;
	font-size: 12px;
}

/* Content Area
---------------------------------------------------------------*/

#content {
	position: relative;
	width: 990px;
	background: #ffffff url(images/bg_content.jpg) no-repeat top left;
	clear: both;
}
#rightcol {
	width: 689px;
	float: right;
	display: inline;
	margin: 24px 20px 24px 20px;
}
#content-bottom {
	clear: both;
	height: 18px;
}
.techreferences TD {
	border-bottom: 1px solid #b0aa88;
}
.tableheader {
	background: #3d3e3e;
	border-right: 1px solid #b0aa88;
}
#newsmenu {
	width: 685px;
	height: 28px;
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 3px solid #202020;
}
#newsmenu li {
	float: left;
	padding-right: 2px;
}

/* Sidebar Area
---------------------------------------------------------------*/

#leftcol {
	width: 221px;
	float: left;
	display: inline;
	margin: 24px 20px 24px 20px;
}
h3 {
	margin: 0px 0px 5px 0px;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	clear: both;
}
#leftcol ul {
	margin-top: 3px;;
	padding-top: 0;
	border-top: 3px solid #b0aa88;
	border-bottom: 3px solid #b0aa88;
}
#leftcol li {
	border-bottom: 1px solid #dcd8c2;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#leftcol li a, #leftcol li a:visited {
	/* Font */
	color: #006245;
	text-decoration: none;
	font-weight: normal;
	display: block;
}
#leftcol li a:hover {
	color: #003a29;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

/* Footer and Copyright
---------------------------------------------------------------*/

#footer {
	position: relative;
	width: 100%;
	background: #323333;
	clear: both;
	padding-bottom: 25px;
}
#footerWrapper {
	position: relative;
	margin: 0;
	width: 950px;
	text-align: left;
	background: #ffffff url(images/bg_footer.jpg) no-repeat center bottom;
	padding: 0px 20px 14px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d3e3e;
}
#footerWrapper a {
	color: #006245;
}
#footerWrapper a:visited {
	color: #6c6642;
}

#sitemap a:hover {
	color: #323333;
}
.footerLogo {
	margin: 0px 0px 14px 0px;
	width: 241px;
	float: left;
}
#sitemap {
	float: right;
	margin: 7px 0px 10px 0px;
	font-size: 12px;
	width: 624px;
	text-align: left;
}
#sitemap a {
	font-weight: normal;
	text-decoration: underline;
	padding-right: 8px;
}
#sitemap a:visited {
	font-weight: normal;
	text-decoration: underline;
	padding-right: 8px;
}
#sitemap a:hover {
	font-weight: normal;
	text-decoration: underline;
	padding-right: 8px;
}
#copyright {
	float: right;
	padding: 0px 0px 0px 0px;
	width: 624px;
	text-align: left;
}
#connetik {
	padding: 7px 0px 14px 0px;
	float: right;
	width: 65px;
}

