/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, label, td, fieldset {
        margin: 0;
        padding: 0;
        font: 11px Tahoma, Arial, Helvetica, sans-serif;
		color: #333;
}

.plus {
	font-size: 12px;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}

h3 {
	font-size: 16px;
	color: #333;
}

h4 {
	font-size: 15px;
	color: #666;
}

h5 {
	font-size: 14px;
	color: #f60;
}

ul {
	list-style-position: outside;
	list-style-image: url(../images/bullet_arrow.gif);
	list-style-type: square;
}

ul.boxed {
	list-style-position: outside;
	list-style-image: url(../images/bullet_boxed.gif);
	margin-left: 1em;
}

ul ul, ul.boxed ul {
	list-style-position: outside;
	list-style-image: url(../images/bullet_arrow.gif);
	margin-left: 2em;
}
.boxed li {
	margin-top: 2px;
	margin-bottom: 2px;
}

ul ul {
	margin-top : 0;
	padding-top: 0;
}

ul.nobullet {
	list-style: none;
}

hr {
	height: 1px;
	color: #999;
}

a, a:active, a:visited {
	color:#0066FF;
}

a:hover {
	color:#f60;
}

#Footer a, a:visited {
	color: #999;
}

/*****************************

*****************************/

body {
	text-align: center;
	background-color: #b8b8b8;
}

#BodyWrapper {
	text-align: center;
	margin-right : auto;
	margin-left : auto;
	width: 726px;
	background:url(../images/bg_main.gif);
	background-repeat: repeat-y;
	display: table;
}

#BodyContainer {
	width: 706px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:left;
}

#HeaderWrapper {
	clear: both;
	height: 247px; /* For a strange IE spacing quirk */
}

#Logo {
	float: left;
	background:url(../images/logo_main.gif) no-repeat;
	width: 237px;
	height: 122px;
	position: relative;
	display: block;
	margin: 0 0 0 0;
}

#Logo a, #Logo a:link, #Logo a:visited, #Logo a:active, #Logo a:hover {
	position: absolute; 
	top: 0px; 
	left: 1px;
	width: 237px;
	padding-top: 122px;
	background: none;
	display: block; 
	overflow: hidden; 
	height: 0px;
	color: #36c;
}

#Header {
	float: right;
	width: 469px;
	height: 122px;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	overflow: hidden; 
	background: url(../images/header_image.gif) no-repeat;
}

#NavMain {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
  	clear: both;
	text-align: left;
	height: 104px !important;
	height: 104px; /* for IE5/Win only */
}

#NavMain ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 104px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 706px;
}
/* HACK for Firefox 0.8 - 1.07 - problem with floating */
#NavMain ul li {
position:relative;
display: inline;
float:left; /*fix */
margin: 0;
padding: 0;
}

#NavMain li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#NavMain a {
	float: left;
	padding: 104px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:104px; /* for IE5/Win only */
}
	
#NavMain a:hover {
	background-position: 0 -104px;
}

#NavMain a:active, #NavMain a:selected {
	background-position: 0 -104px;
}

/* Image-width + 10px for padding. This is for IE basically, because of the padding box model quirk */
#NavHome a {
	width: 121px;
	background: url(../images/nav_home.gif) top left no-repeat;
}

#NavSolutions a {
	width: 116px;
	background: url(../images/nav_solutions.gif) top left no-repeat;
}

#NavProducts a {
	width: 115px;
	background: url(../images/nav_products.gif) top left no-repeat;
}

#NavNews a {
	width: 116px;
	background: url(../images/nav_news.gif) top left no-repeat;
}

#NavDownloads a {
	width: 115px;
	background: url(../images/nav_downloads.gif) top left no-repeat;
}

#NavAbout a {
	width: 123px;
	background: url(../images/nav_about.gif) top left no-repeat;
}

#MainWrapper {
}
#WideMain {
	background-image:url(../images/bg_mainarea.gif);
	background-position: top;
	background-repeat: repeat-x;
	clear:both;
	padding: 5px;	
}


#Main {
	float: right;
	width: 469px;
	background-image:url(../images/bg_mainarea.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#Sidebar {
	float: left;
	width: 237px;
	background-image:url(../images/bg_news.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #efefef;
}

#SidebarFooter {
	width: 237px;
	height: 7px;
	background-image:url(../images/news_footer.gif);
	background-repeat: no-repeat;
	font-size: 6px;
	overflow: hidden;
}

#Footer {
	clear: both;
	width: 706px;
	text-align: center;
	font-size: 10px;
	color: #999;
}

.contentarea {
	padding: 5px 10px 5px 10px;
}

.rule {
	height: 1px;
	color: #999;
	background: #999;
	width: 600px;
	font-size: 5px;
	overflow: hidden
}

/*********************************************************
	Flash Image Replacement - for headings
**********************************************************/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
h3.trebuchet {
	line-height: 18px;
	font-size: 18px;
	vertical-align: baseline;
	margin: 0 0 1px 0;
	padding: 0 0 0 10px;
	color: #333;
}

h3.heading {
	line-height: 20px;
	font-size: 19px;
	color: #000;
}

.sIFR-hasFlash h3.avenir {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 17px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
