/* CSS Document */
body {
	padding: 0; 
	margin: 1% 0; 
	background: #9faec2 url(../images/mt/mt_body_bg.jpg) top repeat-x;
	color: #595959;
	font: normal 0.9em Lucida Grande, Lucida Sans Unicode, Lucida Sans, sans-serif;
}

div, ul, li, h1, h2, h3, img {
	padding: 0; 
	margin: 0;
}

p {
	margin-bottom: 1.0em;
	margin-top: 0;
}

ul {
	list-style-type: none;
	list-style: none;
}

h1, h2, h3 {color: #335480;}

h1 {
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #CFCFCF;
	margin: 0 0 1em 0;
}

h2 {
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	margin: 1em 0 0 0;
}

h3 {
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 .5em 0;
}

img {
	border: none;
}

a { 
	text-decoration: none; 
	color: #6D819D; 
	padding: 0; 
	margin: 0; 
}

a:hover { 
	text-decoration: none;
	color: #C05C00; 
	border-bottom: 1px solid #6d819d; 
	outline: 0; 
	padding: 0; 
	margin: 0; 
}

a:hover img { 
	border-bottom: none;
}

a.plain, a.plain:hover {
	border: 0;
}


/*  WRAPPER  */

div#wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	
}


/*  HEADER  */

/*  START Need both for IE6  */
div#header {
	width: 760px;
	padding: 10px;
	background: #FFF url(../images/mt/mt_bg.jpg) top repeat-x;
}

#wrapper > div#header {
	width: 740px;
	padding: 10px;
	background: #FFF url(../images/mt/mt_bg.jpg) top repeat-x;
}
/*  END Need both for IE6  */


/*  NAVIGATION  */

#navigation ul {
    clear: both;
	text-align: center;
	padding: 6px 0;
	margin: 5px auto;
	width: 94%;
	border-top: 1px solid #6d819d; 
	border-bottom: 1px solid #6d819d;
	overflow: hidden;
}

#navigation li {
	display: inline;
}

#navigation li a {
	text-decoration: none;
	padding: 2px 6px;
	color: #335480;
}

#navigation li a:hover {	background: #6d819d; 
	color: #FFF;
}


/*  CONTENT  */

div#content {
	padding: 6px 18px;
	width: 724px;
	overflow: hidden;
}

div#left-col {
	float: left;
	width: 140px;
	padding: 10px;
	border-right: 1px solid #CFCFCF;
	font-size: 0.8em;
	line-height: 1.3em;
}

div#right-col {
	float: right;
	width: 520px;
	padding: 10px;
	font-size: 1.0em;
	line-height: 1.3em;
}

div#col1 {
	float: left;
	width: 46%;
	padding: 10px;
	font-size: 1.0em;
	line-height: 1.3em;
}

div#col2 {
	float: right;
	width: 46%;
	padding: 10px;
	font-size: 1.0em;
	line-height: 1.3em;
}

ul.normal {
	padding: 0.3em 1em;
	list-style-type: disc;
}

.normal li {
	margin: 0.3em 0;
}

div#main-image {
	background: url(../images/mt/mt_image.png) top no-repeat;
	width: 520px;
	height: 150px;
	margin: 0 0 1em 0;
}

a.buy {
	display: block;
	background: url(../images/mt/mt_buy_now_btn.gif) top no-repeat;
	width: 99px;
	height: 25px;
	position: relative;
	left: 160px;
	top: 90px;
	overflow: hidden;
	text-indent: -100em;
}

a.buy:hover {
	background: url(../images/mt/mt_buy_now_btn.gif) bottom no-repeat;
}


/*  BOTTOM AND FOOTER  */

div#bottom {
	background: url(../images/mt/mt_bottom.gif) bottom right no-repeat;
	height: 65px;
	width: 760px;
	margin: 0 auto;
}

div#footer {
	width: 600px;
	margin: 20px auto 0;
	padding-top: 1em;
	border-top: 1px dotted #CFCFCF;
	text-align: center;
	font: normal 0.7em Lucida Grande, Lucida Sans Unicode, Lucida Sans, sans-serif;
}


/* TABLES */

table.pricing {
	width: 90%;
	border-top: 1px solid #cce2ff;
	border-right: 1px solid #cce2ff;
	margin: 1em auto;
	border-collapse: collapse;
}

.pricing td {
	color: #335480;
	border-bottom: 1px solid #cce2ff;
	border-left: 1px solid #cce2ff;
	padding: .3em .5em;
	text-align: center;
	background: #f2f8ff;
}

.pricing th {
	color: #FFF;
	border-bottom: 1px solid #cce2ff;
	border-left: 1px solid #cce2ff;
	padding: .3em .5em;
	text-align: center;
	background: #4775b3;
}


/*  MISCELLANEOUS  */

div.clear {
	clear: both;
	line-height: 0;
}

img.thumbnail-right {
	float: right;
}

p.center {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 0;
}
