Ôªø* { margin: 0;	padding: 0; outline: 0; }

body {
	margin: 0;
	padding: 0;
	font: 12px/160% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	background-image: url(bkg.jpg);
	background-repeat: repeat-x;
}

/* links */
a:link, a:visited {
	color: #6B6C6F;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	color: #003366; 
	background-color: inherit;
}


.footer a:hover {
	color: #b2b4b6;
	background-color: inherit;
}



 #header-logo a:link,  #header-logo a:visited {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
}


 

#sales_text a:link, #sales_text a:visited {
	color: #6799CB;
	background-color: inherit;
	text-decoration: none;
}


#sales_text a:hover {
	color: #0072A8;
	background-color: inherit;
	text-decoration: none;
}

 





#sidebar ul.sidemenu li:hover {
	background-image: url(bullet2_roll.gif);
	padding: 4.5px 5px 4.5px 40px;
	margin: 0;
	background-repeat: no-repeat;
}

/* headers */
h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
}
h1 {
	font-size: 120%;
	letter-spacing: .5px;
}
h2 {
	font-size: 115%;	
	text-transform: propercase; 		
}
h3 {
	font-size: 115%;
	color: #003366;		
}

/* images */
img {
	background: #FAFAFA;
	padding: 0px;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 0;
	margin: 10px;
}


ul, ol {
	margin: 10px 20px;
	padding: 0;
}

code {
  margin: 10px 0;
  padding: 15px 20px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4B699D;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 10px 10px 15px 32px;
  	background: #FAFAFA url(quote.gif) no-repeat 7px 10px !important;
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4B699D; 
	font-weight: bold;  
}

/* form elements */
form {
	margin:10px;
    padding: 15px 10px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 3px 5px;
	border:1px solid #eee;
	font-size: 1em;
	color:#777;
}
textarea {
	width:400px;
	padding: 3px 5px;
	font-size: 1em;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 5px 3px;
	background: #FFF;
	color: #4B699D;
}
/* search form */
form.search {
	position: absolute;
	top: 5px; right: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}
form.search input.textbox { 
	margin: 0;
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
}
form.search input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: 1px solid #CCC; 
	background: #FFFFFF url(headerbg.gif) repeat-x bottom left; 
	padding: 1px; 
	font-weight: bold; 
	height: 23px;
	color: #333;
	width: 60px;
}

/* -----------------------------------
  LAYOUT
-------------------------------------- */
#wrap {
	margin: 0 auto; 
	width: 780px;
}

/* header */
#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 171px;
	background-color: #000000;
	background-image: url(new_hdr.jpg);
}
#header span#slogan {
	z-index: 3;
	position: absolute;
	left: 3px; bottom: 7px;
	font: bold 1.1em Verdana, Arial, Tahoma,  Sans-serif;
	color: #FFF;	
}

#header-logo {
	position: relative;
	clear: both;
	height: 50px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
#header #logo {
	position: absolute;
	top: 40px;
	left: 559px;
	font: bold 31px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	color: #FFFFFF;
	text-align: right;
	line-height: 30px;
}

#isatlogo {
	position: absolute;
	top: 61px;
	left: -1px;
	background-image: url(logo2_03.png);
	width: 300px;
	height: 50px;
	background-repeat: no-repeat;
}


/* navigation tabs */
#header-logo ul {
	margin:0;
	padding:0;
	list-style:none;
	right:-3px;
	bottom: 0px;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
	width: 781px;
	height: 4em;
	
}
#header-logo li {
	
	float: left;
	margin:0px;
	padding-left:36px;
	
}




#header-logo a {
	
	height: 4em;
	line-height: 4.5em;
	text-decoration:none;
	margin-bottom: 0px;
	float: left;
	display: block;
	outline: none;
	
}
#header-logo a span {

	background-image: url(button_div.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:36px;
}

<!--[if IE]> 
/* place css fixes for all versions of IE in this conditional comment */

p .mybuggyelement { zoom: 1;}
/* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */


#header-logo li {
	padding-left:30px;
	
}

#header-logo a span {
	padding-right:30px;
}

.sidemenu li {
	padding: 5px 5px 5px 40px;
	margin: 0;
	
}

