@charset "UTF-8";


html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
	position: relative;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, Arial, sans-serif;
	color:#333;
	background-color: #FFFFFF;
	font-size: 12px;
	width: 955px;
    margin-top: 0pt;
    margin-right: auto;
    margin-bottom: 0pt;
    margin-left: auto;
	padding: 0;
	line-height: 150%;
}

p  {
color:#666;
}
a { color:#08c; text-decoration:none; }
a:hover { text-decoration:underline; }

#container {
	width: 955px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #d4d4d4;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#adslheader {
	width:955px;
	margin:0 auto;
	padding:0em 0 3px;
	border-bottom:1px solid #d4d4d4;
	position:relative;
	z-index:1;
	height: 50px;
}
#adslheader h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#adslheader h1 a { float:left; width:130px; height:38px; margin-left:7px; text-indent:-9999px; background:url(/images/logos/ADSLNation_H38.gif) no-repeat; _display:inline; outline:none; }
#adslheader ul { float:right; margin:-2px 0 0; font-size:12px; line-height:12px; }
#adslheader ul li { display:inline; }
#adslheader ul li a {
	display:block;
	float:left;
	color:#959595;
	text-decoration:none;
	border-left: 1px solid #CCCCCC;
	padding: 10px 20px;
}
#adslheader ul li a.navlast { border-right: 1px solid #CCCCCC; }
#adslheader ul li a:hover {
	color:#08c;
}
#adslheader ul li a:hover#company {
	color:#9933FF;
	border-bottom: 1px solid #9966FF;
}
#adslheader ul li a:hover#products {
	color:#00CC00;
	border-bottom: 1px solid #00CC00;
}
#adslheader ul li a:hover#support {
	color:#3333CC;
	border-bottom: 1px solid #3333CC;
}
#adslheader ul li a:hover#shop {
	color:#FF9900;
	border-bottom: 1px solid #FF9900;
}

body#home #adslheader h1 a {
	background-image:url(../images/logos/ADSLNation_H38.gif);
	cursor:default;
}

/* left sidebar */
#side {
	float: left; /* since this element is floated, a width must be given */
	width: 213px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 15px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	background-image: none;
}
#sidenav { position:relative; font-size:12px; margin-bottom:18px; background:url(../images/navigation/sidenav_bg.gif) repeat-y left; z-index:10; }
#sidenav h2 { margin:0; padding:8px 18px; font-size:12px; color:#303030; background:url(../images/navigation/sidenav_bg_top.gif) no-repeat 0 0; padding-top:10px; background-position:0 100%; } /* set side navigation h2 size and include header background image */
#sidenav ul { margin:0; padding:0 2px 3px; background:url(/images/navigation/sidenav_bg_bottom.gif) no-repeat left bottom; }
#sidenav ul li { display:block; margin:0; padding:0 10px; background:url(/images/navigation/sidenav_bg_inactive.gif) no-repeat bottom left; _padding-bottom:1px; }
#sidenav ul li a { display:block; margin-bottom:-2px; line-height:41px; color:#595959; text-decoration:none; outline:none; background:url(/images/navigation/sidenav_arrow.gif) no-repeat 0 50%; }
#sidenav ul li a:hover { text-decoration:none; color:#08c; background-position:-189px 50%; }
#sidenav ul li a img { float:left; margin:4px 8px 0 0; position:relative; }
#sidenav ul li.last { background:none; } /* class for last list item to prevent line seprator image */

#mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#singleColumn {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#breadcumb {
	width:955px;
	position: relative;
	margin: 2px auto 0;
	color: #FFFFFF;
	height: 1.5em;
}
#breadcumb a {
	color: #FFFFFF;
	padding: 0px 0px 0px 5px;
}

#breadcumb p {
	color: #FFFFFF;
}

#breadcumb ul {
	float:left;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
#breadcumb ul li { display:inline; }
#breadcumb ul li a {
	float:left;
	text-decoration:none;
}