@import "grid.css";


/* (1) =RESET STYLES
   ----------------------------------------------------*/
   
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}


/* =TYPOGRAPHIC STYLES
   ----------------------------------------------------*/

h1 {
	font: bold 2.8em "myriad pro", Helvetica, Calibri, Arial, sans-serif;
	/*color: #4c4c4c;*/
	color: #646464;
	padding: 10px 0;
}

	h1 span {
		font-weight: normal;
		color: #a6c9e0;
	}
	
h2 {
	font: bold 3.4em "myriad pro", Helvetica, Calibri, Arial, sans-serif;
	color: #24668e;
	padding: 5px 0 10px 0;
}

h3 {
	font: bold 2em "myriad pro", Helvetica, Calibri, Arial, sans-serif;
	color: #333;
	padding: 5px 0 0 0;
}

h4 {
	font: bold 1.6em "myriad pro", Helvetica, Calibri, Arial, sans-serif;
	color: #5F5F5F;
	padding: 5px 0;
}

h5 {
	font: bold 1.4em "myriad pro", Helvetica, Calibri, Arial, sans-serif;
	color: #6f6f6f;
	padding: 5px 0;
}

p {
	font: normal 1.4em/1.8em "myriad pro", Helvetica, Calibri, Arial, sans-serif;
	color: #737373;
	margin: 10px 0;
}
	p.intro {
		font-size: 1.8em;
		color: #386781;
		font-style: italic;
		margin: 0;
	}

	p.flash {
		color:#333333;
		margin-bottom:20px;
		padding: 3px 10px;
	}

	p.flash.error {
		background-color:#FFCC66;
	}

a {
    font: inherit;
    color: #44a4cb;
}
	a:hover {color: #10445a;}

strong {font-weight: bold;}
em {font-style: italic;}

ul {
	list-style: inside disc;
	font-size: inherit;
	margin: 10px 0;
}

	#content ul {
		font-size: 1.3em;
		line-height: 1.6em;
	}

ol {
	list-style: outside decimal;
	font-size: inherit;
	margin: 10px 0 10px 20px;
}

	#content ol {
		font-size: 1.4em;
		line-height: 1.6em;
	}

abbr, acronym {border-bottom: 1px dotted #000;}

/* =LAYOUT STYLES (header, content, footer, etc.)
   ----------------------------------------------------*/

body {
	font: normal 62.5%/1.125em "myriad pro", Helvetica, Calibri, Arial, sans-serif;
	color: #737373;
	background: #fff;
	margin: 0;
	padding: 0;
}

#headerWrapper {
    width: 100%;
	/*height: 84px;*/
	height: 130px;
	/*background: transparent url(/_images/h_background.png) bottom repeat;*/
	background:#ddd;
    margin: 0 auto;
	/*background:lime;*/
}

#header {
	position: relative;
    width: 940px;
	height: 84px;
	/*background: transparent url(/_images/h_background.png) bottom repeat;*/
	padding: 0px 10px 0 0px;
	margin: 0 auto;
	/*background:blue;*/
}

/* navigation
'------------------------------------------------*/

#navigation {
    position: absolute;
	top: 28px;
	right: 30px;
	/*background:red;*/
}
    #navigation ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
        #navigation ul li {
			float: left;
            display: block;
			height: 30px;
			background: transparent url(/_images/n_left.png) 0 0 no-repeat;
			padding-left: 10px;
			margin-left: 10px;
        }
            #navigation ul li a {
				display: block;
				height: 30px;
				color: #fff;
				font-weight: bold;
				font-size: 1.6em;
				line-height: 30px;
				text-decoration: none;
				background: transparent url(/_images/n_right.png) top right no-repeat;
				padding-right: 10px
            }
				#navigation ul li a:hover {
					color: #fef274;
				}

		#m_home #navigation li#m_home a {color: #C3EFFD;}
			#m_home #navigation li#m_home a:hover {color: #8BAEC4;}
			
		#m_design #navigation li#m_design a {color: #C3EFFD;}
			#m_design #navigation li#m_design a:hover {color: #8BAEC4;}
			
		#m_services #navigation li#m_services a {color: #C3EFFD;}
			#m_services #navigation li#m_services a:hover {color: #8BAEC4;}
			
		#m_portfolio #navigation li#m_portfolio a {color: #C3EFFD;}
			#m_portfolio #navigation li#m_portfolio a:hover {color: #8BAEC4;}
			
		#m_about #navigation li#m_about a {color: #C3EFFD;}
			#m_about #navigation li#m_about a:hover {color: #8BAEC4;}
			
		#m_support #navigation li#m_support a {color: #C3EFFD;}
			#m_support #navigation li#m_support a:hover {color: #8BAEC4;}

		#m_contact #navigation li#m_contact a {color: #C3EFFD;}
			#m_contact #navigation li#m_contact a:hover {color: #8BAEC4;}

