/* defaults */

html, body {
	padding	: 0px;
	margin	: 0px;
	height	: 100%;
	width	: 100%;
	background-color	: #595C5C;
	}
	
body, td, div, input.text, textarea {
	font-family	: Verdana, Helvetica, Arial, sans-serif;
	font-size	: 11px;
	color		: #999999;
	line-height	: 16px;
	font-weight: normal;
	}
	
a {
	font-size		: 11px;
	color			: #0066FF;
	text-decoration	: underline;
	font-weight: normal;
	}

a:hover {	color: #000000; }

h1, h2, h3, h4, h5, h6 {
	font-weight	: normal;
	margin		: 0px;
	padding		: 0px;
	}
	
h1 {
	font-size: 27px;
	font-weight: bold;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	}

h2 {	
	font-size	: 14px;
	color		: #535353;
	}

h3 {
	font-size	: 14px;
	color		: #999999;
	line-height: 18px;
	}
	
h4 {
	font-size	: 14px;
	color		: #000000;
	}
	
img { border: 0px;}

td {
	text-align: left;
	vertical-align: top;
	}
	
p { margin: 0px;}

/* sitewide styles */

div#m6-background {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	}
	
div#m6-content-table {
	width: 846px;
	position: absolute;
	top: 0px;
	left: 121px;
	height: 100%;
	}
	
table#main-table {
	width: 846px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(/img/table_background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 12px solid #FFFFFF;
	}
	
td#content {padding-left: 24px;}
	
/* header/footer styles */

td#footer {
	padding: 30px 0px 30px 20px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	text-align: left;
	}

td#footer strong {
	color: #000000;
	font-weight: bold;
	letter-spacing: -1px;
	}

td#footer a {
	font-size: 14px;
	color: #333333;
	}

td#footer a:hover {	color: #0066FF;}

td.top-nav {
	padding: 20px 0px 0px 30px;
	height: 226px;
	}
	
td.top-nav-feature {
	padding: 20px 0px 0px 30px;
	height: 165px;
	}
	
td.top-nav a, td.top-nav-feature a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	margin: 0px 20px 0px 0px;
	text-decoration: none;
	}
	
td.top-nav a:hover, td.top-nav-feature a:hover { color: #2D4C52;}

a#client-login  { 
	color: #2D4C52;
	font-size: 15px;
	margin-left: 70px;
	}

a:hover#client-login {color: #0066FF;}

a#m6-logo {
	margin-right: 53px;
	position: relative;
	top: 5px;
	}
	
/* homepage styles */

table#content-table {
	width: 747px;
	margin-left: 8px;
	}

td#home-content {
	background-image: url(/img/grey_border.gif);
	background-repeat: repeat-y;
	padding-left: 24px;
	}
	
td#home-flash {
	padding-left: 24px;
	height: 261px;
	}
	
a.more-link { 
	color: #999999;
	font-size: 14px;
	}

