* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
	border:none;
}
strong {
	font-weight:bold;
}
a {
	outline:none;
	color:#c26605;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
body, html {
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:12px;
	text-align:center;
	background:#f4f4f4;
	line-height:20px;
	color:#333;
}
#wrapper {
	width:970px;
	margin:0 auto;
	text-align:left;
	position:relative;
	overflow:hidden;
	min-width:970px;
}
#branding {
	height:91px;
}
h1 a {
	background:url(../images/logo.gif) no-repeat;
	display:block;
	width:337px;
	height:71px;
	text-indent:-9999px;
	float:left;
	margin:11px 0 0 15px;
}
#nav li {
	list-style-type:none;
	float:left;
}
#nav li a {
	float:left;
	list-style-type:none;
	display:block;
	width:137px;
	height:47px;
	text-indent:-9999px;
}
#nav li.home a {
	background:url(../images/nav.gif) no-repeat 0 0;
	width:141px;
}
#nav li.home a:hover {
	background-position: 0 -47px;
}
.home #nav li.home a, .home #nav li.home a:hover {
	background-position: 0 -94px;
}
#nav li.ipods a {
	background:url(../images/nav.gif) no-repeat -141px 0;
}
#nav li.ipods a:hover {
	background-position: -141px -47px;
}
.ipods #nav li.ipods a, .ipods #nav li.ipods a:hover {
	background-position: -141px -94px;
}
#nav li.mac a {
	background:url(../images/nav.gif) no-repeat -278px 0;
}
#nav li.mac a:hover {
	background-position: -278px -47px;
}
.mac #nav li.mac a, .mac #nav li.mac a:hover {
	background-position: -278px -94px;
}
#nav li.accessories a {
	background:url(../images/nav.gif) no-repeat -415px 0;
}
#nav li.accessories a:hover {
	background-position: -415px -47px;
}
.accessories #nav li.accessories a, .accessories #nav li.accessories a:hover {
	background-position: -415px -94px;
}
#nav li.about a {
	background:url(../images/nav.gif) no-repeat -552px 0;
	width:135px;
}
#nav li.about a:hover {
	background-position: -552px -47px;
}
.about #nav li.about a, .about #nav li.about a:hover {
	background-position: -552px -94px;
}
#nav li.news a {
	background:url(../images/nav.gif) no-repeat -688px 0;
}
#nav li.news a:hover {
	background-position: -688px -47px;
}
.news #nav li.news a, .news #nav li.news a:hover {
	background-position: -688px -94px;
}
#nav li.contact a {
	background:url(../images/nav.gif) no-repeat -826px 0;
	width:140px;
}
#nav li.contact a:hover {
	background-position: -826px -47px;
}
.contact #nav li.contact a, .contact #nav li.contact a:hover {
	background-position: -826px -94px;
}