/* ---- Top Content (area with white background) ---- */

#topContentWrapper {
	width: 100%;
	background: transparent url(/_images/tc_background.png) 0 0 no-repeat;
	/*background:lime;*/
}

	#body_home #topContentWrapper {
		height: 360px;
	}

#topContent {
	position: relative;
	width: 960px;
	/*background:  url(/_images/tc_background.png) 0 0 no-repeat;*/
	padding: 0 0 0 0;
	margin: 0 auto;
	/*background:lime;*/
}

	#topContent h4 {
		color: #646464;
		/*text-shadow: 5px 5px 4px #0A3150;*/
		padding: 20px 0;
		font-family:arial,'Trebuchet MS';
		font-size:24px;
	}

	#body_home #topContent {
		height: 349px;
	}

		#body_home .col6 {
			padding-top: 28px;
			width:280px;
		}
		
		#body_home #topCol2 {
			float: left;
			width: 400px;
			padding: 26px 0 0 0;
		}

			#body_home #topContent h1 {
				display: block;
				/* height: 79px;
				background: transparent url(../i/heading1.png) 0 0 no-repeat; */
				font-size: 3.2em;
				color: #555;
				padding: 0;
				margin-bottom: 6px;
			}


	#topContent p {
		font-size: 14px;
		font-family:arial;
		/*font-style: italic;*/
		color: #666;
		margin: 10px 0 10px 0;
		line-height:20px;
	}
	
	a#tourButton {
		position: absolute;
		left: 10px;
		bottom: 25px;
		display: block;
		width: 153px;
		height: 40px;
		background: transparent url(../i/button_tour.png) 0 0 no-repeat;
		margin-right: 10px;
	}
		a#tourButton:hover {background-position: left bottom;}
		
	a#betaButton {
		position: absolute;
		left: 172px;
		bottom: 25px;
		display: block;
		width: 153px;
		height: 40px;
		background: transparent url(../i/button_beta_comingsoon.png) 0 0 no-repeat;
	}
		a#betaButton:hover {background-position: left bottom;}
		


a#shelfScreen {
	display: block;
	float: right;
	width: 169px;
	height: 121px;
	margin-top: 54px;
}

.trigger {
	position: absolute;
}


