/*removes any browser differences*/
* {padding: 0; margin: 0;} 

body {
	background-color: #D8D8D8;
	background-image: url(../images/layout/gradient-background.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align:center;
}

#iteminfo {
FONT-FAMILY: Verdana, Arial, SunSans-Regular, Sans-Serif;
font-size: 10px;
	color: #999999;
	background-color: #F1F1F1;
	padding: 4px;
}

#iteminfo a {
	text-decoration: none;
	color: #999999;
}

#unlink {
	color: #CC0000;
	text-decoration: underline;
}

/* START SEGMENTS --------------------------------------*/

#tip {
	background-color: #FFFFE1;
	border: 1px dotted #D3B503;
	padding: 5px;
}

div#body {
	margin-left:auto;
	margin-right:auto;
	width: 922px;
	text-align:left;
}

div#body {
	background-repeat: repeat-y;
	background-image: url(/images/layout/white-bar-horizontal.gif);
	/* Mozilla Firefox and other non IE based browsers ignores the filter style*/	
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( enabled=true, sizingMethod=scale src='images/layout/white-bar-horizontal.png');*/	
}

/* IE ignores this part? IE can not read styles with [attribute]*/
div#body[id] {
	background-image: url(../images/layout/white-bar-horizontal.png);
}

div#body-padding {
	padding-left:8px;
	padding-right:9px;
}

div#top {
	margin-top: 15px;
	margin-left:auto;
	margin-right:auto;
	/*background-image: url(../images/layout/white-bar-horizontal-top.png);*/
	background-repeat: repeat-y;
	width: 922px;
	height:112px;
	text-align:left;
	/* Mozilla Firefox and other non IE based browsers ignores the filter style*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( enabled=true, sizingMethod=scale src='images/layout/white-bar-horizontal-top.png');
	
}

/* IE ignores this part? IE can not read styles with [attribute]*/
div#top[id]{
		background-image: url(../images/layout/white-bar-horizontal-top.png);
}

div#bottom {
	margin-left:auto;
	margin-right:auto;
	/*background-image: url(../images/layout/white-bar-horizontal-base.png);*/
	background-repeat: repeat-y;
	width: 922px;
	height:23px;
	text-align:left;
	/* Mozilla Firefox and other non IE based browsers ignores the filter style*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( enabled=true, sizingMethod=scale src='images/layout/white-bar-horizontal-base.png');
	
}

/* IE ignores this part? IE can not read styles with [attribute]*/
div#bottom[id]{
		background-image: url(../images/layout/white-bar-horizontal-base.png);
}

/* END SEGMENTS --------------------------------------*/

.table { FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif; BORDER-COLLAPSE: collapse; margin-bottom:15px; }
.tableh { FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #e8e8e8 }
	
select,input,textarea
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 11px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
    FONT-FAMILY: Verdana, Arial, SunSans-Regular, Sans-Serif
}

div#content
{
	padding-left:15px;
	padding-right:15px;
}

div#cell-left
{
	float: left;
	width: 200px;
	background-image: url(../images/layout/vertical-split.gif);
	background-repeat: repeat-y;
	background-position: right;
}

div#cell-middle
{
	margin-left:200px;
	width: 495px;
}

div#cell-right
{
margin-right:5px;
	float: right;
	width: 200px;
	background-image: url(../images/layout/vertical-split.gif);
	background-repeat: repeat-y;
	background-position: left;
}

div#banner-line
{
	margin-top:2px;
	margin-bottom:15px;
	background-color: #B50303;
	height:5px;
	width:100%;
}

div#resellers
{
	margin-top:15px;
}

div#logo {
	margin-left:21px;
	margin-top:25px;
	position:absolute;
}

div#phone {
	margin-left:703px;
	margin-top:30px;
	position:absolute;
}

div#quicklinks a {
	color: #999999;
}

div#quicklinks {
	color: #999999;
	margin-left:592px;
	margin-top:-15px;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#heading3
{
	padding-bottom:3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #818181;
}

div#heading4
{
	padding-top:5px;
	padding-bottom:4px;
}

div#heading4top
{	
	padding-bottom:4px;
	padding-top:5px;
	border-bottom-color: #CACACA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CACACA;
}

div#heading4noline
{
	padding-top:5px;
	padding-bottom:3px;
}

/* START FONTS --------------------------------------*/

.ExpandHeading
{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 17px;
	margin-bottom:10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	margin-top:40px;
	margin-bottom:10px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	margin-top:10px;
	margin-bottom:10px;
}
p {
	margin-bottom:15px;
}

ul
{
	margin-top:20px;
	margin-left:20px;
	margin-bottom:20px;
}

.PageText,p,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	margin-top: 0px;
}

input
{
	FONT-SIZE: 11px;
	MARGIN: 0px;
	FONT-FAMILY: Verdana, Arial, SunSans-Regular, Sans-Serif;
	padding:0px;
}

#date {
font-size: 10px;
	color: #999999;
}

