body {
	margin : 0;
	padding: 0;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h2, h3, h4, h5, h6 {
	margin: 0;
}

h2 {
	letter-spacing: -1px;
	font-size: 19px;
	font-weight: normal;
	color: #31576F;
}

h2 em {
	font-weight: bold;
	font-style: normal;
}

h3 {
	height: 25px;
	background: url(images/gray.gif) repeat-x left bottom;
	padding: 10px 0 0 20px;
	font-size: 12px;
	color: #2F2F2F;
}

p, ol, ul {
	line-height: 180%;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a {
	color: #6B6B6B;
}

a:hover {
	text-decoration: none;
}

.image {
	float: left;
	margin: 0 20px 0 0;
}

.bg1 {
	padding: 0px 20px 20px 20px;
	border-top: 1px solid #FFFFFF;
	background: #FFFFFF url(images/bk_gray.gif) repeat-x;
}

.bg2 {
	padding: 20px;
	background: #FFFFFF url(images/index_bgtop_stroke.png) repeat-x;
}

.bgbordertop {
    background: url(images/1px_border_900_top.gif);
}
.bgbordermid {
    background: url(images/1px_border_900_mid.gif) repeat-y;
}
.bgborderbn {
    background: url(images/1px_border_900_bn.gif);
}
.price {
    font-size: 14px;
    color: #31576F;
}

/* Header */
#header {
	width: 905px;
	height: 75px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 250px;
	height: 93px;
	background: url(images/amrs_logo_yahoo_font.gif) no-repeat;
}

#applechannel {
	float: right;
	width: 203px;
	height: 34px;
	background: url(images/ACN_black_white_ln.gif) no-repeat;
	margin-top: 10px;
	margin-right: 5px;
}

/*Search*/
#search {
	float: right;
	width: 280px;
	padding-top: 20px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#searchinput, #searchsubmit {
	border: 1px solid #EDEBD5;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

#searchinput {
	padding: 2px 5px;
	width: 198px;
	background: #FFFFFF url(images/img02.gif) repeat-x;
}

#searchsubmit {
	background: #FFFFFF url(images/img03.gif) repeat-x left bottom;
}
/* End search */

/*menu*/
#menu {
	width: 892px;
	height: 70px;
	margin: -30px auto 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	display: block;
	height: 40px;
}

#menu li:hover {
	background: #F9F8F1;
}

#menu a:hover {
    color: #0085CF;
    text-decoration: underline;
}    


#menu a {
	display: block;
	width: 60px;
	height: 35px;
	background: url(images/menu_img07.gif) no-repeat;
	padding: 5px 20px 0 20px;
	text-align: center;
	text-decoration: none;
	color: #585757;
}

html>body #menu a {
	width: auto;
}

#menu li.active {
	background: #FFFFFF url(images/img4.gif) no-repeat;
	margin-top: 10px;
}

#menu li.active a {
	background: url(images/img4.gif) no-repeat right top;
}

/* Main content page*/
/* Content */
#maincontent {
    width: 910px;
   
}

#page {
    width: 910px;
    margin: 0 auto 20px auto;
}

#affiliate {
   float: right;
   width: 708px;
   margin: 0 auto 10px auto;
 }

#content {
    float: right;
	width: 705px;
}

#content a {
	color: #0085CF;
}

#content a:hover {
	text-decoration: none;
}

/*Sidebar*/
#sidebar {
	float: left;
	width: 193px;
}

#sidebar ul {
    margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding: 5px 0;
	background: url(images/img6.gif) no-repeat;
}

#sidebar li.first {
	background: none;
}

#sidebar a {
    text-decoration: none;
    }

#sidebar a:hover {
    text-decoration: underline;
}



/* Footer */

#footer {
	clear: both;
	width: 897px;
	margin: 0 auto;
	padding: 30px 0;
	background: #fff url('images/ftborder.gif') repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #8F8F8F;
}