body {
	background-color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
    color: #999;
}

strong.dark {
	color: #046AAD;
}

p {
	line-height: 20px;
}

a {
	color: #46AAD1;
	font-weight: bold;
	text-decoration: none;
}

#body-container {
	max-width: 900px;
	margin: 0 auto 0 auto;	
}



#header-container {
	margin: 0 0 10px 0;
	border-bottom: 0px solid #eee;
}

.pc-home-page {
	margin: 20px 0 0 0;	
}

.pc-home-page #header-container {
	visibility: hidden;
}

.pc-home-page #menu-container {
	display: none;
	border-top: 0;
}

#footer-container {
	margin: 20px 0 0px 0;
	border-top: 1px solid #eee;	
	text-align: center;
	padding: 10px;
	clear: both;
	font-weight: bold;
}


#content-container {	
	margin: 0  0 10px 0;
}

#menu-container {
    border-top: 1px solid #eee;
    margin: 10px 0 0;
    padding: 10px 0;
	text-align: center;
}

#logo-container {
	display: none;
}

#menu {
	margin: 10px 0 10px 0;	
}


#menu a {
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    color: #46AAD1;
    display: inline-block;    
    font-weight: bold;
    margin: 10px;
    padding: 0 10px 0 0;
    text-decoration: none;
    text-transform: uppercase;
}

#menu a:hover, #menu a.selected {
	color: #046AAD;
}


#logo {
	font-size: 24px;
	color: #03C;	
}

h1 {
    color: #777;
    
    font-weight: bold;
}

h2 {
    color: #A7B4B9;
    
    font-weight: bold;
}

.home-banner {
	margin: 0 0 20px 0;
}


.home-banner img:first-child {
	width: 100%;
    max-width: 550px;
}

.home-tile {
    background-color: #FFFFFF;
    border: 1px solid #D1EAF5;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    box-shadow: 5px 5px 5px #eee;
	-moz-box-shadow: 5px 5px 5px #eee;
	-webkit-box-shadow: 5px 5px 5px #eee;
    color: #46AAD1;
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    height: 50px;
    margin: 5px 0;
    padding: 15px 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.boxed-content {
	background-color: #fff;
    border: 1px solid #D1EAF5;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    box-shadow: 5px 5px 5px #eee;
	-moz-box-shadow: 5px 5px 5px #eee;
	-webkit-box-shadow: 5px 5px 5px #eee;
	padding: 10px;
	margin: 0 0 10px 0;
	
}

.boxed-content p {

}

.products-page {
	text-align: center;
}

.products-page h1 {
	color: #fff;
	margin: 50px 0 10px 0;
	border: 1px solid #eee;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    box-shadow: 5px 5px 5px #ccc;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	display: inline-block;
	background-color: #46AAD1;
	padding: 10px;
}

.products-page img, .samples-page img {
	padding: 5px;
	display: block;
	margin: 10px auto 10px auto;
	border: 1px solid #eee;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    box-shadow: 5px 5px 5px #eee;
	-moz-box-shadow: 5px 5px 5px #eee;
	-webkit-box-shadow: 5px 5px 5px #eee;
}

.samples-page img {
	float: left;
	margin: 20px;	
}

#footer-menu {
	margin: 10px 0 20px 0;	
}

#footer-menu a {
	display: inline-block;
	padding: 0 10px 0 10px;
	text-transform: uppercase;	
	margin: 10px;
}