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

/*

Blue #0b3f75
Light Blue #4b7fb8
Black #333333

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);

*/

body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Open Sans', sans-serif;
	border-top: 9px solid #4b7fb8;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px dotted white;	
	margin: 20px 0 20px 0;
}

#headerBackground {
	float: left;
	width: 100%;	
}

header {
	margin: 0 auto;
	width: 960px;	
}

#logo { 
	float: left;
	margin: 15px 0 15px 0;
}

#logo:hover {
	cursor: pointer;	
}

#contact {
	float: right;
	width: 490px;	
	margin-top: 10px;
}

#contact ul {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 5px 0 0 0;
	text-align: right;
}

#contact li {
	font-size: 150%;
	display: inline;
	color: #0b3f75;
	line-height: 25px;
	font-weight: 900;
	margin-left: 10px;
}	

#contact li.phone {
	background: url(images/phone.png) no-repeat;
	background-position: left;
	padding-left: 37px;
}

#contact li.mobile {
	background: url(images/mobile.png) no-repeat;
	background-position: left;
	padding-left: 32px;
}

#contact ul#secondContact {
	float: right;	
	margin: 0;
	padding: 0;
}

#contact ul#secondContact li {
	float: left;	
	font-size: 100%;
}

#contact ul#secondContact li a {
	float: left;
	color: #333333;
	text-decoration: none;
	font-style: italic;
	margin-top: 10px;
	font-weight: normal;
}	

#contact ul#secondContact li a:hover {
	color: #333333;
	text-decoration: underline;
}	

/*										Nav								*/

#navOuter {
	float: left;
	width: 100%;	
	padding-bottom: 10px;
	background-color: #0b3f75;
}

nav {
	width: 960px;
	margin: 0 auto;
}

nav ul {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 0;
}

nav li {
	display: inline;
	color: white;
	font-size: 110%;
	margin: 0 0 0 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 600;
}

nav li a {
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 10px 20px 10px 20px;
}

nav li a:hover {
	color: white;
	text-decoration: none;
	background-color: #333333;
}

nav li a.active {
	color: white;
	text-decoration: none;
	background-color: #333333;
}



/*										Footer								*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #0b3f75;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
}

footer {
	width: 960px;
	margin: 0 auto;
}

footer p {
	color: white;
	font-size: 75%;
}

footer p a {
	color: white;
	text-decoration: none;
}

footer p a:hover {
	color: white;
	text-decoration: underline;
}


p.copyLeft {
	float: left;	
	margin: 0;
}

p.copyRight {
	float: right;	
	margin: 0;
}



/*									Banner   */

#bannerOuter {
	float: left;
	width: 100%;	
	padding: 0 0 15px 0;
	background-color: #efefef;
}

#banner {
	margin: 0 auto;
	width: 960px;	
	height: 400px;
	margin-top: 10px;
	position: relative;
	z-index: 2;
}

#banner img {
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);
}


/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 100%;
	background-color: #333333;
	padding-top: 50px;
	margin-top: -55px;
	position: relative;
	z-index: 1;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 800px;
	background-color: #333333;
}

#mainBody {
	margin: 0 auto;
	width: 960px;	
}

#mainBody h1 {
	font-size: 120%;
	color: white;
	margin-bottom: 10px;
}

#mainBody h2 {
	font-size: 100%;
	text-transform: uppercase;
	color: #4b7fb8;	
}

#mainBody p {
	font-size: 90%;
	line-height: 28px;
	color: white;
}

#mainBody p span {
	color: #4b7fb8;
	font-style: italic;
	font-weight: bold;
}	

#mainBody p a {
	color: #4b7fb8;
	text-decoration: underline;
}

#mainBody p a:hover {
	color: #4b7fb8;
	text-decoration: none;
}

#mainBody li {
	font-size: 90%;
	line-height: 30px;
	color: white;
}

#mainBody li a {
	color: #4b7fb8;
	text-decoration: none;
}

#mainBody li a:hover {
	color: #4b7fb8;
	text-decoration: underline;
}

#slogan {
	float: left;
	width: 960px;
	text-align: center;	
	border-top: 2px dashed white;
	border-bottom: 2px dashed white;
	margin-bottom: 20px;
}

/*homeBoxes*/

#bottomBoxes {
	float: left;
	width: 960px;
	margin: 10px 0 10px 0;	
}

.bottomBox {
	float: left;
	margin-right: 20px; 
	width: 306px;
	text-align: center;
}

.bottomBox.lastBox {
	float: right;
	margin-right: 0; 
}

#bottomBoxes .bottomBox h2 {
	color: white;
	background-color: #4b7fb8;	
	text-align:center;
	width: 100%;
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 90%;
}

#bottomBoxes .bottomBox p {
	color: white;
	margin: 0;
	padding: 5px 0 10px 0;
	font-size: 85%;
}
#bottomBoxes .bottomBox:hover h2 {
	background-color: #0b3f75;
	cursor: pointer;	
}



/*ceramicBoxes*/

#ceramicBoxes {
	float: left;
	width: 960px;
	margin: 10px 0 15px 0;	
}

.ceramicBox {
	float: left;
	margin-right: 20px; 
	width: 266px;
	text-align: center;
	padding: 20px;
	border-radius: 15px;
	background-color: #4b7fb8;
	height: 110px;
}

.ceramicBox.lastCeramicBox {
	float: right;
	margin-right: 0; 
}

#ceramicBoxes .ceramicBox p {
	color: white;
	font-size: 85%;
	margin: 0;
	padding: 0;
}

#companies {
	float: left;
	width: 920px;
	margin: 10px 0 15px 0;	
	padding: 20px;
	background-color: white;
	border-radius: 15px;
	text-align: center;
}

#companies p {
	color: #333333;	
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 110%;
}

#companies ul {
	margin: 0;
	padding: 0;	
}

#companies li {
	color: #333333;	
	display: inline;
	margin-right: 20px;
	line-height: 33px;
}



/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 450px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: #f13647;
	margin: 10px 0 0 140px;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 420px;
	margin-bottom: 10px;
}

#contactFormArea .submitField {
	float: left;
	width: 420px;	
}

#contactFormArea #submit.formButton {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #0b3f75;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
}

#contactFormArea #submit.formButton:hover {
	background-color: white;
	color: #0b3f75;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 90%;
	color: white;
	font-weight: bold;
}	

#contactFormArea input {
	color: black;
	border: none;
	float: right;
	height: 30px;
	width: 280px;
	background-color: white;
	border: 1px solid #010000;
}

#contactFormArea textarea {
	color: black;
	float: right;
	height: 120px;
	width: 278px;
	background-color: white;
	border: 1px solid #010000;
}

.iframe {
	float: right;	
}


