/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
    {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
    }
    
ol, ul
    {
	list-style: none;
    }
    
blockquote, q
    {
	quotes: none;
    }
    
blockquote:before, 
blockquote:after, 
q:before, 
q:after
    {
	content: '';
	content: none;
    }

/* remember to define focus styles! */
:focus
    {
	outline: 0;
    }

/* remember to highlight inserts somehow! */
ins
    {
	text-decoration: none;
    }
    
del
    {
	text-decoration: line-through;
    }

/* tables still need 'cellspacing="0"' in the markup */
table
    {
	border-collapse: collapse;
	border-spacing: 0;
    }


/* Defaults
------------------------------------------- */

body
    {
	margin: 1% 0; 
	background: #9faec2 url(../images/mt/mt_body_bg.jpg) top repeat-x;
	color: #595959;
	font-size: 14px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 21px;
    }

p
    {
	margin-bottom: 1.0em;
	margin-top: 0;
    }

ul
    {
	list-style-type: none;
	list-style: none;
    }

h1, h2, h3, h4, h5, h6
    {
    color: #335480;
    font-weight: bold;
    }

h1
    {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 20px;
	letter-spacing: -2px;
    }

h2
    {
	font-size: 18px;
	line-height: 26px;
    }

h3
    {
	font-size: 14px;
	line-height: 21px;
    }
a,
a:link,
a:visited,
a:hover,
a:active
    { 
	text-decoration: none; 
	color: #c7750c;
	padding: 0; 
	margin: 0; 
    }

a:hover
    { 
	text-decoration: underline;	outline: 0; 
    }

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


/* Structure
------------------------------------------- */

div#wrapper
    {
	width: 740px;
	margin: 0 auto;
	padding: 20px 40px;
	background: #FFF;
    }

div#header
    {
    overflow: hidden;
    }

div#content
    {
	overflow: hidden;
    }

div#left-col
    {
	float: left;
	width: 150px;
	padding: 10px;
	font-size: 13px;
	line-height: 19px;
    }

div#right-col
    {
	float: right;
	width: 540px;
	padding: 10px;
    }

div#col1
    {
	float: left;
	width: 46%;
	padding: 10px;    }

div#col2
    {
	float: right;
	width: 46%;
	padding: 10px;    }

div#footer
    {
    clear: both;
	margin: 40px auto 0;
	padding-top: 20px;
	border-top: 1px dotted #CFCFCF;
	text-align: center;
	font-size: 12px;
	color: #888;
    }

div#bottom
    {
	background: url(../images/mt/mt_bottom.jpg) bottom left no-repeat;
	height: 70px;
	width: 820px;
	margin: 0 auto;
    }


/* Navigation
------------------------------------------- */

div#navigation
    {
    overflow: hidden;
    }

#navigation ul
    {
	text-align: center;
	margin: 15px auto;
	padding: 10px 0;
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
    }

#navigation li
    {
	display: inline;
    }

#navigation li a
    {
	text-decoration: none;
	padding: 10px 12px;
    color: #595959;
    font-size: 14px;
    }

#navigation li a:hover
    {	background: #d7851c;
	color: #fff;
	border: none;
    }

#navigation li a.buynow
    {
	font-weight: bold;
	color: #d7851c;
    }

#navigation li a.buynow:hover
    {
	color: #fff;
    }


/* Content
------------------------------------------- */

ul.normal
    {
	padding: 0.3em 1em;
	list-style-type: disc;
    }

.normal li
    {
	margin: 0.3em 0;
    }


/* Homepage
------------------------------------------- */

div#main-image
    {
    position: relative;
	background: url(../images/mt/mt_homepage.jpg) top no-repeat;
	width: 740px;
	height: 389px;
	margin: 0 0 1em 0;
    }

a.buy
    {
    position: absolute;
	left: 360px;
	top: 275px;
    }

div.home-col-container
    {
    overflow: hidden;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 20px;
    }

div.home-col
    {
    float: left;
    width: 80px;
    }

ul.home-list
    {
    float: right;
    width: 600px;
    overflow: hidden;
    list-style-type: disc;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    }

ul.home-list li
    {
    float: left;
    width: 300px;
    margin-bottom: 6px;
    }


/* Tables
------------------------------------------- */

table.pricing
    {
	width: 98%;
	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;
    }

.pricing tr.featured-row
    {
	font-size: 18px;
	font-weight: bold;
    }


/* 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;
}

