body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.6em;
}
#container {	
	margin: 0 auto;
	width:600px;
	font-size: 1.2em;
	color: #737373;
}
#header {
	background: url(../images/header_bg.gif) repeat-x;
	position:relative;
}
#headerLogo {
	width:256px;
	height:127px;
	background: url(../images/home_logo.gif) no-repeat;
}
#mainNav {
	height:26px;
	background: url(../images/menu_bg.jpg) repeat-x;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#headerImg { background: url(../resources/aac/images/header_img.jpg);
	height:94px; 	
}
#subNav {
	height:26px;
	background: url(../images/menu_bg.jpg) repeat-x;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#mainContent 
{   position:relative;
    overflow:auto;
    width:600px;

}
#column1 {
	float:left;
	width:305px;
	padding: 10px 5px 5px 5px;
}
#column2 {
	float:left;
	width:275px;
	padding: 10px 5px 5px 5px;
}
.freephone {
    font-size:1.3em;
    color: #737373;
    position:absolute;
    top:80px;
    right:20px;
}
#mainContent .freephone em {
    font-size:1.4em;
    color:#ED008C; 
    font-style: normal;
}

#footer {
	clear:both;
	height:23px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	line-height:23px;
	font-size: .8em;
}
.imgSpotSmall {
    float:left;
    width: 88px;
}
#product1Details, #product2Details, #product3Details{
    float:left;
    width: 88px;
    padding-right:10px;
}

/* Font styles */

#mainContent hr { 
	color: #ED008C; 
	background-color: #ED008C; 
	height:1px;
}
#mainContent p {
	padding-bottom: 1em;
}
#container a {
	text-decoration:none;
	color: #ED008C;
}
#container a:hover {
	text-decoration:underline;
}
#mainContent h1, #mainContent h2,#mainContent h3,#mainContent h4 {
	color: #ED008C; 
	line-height: 1.4em;
}
#mainContent h1 { font-size: 1.8em; }
#mainContent h2 { font-size: 1.6em; }
#mainContent h3 { font-size: 1.4em; }
#mainContent h4 { font-size: 1.2em; }
#footer a { color: #737373; }

/* Homepage specific styles */

.homepage #headerLogo {
	background: url(../images/home_logo.gif) no-repeat;
}
#boxWrapper {
	padding-top:10px;
	overflow:auto;
}
.box {
	float:left;
	padding: 0 10px 10px 10px;
}
.box h2 {
	text-align:right;
	font-size:1em;
	padding-right:10px;
}
em {
    color: #ED008C;
}
h2 em {
    font-size:120%;
}

/* Misc */

.floatRight { float: right; }
.floatLeft { float: left; }

