/*   MAIN SITE CONTAINERS & LAYOUT   */

body {
	font-size: 62.5%;
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	background-attachment: scroll;
	background-image: url(../_images/carrsbktop.png);
	background-repeat: repeat-x;
	background-position: right top;
	background-color: #FFFFFF;
}

.maincontainer {
	width: 940px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*   HEADER   */

.header {
	float: none;
	width: auto;
	height: 120px;
	background-attachment: scroll;
	background-image: url(../_images/recommendedbypanasonic.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.header  h1 { 	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 1px;	color: #05345D;	margin: 0px 15px 0px 0px;
	padding-top: 0px;	background-image: url(../_images/carrslogotop.png);
	height: 120px;	width: 220px;	display: block;}
	
/*   MAIN NAVIGATION   */

.mainnavigation {
	float: none;	width: auto;	display: block;	height: 30px;
	overflow: visible; 	clear: both;	background-attachment: scroll;
	background-image: url(../_images/bottombk.png);
	background-repeat: no-repeat;	background-position: right top;
	margin: 0px 0px 0px 20px;}

.mainnavigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em; 	color: #FFFFFF;	display: inline;
	font-weight: normal;	text-decoration: none;	height: auto;
	width: auto;	margin-right: 4px;	position: relative;	top: 5px;
	overflow: visible;	padding: 1px 3px 1px 3px;	background-color: #187BB8;	border: 1px solid #95C4E0;}

.mainnavigation a:hover {	background-color: #BB364E;}

.mainnavigationon  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em; 	color: #FFFFFF;	display: inline;
	font-weight: normal;	text-decoration: none;	height: auto;
	width: auto;	margin-right: 4px;	position: relative;	top: 5px;
	overflow: visible;	padding: 1px 3px 1px 3px;	background-color: #BB364E;	border: 1px solid #95C4E0;}


/*   MAIN LAYOUT   */

#container { width:98%;  margin: 0px auto;}

#leftbar {
	top:150px;
	width:190px;
	float: left;
}

#main {
	position:relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
	width: 500px;
	float: left;
}

#mainfull {
	position:relative;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 195px;
}

#rightbar {
	top:160px;
	right:20px;
	width:214px;
	float: right;
}


/*   BOTTOM NAVIGATION   */

.botnavigation { 	float: none;	width: 100%;	display: block;
	height: 26px;	overflow: visible;	clear: both;	background-attachment: scroll;
	background-image: url(../_images/bottombk.png);	background-repeat: no-repeat;
	background-position: right top; text-indent: 24px;}

.botnavigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;	color: #FFFFFF;	display: inline;	font-weight: normal;
	text-decoration: none;	height: auto;	width: auto;
	margin-right: 25px;	position: relative;	top: 5px;
	overflow: visible;	padding: 2px 5px 2px 5px;	border: 1px solid #95C4E0;
	background-color: #187BB8;}

.botnavigation a:hover {
	background-color: #BB364E;
	border: 1px solid #95C4E0;
}
.botnavigation span {	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF; 	display: inline;	font-weight: normal;
	text-decoration: none;	height: auto;	width: auto;
	margin-right: 2px;	position: relative;	top: 7px;
	overflow: visible;	padding: 1px 3px 1px 3px;
	border-top-style: none;	border-right-style: none;	border-bottom-style: none;
	border-left-style: none;}

.botshadow {	float: none;	width: 100%;
	display: block;	height: 20px;	clear: both;
	background-attachment: scroll;	background-image: url(../_images/botshadow.png);
	background-repeat: repeat-x;	background-position: right top;}

.none {display: none;}

.clearing { 	height: 0;	clear: both;}
.clearing5 {	height: 5px;	clear: both;}
.clearing10 {	height: 10px;	clear: both;}

.caps {text-transform: uppercase;}