/* ---- Bar Content (area with blue background) ---- */

	#barContentWrapper {
		width: 100%;
		background: transparent url(/_images/h_bar_background.jpg) 0 0 no-repeat;
		/*background:lime;*/
	}

		#body_home #barContentWrapper {
			height: 284px;
		}

	#barContent {
		position: relative;
		width: 960px;
		/*background:  url(/_images/tc_background.png) 0 0 no-repeat;*/
		padding: 0 0 0 0;
		margin: 0 auto;
		/*background:lime;*/
	}

	.clear {clear:both;}

	.blueBox {
		width:291px;
		height:240px;
		float:left;
		margin-top:10px;
		padding:0 0 0 22px;
		/* border:1px solid #cc0000; */
	}

	.blueBox h2 {
		font: 2.8em "myriad pro", Helvetica, Calibri, Arial, sans-serif;
		color: #eef;
		padding: 5px 0 10px 0;

	}

	.marginRight7 { margin-right:7px; }

	.divider {
		zoom: 1;
		background:url(/_images/bar_divider.gif) no-repeat right center;
	}

	.barIcon {
		float:right;
		margin:20px 20px 0 0;
	}

	.barTitle {
		float:left;
		margin-top:10px;
	}

	.barBlurb {
		font-size:15px;
		word-spacing: 0.2em;
		line-height: 1.4em;
		color:#FFF;
		margin-top:5px;
		padding-right:20px;
		font-family:Arial, Helvetica, sans-serif;
		height:114px;

	}

	.barBlurb#last {
		padding-right:30px;
	}

    .barButton ul {
        list-style-type: none;
        margin: 0;
        padding: 10px 0 0 0;
    }
        .barButton ul li {
			float: left;
            display: block;
			height: 30px;
			background: transparent url(/_images/n_left.png) 0 0 no-repeat;
			padding-left: 10px;
			margin-left: 0px;
        }
            .barButton ul li a {
				display: block;
				height: 30px;
				color: #fff;
				/*font-weight: bold;*/
				font-size: 1.6em;
				line-height: 30px;
				text-decoration: none;
				background: transparent url(/_images/n_right.png) top right no-repeat;
				padding-right: 10px
				/*padding-left:0;*/
            }
				.barButton ul li a:hover {
					color: #fef274;
				}

/* ---- Main Content ---- */


#contentWrapper {
	width: 100%;
	/*background: transparent url(../i/content_bg.png) 0 0 repeat-x;*/
	/*background:red;*/
}

#content {
	width: 960px;
	padding: 40px 0;
	margin: 0 auto;
}

#mainContent {
	float: left;
	width: 640px;
}

	.col1 p {
		clear: both;
		margin: 0 0 20px 0;
	}
	
	.col1 h3 {
		padding: 0;
	}

.contentJacket {
	width: 960px;
	overflow: hidden;
	margin-bottom: 20px;
}

img.left {
	float: left;
	padding-top: 40px;
	margin-right: 20px;
}

img.right {
	float: right;
	padding-top: 40px;
	margin-left: 20px;
}


/* (4) =MISC. STYLES
   ----------------------------------------------------*/

a#demoButton,
form input#subscribeButton,
a#tourButton,
a#betaButton,
#body_home #topContent h2 {      /*----Add image replaced element here----*/
    letter-spacing: -10000em;
    text-indent: -99999em;
    overflow: hidden;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*------- Footer --------*/

#footerx {
	width:100%;
	height:255px;
	border-top:1px solid #444444;
	clear:both;
	background:#2A2A2A;
}
.col-3 {width:205px;margin-right:35px; float:left;}
.last {margin-right:0 !important;}
.center {text-align:center; margin-left:auto; margin-right:auto;}
.clear {clear:both;}

#footer,#push { clear:both;/* .push must be the same height as .footer */ }
#push {height: 375px;}

#footer-wrapper { padding:20px 0 0 0; width:925px; margin:auto;}
#footer { background:#333; height: 500px; color: #666; border-top: 1px solid #444; font-size: 12px; }
#footer.frontpage { height: 640px; }
#footer h3 { color: #fff; border-bottom: 1px solid #444; margin-bottom: 10px; padding:0 0 5px 0; font-size: 13px; font-weight:normal;}
#footer a { color: #777 }
#footer a:hover { color: #cdcdcd;  }
#footer ul { list-style-type: none; margin: 0 0 20px 0; padding: 0; }
#footer ul li { line-height:1.1em;margin-bottom:5px; font-size:14px; background:none; padding:0;}
#footer ul li a { text-decoration:none; color:#999;  }
#footer ul li a:hover {  color:#3084ca; }

#footer .content { margin-top:20px; }
#footer .copyright { margin-top:20px; }

#footer .contact-us img { margin-right:4px;}
#footer .contact-us li { margin-bottom:7px }
#footer .contact-us, #footer .contact-us a  { color: #cdcdcd; }
#footer .contact-us * { vertical-align: middle; }
#footer .contact-us a:hover { }

#footer  #copyright { text-align: center; font-size: 11px; color: #666; margin: 15px 0 10px 0; }



