﻿/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}
* {
	outline:none;
text-align:justify;
}
body{
margin:0px;
height:100%;
font-family: Verdana, Geneva, sans-serif;
font-size: 0.8em;
color: #666;
background-color:#7b9cbb;
}

/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 0.8em;font-weight: 900;color: #000; line-height:1.5;}
h2 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #000; line-height:1.5;}
/*h2 {
background:none repeat scroll 0 0 #D91E04;
padding:1px 6px;
color:#fff;
font-size:1.4em;
font-weight:900;
line-height:1.2em;
}*/
h3 {font-size:1.5em;line-height: 0.8em;font-weight: 900;color: #000;line-height:1.5;}
h4 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;line-height:1.5;}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;line-height:1.5;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;line-height:1.5;}

/*links*/
a:link {color: #2a528f; text-decoration:none;}
a:hover {color: #2a528f; text-decoration:underline;}
a:visited {color: #2a528f; text-decoration:none;}
a:visited:hover {color: #2a528f; text-decoration:underline;}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
table.price tr td{text-align:center;}
table.pprice tr td{
				font-size:12px; text-align:center;
}
table.pprice tr th{
				font-size:10px;
}
div.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.wrap_text_module_left {text-align:left;}