<![endif]-->

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-logo a span {float:none;}
/* End IE5-Mac hack */
#header-logo a:hover span {
	color:#6799cb;
}



.left_button_div {
	background-image: url(button_div.gif);
	background-repeat: no-repeat;
	background-position: left;
}




/* main column */
#main {
	float: right;
	margin: 0;
	padding: 0;
	width: 559px;
	margin-top: 10px;
}
#main h1 {
	margin: 10px 0 15px 0;
	padding: 5px 5px 5px 8px;
	font-size: 105%;
	color: #FFF;
	text-transform: proper; 
	background-color: #4B699D;	
	letter-spacing: .5px;
}

#main_sale {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 560px;
	height: 513px;
	background-image: url(phone_order_ad.jpg);
	background-repeat: no-repeat;
}


#sales_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-align: right;
	margin-top: 116px;
	padding-right: 20px;
	width: 360px;
	float: right;
	line-height: 24px;
}

#display {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0072A8;
	text-align: right;
	background-color: transparent;
	margin-bottom: 135px;
	font-weight: bold;
	margin-right: 7px;
}


/* sidebar */
#sidebar {
	float: left;
	width: 220px;
	margin: 0; padding: 0; 
	background-color: #FFFFFF; 	
}

#sidebar h1 {
	margin: 10px 0 0 0;
	padding: 11px 5px 5px 28px;
	font-size: 105%;
	color: #FFF;
	text-transform: propercase;
	letter-spacing: 1px;
	background-image: url(sidebar_items_03.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 206px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#sidebar .left-box {
	margin: 0 6 10px 0;
	background: #FFF;
	width: 207px;
	background-image: url(sidebar_items_08.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-bottom-style: none;
	padding-bottom: 4.5px;
	margin-top: -3px;
	margin-bottom: 8px;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0;
	padding: 0;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-left: 1px solid #DCDDDE;
	border-right: 1px solid #DCDDDE;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #f2f2f2;
	background: url(bullet2_09.jpg) no-repeat 16px 6px;
	padding: 4.5px 5px 4.5px 40px;
	margin: 0;
	
}

#sidebar ul.sidemenu li.no_border {
	border-bottom: none;
	border-bottom-style: none;
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	padding: 3px 0px;	
	background: none;
}

/* footer */
.footer {
	clear: both;
	border-top: 1px solid #f2f2f2;
	padding: 10px 0 10px 0;
	text-align: center;
	line-height: 1.5em;
	font-size: 0.9em;
	height: 170px;
	background-image: url(footer3.jpg);
	background-repeat: repeat-x;
	background-color: #7c7d80;
}
.footer a { 
	text-decoration: none; 
	font-weight: bold;
}

.footer p {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 15px;
	color:#b2b4b6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.signup{
	top: 60px;
	left: 300px;
	width: 500px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
	margin-top: 18px;
	padding-right: 100px;
}

.signup_group1{
	top: 34px;
	float: right;
	margin-left: 10px;
}


.box{
	top: 0px;
	left: 3px;
	width: 60px;
	height: 55px;
	border-right-color: #b2b4b6;
	border-right-style: solid;
	border-right-width: 1px;
	color: #b2b4b6;
	text-align: right;
	padding-right: 25px;
	float: left;
	padding-top: 17px;
}


/* footer navigation */
#footnav{
	height: 26px;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: none;
	color: #b2b4b6;
	
	}
	
#footnav ul{
	
		list-style-type: none;
		padding-left: 0px;
		margin: 0px;

}

#footnav ul li {		
		
		display: inline;
}

#footnav ul a {

		text-decoration: none;
		font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
		color:#b2b4b6;
		margin-right: 20px;
		margin-left: 20px;
		
}

#footnav ul a:hover{
	text-decoration: none;
	font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
	color:#ffffff;
	margin-right: 20px;
	margin-left: 20px;
}




/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes  */
.clear {	clear: both; }
.red   { color: #4B699D; }
.comments { 
	margin: 20px 10px 25px 10px;
	padding: 5px 3px;
	border-bottom: 1px solid #EFF0F1;
	border-top: 1px solid #EFF0F1;
}



