/* Mira Motorcycles CSS 
 ***********************************************/

/* Globals */
* { margin: 0; padding: 0; }

/* HTML */
body {
	color: #000;
	font: normal 13px/15px Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #231f20; }

/* Type */
h1 { 
	display: block;
	width: 728px;
	height: 75px;
	margin: 0 auto 15px auto;
	text-indent: -7777px;
	background: url(../img/logo-mira.png) left bottom no-repeat; }
h2 { 
	margin-top: 15px;
	font-size: 24px;
	line-height: 30px;
	border-top: 4px solid #222; }
h3 { 
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
	border-bottom: 1px solid #918f8f; }
p { 
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 15px; }
em { 
	color: #ec1c24;
	font-weight: bold;
	font-style: normal; }
a { text-decoration: none; }

/* Layout */
#container {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 130px;
	background-color: #fff; }
#content { 
	width: 728px;
	margin: 0 auto;
	padding-bottom: 15px;
	text-align: left;
	border-bottom: 4px solid #232020; }
div.col1 {
	float: left;
	width: 455px;
	height: 610px;
	margin-right: 30px; }
div.col2 {
	float: left;
	width: 241px;
	height: 610px;
	border-left: 1px solid #595557; }

/* Nav */
ul#nav {
	display: block;
	width: 728px;
	height: 23px;
	margin: 0 auto 20px auto;
	list-style: none;
	background-color: #231f20; }
ul#nav li {
	float: left; }
ul#nav li a {
	display: block;
	width: 116px;
	padding-left: 4px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 23px;
	text-align: left; }
ul#nav li { border-right: 3px solid #fff; }
ul#nav li a:hover, ul#nav li.sel { background-color: #ec1c24; }

/* Styles */
p.title { 
	font-size: 14px;
	font-weight: bold;
	line-height: 16px; }
p.note {
	margin-top: 15px;
	padding: 7px 0 7px 0;
	border-top: 4px solid #232020;
	border-bottom: 1px solid #918f8f; }
p a { 
	color: #0045bf;
	border-bottom: 1px solid #0045bf; }
p a:hover { 
	color: #000;
	border-bottom-color: #000; }
.col2 p { margin-left: 14px; }
.col2 p a { 
	color: #000;
	font-weight: bold;
	border-bottom: none; }
.col2 p a:hover { border-bottom: 1px solid #000; }

/* Fixes */
#content:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; }
/* Hides from IE-mac \*/
* html #content {height: 1%;}
/* End hide from IE-mac */

