/*************************
    	APPLE CSS 
		(c) 2009
**************************/

/***** Remove padding and other settings for browser variants *****/
body, ul, ol, li, p, blockquote, q, h1, h2, h3, h4, h5, h6, form, a, div, img {margin: 0; padding: 0; border: 0;}
img {display: block}


/***** Body styles *****/
body {background: #f1f1f1; color: #000; font-family: Verdana, Arial, Tahoma, sans-serif; font-size: 100%; margin: 0 auto; width: 952px;}

a {color: #64a73b; font-weight: bold; text-decoration: none;}
a:active {color: #64a73b;}
a:visited {color: #64a73b;}
a:hover {color: #64a73b;}

h1 {padding: 61px 0 20px 0;}
h2 {font-size: 0.9em; color: #6db33f; font-weight: bold; font-family: Arial, Verdana, Tahoma, sans-serif;}

p {font-size: 0.7em; color: #6f6f6f; line-height: 160%;}

/***** Header *****/
#header p {padding: 14px 0 18px 0;}

/***** Content DIVs *****/
#content {
	background: #fff url(../images/header_hr.png) no-repeat 0 425px;
    text-align: left;
    padding: 70px 20px 22px 25px;
    border: 1px solid #c2c2c2;
    overflow: visible;
    width: 905px;
}

#columns { padding: 0 0 55px 15px; }

.title, .title span {
    background: url(../images/title_main.png) no-repeat;
	width: 555px;
	height: 171px;
	color: #6db33f;
}
#introduction {
    position: relative;
    min-height: 350px;
    padding-left: 0;
}
* html #introduction {
    height: 350px; /* for IE6 */
}
#introduction p {
    font-size: 0.9em;
    width: 420px;
    line-height: 140%;
    margin-left: 0;
}
.product_shot {
    position: absolute;
    top: 0;
    left: 520px;
}
.price {
    color: #6db33f;
    font-weight: bold;
}

#left_column {
    width: 681px;
    float: left;
}

#left_column .mac_product {
    width: 665px;
    clear: left;
    margin-top: 65px;
    position: relative;
}
#left_column .mac_product_col1 {
    width: 363px;
    float: left;
    padding: 0;
}
#left_column .mac_product_col1 h2,
#left_column .mac_product_col2 h2 {
    padding: 0 0 5px 0;
}
#left_column .mac_product_col1 p, 
#left_column .mac_product_col2 p {
    padding: 0 40px 0 0;
}
#left_column .mac_product_col1 h2.first, 
#left_column .mac_product_col2 h2.first {
    padding-top: 10px;
}
#left_column .mac_product_col2 {
    width: 302px;
    float: left;
    padding: 15px 0 0 0;
}
#left_column .mac_product img {
    padding: 0;
}
#find_mac {
    margin: 35px 0 0 0;
}
#find_mac img.find_mac_img {
    float: left;
    margin: 0 57px 0 7px;
}
#find_mac h2, #find_mac h2 span {
    background: url(../images/title_find_mac.png) no-repeat;
	width: 400px;
	height: 70px;
	color: #6db33f;
}
#right_column {
    color: #fff;
    width: 209px;
    float: right;
    padding-top: 61px;
}
.right_col_heading, .right_col_heading span {
    background: url(../images/title_apr.gif) no-repeat;
	width: 179px;
	height: 82px;
	color: #fff;
}
#right_column p {
    line-height: 140%;
}

#apr_details {
    background: #6db33f;
    padding: 25px 15px;
    position: relative; /* Need this to fix the IE6 peek-a-boo bug */
}
#apr_details p {
    color: #fff;
    padding: 0;
    line-height: 150%;
}
#apr_details p.button {
    line-height: 140%;
    margin-top: 40px;
}
#apr_details p.button a {
    padding: 3px 26px 3px 7px;
    font-family: Arial, Verdana, Tahoma, sans-serif;
    border: 1px solid #fff;
    background: #fff url(../images/button_bg.gif) no-repeat right center;
    display: block;
}
#apr_details p.google_map_link img {
    margin-bottom: 12px;
}
#apr_details p.google_map_link a {
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
}
#apr_details .apr_name {
    font-size: 1.3em;
    font-weight: bold;
}
#apr_details .address {
    margin: 34px 0;
}
hr {
	display: none;
}

/***** Footer *****/
#footer {
    clear: left;
    text-align: center;
    padding: 20px 30px;
}
#footer p {
    color: #6f6f6f;
    font-size: 0.6em;
}

/***** Misc *****/
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.clear {
    clear: both;
    height: 0;
    font-size: 0;
}
.clear_left {
    clear: left;
}
.hide {
    display: none;
}
#content-bottom 
{
    border-top: 1px solid #e0e0e0;
    clear: both;
}

/***** Image replacement *****/
.replace {
	position: relative;
	margin: 0px;
	padding: 0px;
	/* hide overflow:hidden from IE5/Mac
	*/ /* \*/
	overflow: hidden;
	/* */
}
.replace span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1; /*for Opera 5 and 6*/
}
