@charset "UTF-8";
/* CSS Document */


/****************************
** MAIN CONTAINERS FOR SITE *
*****************************/
html {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	width: 98%;
	height:	100%;
	background-color: #A5B7C1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #7B7B7D;
}

#container {
	width: 860px;
	padding: 0;
	margin:	20px auto 10px auto;
	background-color: #FFFFFF;
	border: 1px solid #5D6DA2;
	
	background-image: url(../images/bluestone-background.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 342px 219px;
}

#body {
	float: left;
	clear: both;
	width: 860px;
	border: 1px solid green;
}

#header {
	float: left;
	clear: both;
	width: 860px;
	height: 150px;	
	background-repeat: no-repeat;	
	padding-bottom: 5px;	
}
#header.home 		{ background-image: url(../images/bluestone-home-banner.jpg); }
#header.contactus 	{ background-image: url(../images/bluestone-aboutus-banner.jpg); } 
#header.aboutus 	{ background-image: url(../images/bluestone-aboutus-banner.jpg); }
#header.timble 		{ background-image: url(../images/bluestone-products-banner.jpg); }


#footer {
	width: 860px;
	margin: 5px auto;
	padding: 0 0 30px 0;
}

#footer p.fleft { float: left; color: #5D6DA2; }
#footer p.fright { float: right;}
#footer p.fright a { color: #5D6DA2; text-decoration: none;}
#footer p.fright a:hover { color: #5D6DA2; text-decoration: underline;}


#logo {
	float: left;
	margin: 35px 0 0 10px;
	border: 0;
}

#tiles {
	float: left;
	clear: both;
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #5D6DA2;
	border-bottom: 1px solid #5D6DA2;
	background-color: #FFFFFF;
}

.clear-both { clear: both; }

#navigation {
	width: 170px;
	float: left;
	clear: left;
	padding-bottom: 20px;
}

#navigation h2 {
	font-size: 1.4em;
}

.navlinks {
	margin: 20px 0 0 20px;
	padding: 0;
	list-style-type: none;
	font-size: 1.4em;
}

.navlinks li {
	margin: 5px 0;
}

.navlinks a {
	color: #A5B7C1;
	text-decoration: none;
}

.navlinks a:hover, a.current {
	color: #162969;
}



.bluetext, .bluetext a {
	color: #162969;
	text-decoration: none;
	font-size: 1.4em;
}

.bluetext a {
	font-size: 1.2em;
}

#navigation p {
	margin: 20px 0 0 20px;
	padding: 0;
}

span.opentext { color: #A5B7C1; }

#content {
	width: 665px;
	float: left;
	margin: 20px 0 0 0;
	padding: 0 0 30px 0;	
}

div.content {
	width: 665px;
	float: left;
	margin: 20px 0 0 0;
	padding: 0 0 30px 0;	
}


div#content.cols2 {
	width: 430px;
}

#right-content, #aboutus-content {
	width: 200px;
	margin: 55px 20px 0 0;
	padding: 0 20px 20px 20px;
	float: right;
	border: 1px solid #A5B7C1;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 1.3em;
	line-height: 1.5em;
}

#right-content {
	margin: 56px 20px 0 0;
	padding: 20px;
	width: 180px;
}


#right-content p { text-align: left; width: auto;}
#right-content h2 {font-size: 1.2em; padding: 0; margin: 0; }
#right-content h3 { font-size: 1.1em; font-style:italic; font-weight: normal; padding: 0; margin: 0;}
#right-content p.price { font-weight: normal; }

#aboutus-content {
	margin: 53px 20px 0 0;
	padding: 20px;
	width: 180px;
}




/*******************************
** STYLING FOR WEBSITE CONTENT *
********************************/
h1 {	
	font-size: 2em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

div.about_content { 
	width: 670px; margin-left: 170px; clear: both; color: #333;
}

#content p {
	font-size: 1.2em;
	line-height: 1.4em;
}

div.about_content p {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #333;
}

#content h2 {
	font-size: 1.4em;
	padding: 0;
	margin: 0;
}

ul.product-layout {
	width: 680px;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}


ul.product-layout li {
	width: 200px;
	height: 200px;
	float: left;	
	margin: 0 20px 20px 0;
	padding: 0;	
	text-align: left;
	border: 1px solid #A5B7C1;
	background-color: #FFFFFF;
	text-align: center;	
}


ul.product-layout li img { border: 0; }


div.bigpicture {
	width: 429px;
	height: 429px;
	border: 1px solid #A5B7C1;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 0;
	
}
.border { border: 1px solid #A5B7C1; }

ul.aboutus {
	width: 480px;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

ul.aboutus li {
	width: 200px;
	float: left;	
	margin: 0 20px 20px 0;
	padding: 0;	
	text-align: left;
	border: 1px solid #A5B7C1;
}

a.email {
	text-decoration: none;
	color: #333333;
}
a:hover.email {
	color:#666666;
	text-decoration: underline;
}


/*********************************
** FORM STYLING FOR CONTACT FORM *
**********************************/
label {
	width:							29%;
	float: 							left;
	font-size:						1.2em;
	margin-top:						10px;
}

input {
	width:							auto;
	float:							left;
	margin-top:						10px;
	clear: right;
}


textarea {
	float:							left;
	width:							208px;
	height:							100px;
	margin-top:						10px;
}

.captcha {
	margin-left:					115px;
	padding-top:                    20px;
}

legend {
	font-size:						1.2em;
	font-weight:					bold;
	color:							#333333;
}

fieldset {
	padding: 	                    10px;
}

a.standard {
	color: #7B7B7D;
	text-decoration: none;
	border-bottom: 1px dotted #7B7B7D;
	}
a:hover.standard {
	text-decoration: none;
	border-bottom: 1px solid #7B7B7D;
}