a:hover.more-link { color: #000000;}

td.home-middle-row {
	background: url(/img/middle_row_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 1px solid #8A9797;
	border-bottom: 2px solid #8A9797;
/* 	height: 80px; */
	padding: 20px 0px 20px 22px;
	}
	
td.home-middle-row a {
	font-size: 14px; 
	text-decoration: none;
	}
	
td.home-middle-row a:hover {
	color: #0066FF;
	text-decoration: underline;
	}

/* portfolio */

table#portfolio-table, table#uploads {width: 775px;}

#portfolio-table td, div, table#uploads td {font-size: 14px;}

#portfolio-table strong{
	color: #0066FF;
	font-weight: normal;
	}
	
#portfolio-table a {
	color: #0066FF;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	}
	
#portfolio-table a:hover {text-decoration: underline;}

#portfolio-table tr{
	background-image: url(../img/grey_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	}
	
tr.portfolio-border {
	background-image: url(../img/grey_dot.gif);
	background-repeat: repeat-x;
	background-position: top left;
	}
	
table.portfolio-feature {
	width: 600px;
	margin-top: 18px;
	}

.portfolio-feature td {
	padding: 0px 16px 16px 0px;
	line-height: 20px;
	}

.portfolio-feature tr {background-image: none!important;}

a.link-border img {border: 1px solid #CCCCCC;}

a:hover.link-border img {border: 1px solid #0066FF;}

td.new {
	vertical-align:bottom; 
	text-align:center;
	}

/*
 portfolio divs

div.portfolio-description {
	position: absolute;
	top: 391px;
	left: 183px;
	line-height: 18px;
	height: 24px;
	width: 650px;
	}
	
div.portfolio-description strong {
	color: #0066FF;
	font-weight: normal;
	}
*/
	
/* portfolio and website list pages */

table#portfolio-list {
	width: 750px;
	margin: 10px 0px 0px 10px;
	}

#portfolio-list td {
	padding: 18px 0px;
	font-size: 14px;
	line-height: 18px;
	}
	
a.portfolio-big-links {
	color: #0066FF;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	}
	
a:hover.portfolio-big-links  {text-decoration: underline;}

#portfolio-list tr {
	background-image: url(../img/grey_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	}
	
#portfolio-list h4.spacer {margin-top: 40px;}
	
a.link-view-website {
	font-size: 11px;
	color: #666666;
	margin: 15px 0px;
	}
	
a:hover.link-view-website {color: #0066FF;}

td.portfolio-description {padding:23px 40px 0px 0px;}

/* feature project page */

td#feature-project {color: #000000;}
	
#feature-project li {
	list-style: none;
	background-image: url(../img/bullet_features.gif);
	background-position: 1px 8px;
	background-repeat: no-repeat;
	font-weight: normal;
	padding: 4px 0px 4px 30px;
	margin: 0px;
	font-size: 14px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	line-height: 20px;
	}
	 
#feature-project ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}
	
a.view-link {
	background: url(../img/feature_arrow.gif) no-repeat;
	background-position: 0px 6px;
	padding-left: 20px;
	font-size: 14px;
	color: #0066FF;
	font-weight: normal;
	}
	
a:hover.view-link {
	text-decoration: none;
	}
	
a.view-link-other {
	background: url(../img/feature_arrow.gif) no-repeat 0px 6px;
	padding-left: 20px;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	}
	
a:hover.view-link-other {
	text-decoration: underline;
	}

td#feature-content {
	width: 351px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-right: 120px;
	line-height: 17px;
	padding-right: 20px;
	}
	
td#feature-detail {
	line-height: 25px;
	}

td#feature-list {
	background: url(/../img/feature_list_gradient.jpg) no-repeat;
	background-position: top left;
	padding-top: 20px;
	color: #000000;
	font-weight: normal;
	}
	
table#stone-forest {
	background: url(/../img/stoneforeststuff.jpg) no-repeat;
	background-position: 395px 145px;
	}
	
table#nmfi {
	background: url(/../img/feature_nmfi_detail.jpg) no-repeat;
	background-position: 395px 145px;
	}
	
table#angelfire {
	background: url(/../img/angelfirestuff.gif) no-repeat;
	background-position: 395px 165px;
	}

table#sfs {
	background: url(/../img/sfsstuff.jpg) no-repeat;
	background-position: 395px 165px;
	}
		
/* blog */

table#blog-table {width: 722px;}

table#blog-table a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}

table#blog-table td.dots {
	background-image: url(/img/grey_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	}
	
table.blog-content {margin: 40px 0px 45px 0px;}

table.blog-content h1 {
	font-size: 29px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	letter-spacing: -1px;
	}

table.blog-content h2 {
	font-size: 21px;
	font-weight: bold;
	margin: 25px 0px 20px 0px;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	}
	
td.blue-bullet {
	background-image: url(/img/blue_bullet.png);
	background-repeat: no-repeat;
	background-position: 20px 85px;
	width: 45px;
	}
	
td.blogger-name {
	text-align: center;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	}
	
td.blogger-name img {margin-bottom: 6px;}
	