#container {
	margin-top:440px;
	width:970px;
	overflow:hidden;
}
.inner #container, .products #container {
	margin-top:48px;
}
#content {
	width:481px;
	float:left;
}
#content .box {
	background:url(../images/home_content_box_bottom.gif) no-repeat left bottom;
	width:481px;
	padding-bottom:18px;
	margin-bottom:8px;
}
#content .box .outer {
	background:url(../images/home_content_top.gif) no-repeat left top;
	width:481px;
	padding-top:14px;
}
#content .box .inner {
	background:url(../images/home_content_bg.gif) repeat-y left top;
	width:439px;
	height:184px;
	padding:8px 20px 0 22px;
	overflow:hidden;
}
#content .promo .inner {
	background:url(../images/home_content_bg.gif) repeat-y left top;
	width:439px;
	height:auto;
	padding:8px 20px 0 22px;
	overflow:hidden;
	text-align:center;
}
#content h2 {
	font-size:18px;
	color:#333;
	margin-bottom:8px;
}
#content h3 {
	clear:both;
	font-size:18px;
	line-height:24px;
	margin-bottom:15px;
	color:#999;
}
#content h4 {
	font-size:13px;
	margin-bottom:3px;
	font-weight:bold;
	color:#333;
}
.inner #content {
	width:744px;
	float:left;
}
.inner #content .box {
	background:url(../images/inner_content_bottom.gif) no-repeat left bottom;
	width:744px;
	padding-bottom:18px;
}
.inner #content .box .outer {
	background:url(../images/inner_content_top.gif) no-repeat left top;
	width:744px;
	padding-top:14px;
}
.inner #content .box .inner {
	background:url(../images/inner_content_bg.gif) repeat-y left top;
	width:702px;
	height:auto;
	padding:8px 20px 7px 22px;
}
.products #content {
	width:522px;
	float:left;
}
.products #content .box {
	background:url(../images/inner_products_bottom.gif) no-repeat left bottom;
	width:522px;
	padding-bottom:18px;
}
.products #content .box .outer {
	background:url(../images/inner_products_top.gif) no-repeat left top;
	width:522px;
	padding-top:14px;
}
.products #content .box .inner {
	background:url(../images/inner_products_bg.gif) repeat-y left top;
	width:492px;
	height:auto;
	padding:8px 20px 7px 22px;
	overflow:hidden;
}
* html .products #content .box .inner {
	width:482px;
}
#content p {
	margin-bottom:15px;
}
#content ul, #content ol {
	margin:0 0 15px 25px;
}
#content a.more {
	background:url(../images/more_bullet.gif) no-repeat right top;
	padding-right:8px;
}
#content img.right {
	float:right;
	padding:0 0 10px 10px;
}
#content img.left {
	float:left;
	padding:5px 10px 0 0;
}
#sidebar {
	width:483px;
	float:left;
	margin-left:5px;
}
#sidebar .box {
	background:url(../images/home_side_box_bottom.gif) no-repeat left bottom;
	width:483px;
	padding-bottom:18px;
}
#sidebar .box .inner {
	background:url(../images/home_side_box_bg.gif) repeat-y left top;
	width:483px;
	padding-bottom:5px;
}
.inner #sidebar {
	width:221px;
	float:left;
	margin-left:3px;
}
.inner #sidebar .box {
	background:url(../images/inner_side_bottom.gif) no-repeat left bottom;
	width:221px;
	padding-bottom:18px;
}
.inner #sidebar .box .inner {
	background:url(../images/inner_side_bg.gif) repeat-y left top;
	width:221px;
	padding-bottom:5px;
}
.products #sidebar {
	width:221px;
	float:left;
	margin-left:4px;
}
.products #sidebar .box {
	background:url(../images/inner_side_bottom.gif) no-repeat left bottom;
	width:221px;
	padding-bottom:18px;
}
.products #sidebar .box .inner {
	background:url(../images/inner_side_bg.gif) repeat-y left top;
	width:221px;
	padding-bottom:5px;
}
#sidebar h3 {
	font-size:20px;
	background:url(../images/home_side_box_top.gif) no-repeat left top;
	width:462px;
	height:26px;
	padding:14px 0 0 21px;
}
.inner #sidebar h3, .products #sidebar h3 {
	font-size:20px;
	background:url(../images/inner_side_top.gif) no-repeat left top;
	width:200px;
	height:27px;
	padding:14px 0 0 21px;
}
#sidebar h3 a {
	color:#666;
	display:block;
	width:200px;
	height:19px;
	font-size:15px;
	text-decoration:none;
}
.inner #sidebar h3.news a, .products #sidebar h3.news a {
	width:150px;
}
#sidebar p {
	margin:10px 21px 0 21px;
	color:#999;
	font-style:italic;
	font-size:11px;
}
#sidebar address {
	margin:10px 21px 0 21px;
	color:#666;
	font-size:11px;
}
#sidebar ul {
	list-style-type:none;
	margin:15px 21px 0 21px;
}
.inner #sidebar ul, .products #sidebar ul {
	margin:13px 21px 0 21px;
}
#sidebar ul li {
	line-height:16px;
	padding-bottom:13px;
	border-bottom:1px solid #e3e3e3;
	margin-bottom:10px;
}
.inner #sidebar ul li, .products #sidebar ul li {
	font-size:11px;
}
#sidebar ul li.last {
	line-height:16px;
	border:none;
	padding:0;
	margin:0;
}
#sidebar li em {
	font-size:11px;
	color:#999;
}
.inner #sidebar li em, .products #sidebar li em {
	font-size:9px;
}
#products {
	width:221px;
	float:left;
}
#products .box {
	background:url(../images/products_bottom.gif) no-repeat left bottom;
	width:221px;
	padding-bottom:10px;
}
#products .box .inner {
	background:url(../images/products_bg.gif) repeat-y left top;
	width:221px;
	padding-bottom:5px;
}
#products h3 {
	font-size:15px;
	background:url(../images/products_top.gif) no-repeat left top;
	width:203px;
	height:27px;
	padding:14px 0 0 18px;
}
#products h3 a {
	display:block;
	width:180px;
	height:19px;
	color:#fff;
	text-decoration:none;
}
#products ul {
	margin:0 20px 0 17px;
	list-style-type:none;
}
#products ul ul {
	margin:0 20px 0 0;
	list-style-type:none;
}
#products li a {
	display:block;
	font-size:13px;
	color:#666;
	text-decoration:none;
	border-top:1px solid #f0f0f0;
	padding:5px 0;
	background:url(../images/products_bullet.gif) no-repeat right center;
	width:183px;
}
#products ul ul li a {
	display:block;
	font-size:12px;
	color:#999;
	text-decoration:none;
	border-top:1px solid #f0f0f0;
	padding:5px 0 5px 5px;
	background:url(../images/products_bullet.gif) no-repeat right center;
	width:178px;
}
#products li a:hover {
	color:#c26605;
	background:url(../images/products_bullet_h.gif) no-repeat right center;
}
#products li a.current {
	color:#c26605;
	background:url(../images/products_bullet_s.gif) no-repeat right center;
}
#products li a.selected {
	background:url(../images/products_bullet_d.gif) no-repeat right center;
}
#products li.first a {
	border:none;
}
#content .product {
	width:448px;
	padding:15px;
	border-top:1px solid #f0f0f0;
	clear:both;
}
#content .product ul {
	margin-bottom:5px;
}
#content .products {
	width:468px;
	padding:10px 5px;
	border-top:1px solid #f0f0f0;
	clear:both;
}
#content .products h4 {
	font-size:14px;
	font-weight:bold;
}
#content .products em {
	font-style:italic;
}
#content .products h3 {
	font-size:15px;
	font-weight:bold;
	color:#333;
	margin-bottom:10px;
}
#content .product h4 a {
	font-size:13px;
	font-weight:bold;
	color:#b15e09;
}
#content .product p {
	margin:0;
	width:324px;
	float:left;
	margin-left:5px;
}
#content .product em {
	width:118px;
	float:left;
}
.reseller {
	position:absolute;
	top:17px;
	right:30px;
}
#footer {
	clear:both;
	margin:0 10px;
	padding-top:12px;
	padding-bottom:50px;
}
#subnav {
	font-size:11px;
	color:#666;
	width:930px;
	border-bottom:1px solid #e3e3e3;
	border-top:1px solid #e3e3e3;
	padding:5px 10px;
	overflow:hidden;
}
#subnav address {
	width:350px;
	float:left;
}
#subnav p {
	width:520px;
	float:right;
	text-align:right;
	color:#d1d1d1;
}
#footer {
	clear:both;
}
#footer .inner {
	padding:17px 10px;
	font-size:11px;
	color:#666;
	line-height:16px;
}
#footer .inner address {
	width:700px;
	float:left;
}
#footer .inner p {
	width:200px;
	float:right;
	text-align:right;
}
#interactive {
	clear:both;
	width:970px;
	background:url(../images/interactive_top.gif) no-repeat 0 0;
	padding-top:20px;
	position:absolute;
	top:141px;
	left:0;
}
#interactive .outer {
	height:303px;
	background:url(../images/interactive_bg.gif) repeat-y 0 0;
	position:relative;
	z-index:9999;
	overflow:hidden;
	width:970px;
}
#interactive .inner {
	height:303px;
	background:url(../images/inner_bottom.png) no-repeat left bottom;
	position:relative;
	z-index:9999;
	overflow:hidden;
	margin-left:5px;
	width:958px;
}
#interactive .bottom {
	height:73px;
	background:url(../images/interactive_bottom.gif) no-repeat left bottom;
	position:absolute;
	top:314px;
	left:0;
	width:970px;
	z-index:9998;
}
#interactive h3 {
	background:url(../images/products.gif) no-repeat;
	width:68px;
	height:21px;
	text-indent:-9999px;
	float:left;
	margin:22px 0 0 33px;
}
* html #interactive h3 {
	margin:22px 0 0 16px;
}
#interactive .bottom p a {
	float:right;
	background:url(../images/contact_button.gif) no-repeat 0 0;
	display:block;
	width:147px;
	height:47px;
	text-indent:-9999px;
	margin:9px 18px 0 0;
}
#interactive .bottom p a:hover {
	background:url(../images/contact_button.gif) no-repeat 0 -47px;
}
#interactive .bottom ul {
	float:left;
	margin-top:9px;
}
#interactive .bottom li {
	float:left;
	list-style-type:none;
}
#interactive li a.macbookpro {
	background:url(../images/macbookpro_button.gif) no-repeat;
	display:block;
	width:80px;
	height:50px;
	text-indent:-9999px;
}
#interactive li a.ipod {
	background:url(../images/ipod_button.gif) no-repeat;
	display:block;
	width:81px;
	height:50px;
	text-indent:-9999px;
}
#interactive li a.iphone {
	background:url(../images/iphone_button.gif) no-repeat;
	display:block;
	width:80px;
	height:50px;
	text-indent:-9999px;
}
#interactive li a.imac {
	background:url(../images/imac_button.gif) no-repeat;
	display:block;
	width:81px;
	height:50px;
	text-indent:-9999px;
}
#interactive li a.macosx {
	background:url(../images/macosx_button.gif) no-repeat;
	display:block;
	width:81px;
	height:50px;
	text-indent:-9999px;
}
#interactive .SlideTab {
	width:958px;
	height:312px;
	overflow:hidden;
	position:relative;
	z-index:9999;
}
#gallery {
	width:100%;
	overflow:hidden;
	padding-bottom:15px;
}
#gallery a {
	float:left;
	margin-right:7px;
	margin-bottom:3px;
}
#gallery a img {
	border:5px solid #eee;
}
#gallery a:hover img {
	border:5px solid #c26605;
}
#gallery h3 {
	margin-bottom:0;
}
#gallery p {
	font-size:11px;
	color:#999;
}

#sidebar li p {
	margin:0;
	padding:0;
	font-style:normal;
	color:#333;
}