#article {
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CACACA;
	padding-top:5px;
	padding-bottom:5px;
	font-family: Arial;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
}

#keyword-position
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CACACA;
	padding-bottom:2px;
	padding-bottom:2px;
	font-family: Arial;
	font-size: 10px;
	line-height: 17px;
	color: #666666;
}

#article a {
	font-size: 10px;
	font-weight: regular;
	text-decoration: none;
	color: #666666;
}

/* START FOOTER --------------------------------------*/

#footer p {
	line-height: 17px;
	color: #666666;
	font-size: 10px;
}
#footer {
	margin-top: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.conditions
{
	font-size: 10px;
}

#footer td {
	font-size: 10px;
}
#footer  a {
	color: #CC0000;
	font-size: 10px;
}

/* START NAVIGATION --------------------------------------*/

#navigation	{
	font-family: Arial, Helvetica, sans-serif;
	display:inline;
	
}
#navigation	 ul{
	display:block;
	float:left;
	margin:0px;
}
#navigation li 	{
	float:left;
	list-style:none;
}
#navigation li a	{
	display:block;
	background-color:#000000;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
}
#navigation	a:hover, #navigation li:hover 	{
	background-color:#000000;
	color:#FFFFFF;
}
#navigation li ul {
	position:absolute; 
	width:183px; 
	left:-10000px;
	margin-left:0;
}
#navigation	li ul li a {
	width:183px;
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	background:url(../images/layout/drop-menu-split.gif) #333333 10px bottom repeat-x;
}
#navigation li ul li span 	{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	margin:0px;
	background-image: none;
	border: none;
}

#navigation ul li:hover ul, #nav li.sfhover ul {
	 left:auto;
	 color:#FFFFFF;
}

#navigation ul li ul a:hover, #nav li ul li.sfhover {   
	clear:both;
	background:url(../images/layout/drop-menu-split.gif) left bottom repeat-x #666666;	 
	color:#FFFFFF;
}
#navigation li a span	{
	display:block;
	margin:0px;
	background:url(../images/layout/menu-3dot.gif) 2px top no-repeat ;
	padding-left:39px;
	padding-right:12px;
	padding-top:10px;
	padding-bottom:10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

/*for end button*/
.lastsplit
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

.nav_curve	{
	float:left;
	display:block;
	height:6px;
	width:140px;
}
.nav	{
	float:left;
	display:block;
	height:6px;
	background:url(/images/nav_bottom_curve.gif) left top no-repeat; 
}

/* START STUFF --------------------------------------*/

div#dropbase	{
	float:left; 
	height:14px;
	width:183px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( enabled=true, sizingMethod=scale src='images/layout/drop-menu-base.png');
	
}

/* IE ignores this part? IE can not read styles with [attribute]*/
div#dropbase[id]{
		background-image: url(../images/layout/drop-menu-base.png);
}

.home
{
	padding-top:10px;
	padding-bottom:10px;
	width:42px;
	background:url(../images/layout/menu-home.gif) center top no-repeat ;
}
.contact
{
	padding-top:10px;
	padding-bottom:10px;
	width:42px;
	background:url(../images/layout/menu-contact.gif) center top no-repeat ;
}

/*--------------------------------------------------*/

a{color: #CC0000;}
a:hover{color: #FF0000;}
a:focus, a:active{color: #CC0000;}

.table td {padding:3px;}
.table { FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif; BORDER-COLLAPSE: collapse; }
.tableh { FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #e8e8e8 }
	
select,input,textarea
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 11px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
    FONT-FAMILY: Verdana, Arial, SunSans-Regular, Sans-Serif
}

div.hr {
  height: 15px;
  background: #ffffff url(../images/dots.gif) repeat-x scroll center;
}
div.hr hr {
  display: none;
}

.box100
{
	width: 100%;
}


.tabh
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.break {BACKGROUND: url(../images/dots.gif) repeat-x top;}

DIV#tipDiv 
{ 
	BORDER-RIGHT: #ffcc33 1px solid; 
	PADDING-RIGHT: 4px; 
	BORDER-TOP: #ffcc33 1px solid; 
	PADDING-LEFT: 4px; 
	FONT-SIZE: 10px; 
	Z-INDEX: 10000; 
	LEFT: 0px; 
	VISIBILITY: hidden; 
	PADDING-BOTTOM: 4px; 
	BORDER-LEFT: #ffcc33 1px solid; 
	WIDTH: 340px; COLOR: #000; 
	LINE-HEIGHT: 1.2; PADDING-TOP: 4px; 
	BORDER-BOTTOM: #ffcc33 1px solid; 
	POSITION: absolute; TOP: 0px; 
	BACKGROUND-COLOR: #ffffcc 
}
DIV.tp1 { FONT-SIZE: 12px; COLOR: #336 }
DIV#tipDiv li
{
	list-style-type: square;
	list-style-image: none; 
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10pt;
	text-align: left;
}