td.blog-text {
	font-size: 12px;
	color: #666666;
	padding-right: 90px;
	width: 420px;
	}
	
td.blog-text strong {color: #000000;}

/* client page */

table#client-table {
	width: 775px;
	height: 100%;
	}

#client-table td {
	font-size: 14px;
	padding: 0px 40px 20px 0px;
	line-height: 18px;
	height: 100%;
	}
	
#client-table a {
	color: #0066FF;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	}
	
#client-table a:hover {text-decoration: underline;}

/* modal window */

div#login{
	background-color: #858E9C;
	border: 1px solid #666666;
	padding-top: 10px;
	width: 446px;
	height: 34px;
	position: fixed;
	top: 71px; left: 351px;
	visibility: hidden;
	}

#login a{
	font-family	:Helvetica, Arial, sans serif;
	color		:#FFFFFF;
	font-size	:13px;
	text-decoration: none;
	margin-left: 8px;
	}

#login a:hover{
	color: #FFCC33;
	}
	
#login input {
	width: 160px;
	height: 20px;
	margin-right: 6px;
	}
	
div#error-login {
	background-color: #34476C;
	height: 25px;
	width: 438px;
	vertical-align: middle;
	position: fixed;
	top: 116px; left: 351px;
	color: #CCCCCC; 
	font-weight: normal;
	font-size: 11px;
	visibility: hidden;
	padding: 6px 0px 0px 10px;
	}
	
div#error-login a {
	color: #CCCCCC;
	font-size: 11px;
	}
	
div#error-login a:hover {color: #FFCC33;}

div#print-feature {
	background: url(/../img/print_div_gradient.jpg) #EAECEF repeat-x top left;
	height: 798px;
	width: 800px;
	border: 5px solid #8A9797;
	}
	
td.close{
	text-align: right;
	padding: 0px 0px 10px 0px;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	}
	
td.close a {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	}
	
td.close a:hover {text-decoration: underline;}
	
td.print-feature-text {
	color: #004386;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	width: 280px;
	padding: 10px 40px 0px 0px;
	}

td.print-feature-text strong {
	color: #000033;
	}	
	
a.view-pricing {
	font-size: 14px;
	margin-left: 5px;
	}
	
div#contact {
	height: 326px;
	width: 445px;
	background-color: #858E9C;
	border: 1px solid #666666;
	position: fixed;
	top: 131px; left: 331px;
	visibility: hidden;
	text-decoration: none;
	}
		
div#contact table tr.dots{
	background-image: url(/img/contact_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	}
	
div#contact table td.black {
	padding: 2px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	}
	
div#contact table td a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	}
	
td.contact-close, td.contact-close a {
	font-size: 12px;
	color: #CACDD3!important;
	font-family: Helvetica, Arial, sans-serif;
	}

td.contact-close a{
	text-decoration: none;
	}
	
td.contact-close a:hover {color: #FFFFFF!important;}


div#contact table td a:hover {color: #FFFFFF;}

/* file uploads */

table#uploads td {
	padding: 15px 0px 0px 0px;
	line-height: 20px;
	}
	
table#uploads td a {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	}
	
table#uploads td a:hover {color: #0066FF;}

td.upload-label{
	width: 100px;
	color: #0066FF;
	text-align: right;
	padding-right: 15px!important;
	}

td.upload-field, input, textarea {width: 409px;}

/* supported browsers */

table#browsers {
	margin: 10px 80px 0px 10px;
	}
	
table#browsers tr {
	background-image: url(../img/grey_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	}
	
#browsers td {
	font-size: 14px;
	line-height: 18px;
	padding: 18px 0px;
	}

td.browser-thumb {
	padding-top: 26px;
	width: 85px;
	}

td.browser-url {
	padding-top:28px!important; 
	line-height:24px;
	width: 220px;
	}

td.browser-blurb {
	padding: 28px 15px 40px 0px!important; 
	}
	
div.yellow {
	background-color: #FFFF00;
	padding: 5px 0px 3px 5px;
	width: 410px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	}