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

body {
	background-color: #000;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	line-height: 1.3em;
}

h1 {
	font-size: 1.5em;
	text-align: center;
	line-height: 1.1em;
}

#wrapper {
	width: 100%;
	background: url(images/site-bg.jpg) top repeat-x;
	padding-top: 30px;
}

#site-top {
	width: 996px;
	margin: 0 auto;
	background: url(images/content-top.png) no-repeat top;
}

#site-btm {
	padding-top: 11px;
}

#content-container {
	background: url(images/content-bg.png) repeat-y;
}

#content {
	padding: 15px;
}

#content a {
	color: #1A8BB6;
	text-decoration: none;
}

#content a:hover {
	color: #11396C;
}

#content-text {
	padding: 15px 20px 0 20px;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: justify;
}

#nav-container {
	width: 966px;
	height: 74px;
	margin-top: 10px;
	background: url(images/nav-bg.gif) no-repeat;
}

#nav-links {
	width: 941px;
	margin: 0 auto;
	padding-top: 27px;
}



/* ----- Home Content ----- */

#plate-col-1 {
	width: 320px;
	margin-right: 8px;
	padding-top: 50px;
	float: left;
}

#plate-col-1 h2 {
	font-size: 1.7em;
	margin: 0 0 15px 0px;
	font-weight: normal;
}

#plate1 {
	background: url(images/delft-blue.jpg) no-repeat;
	height: 191px;
}

#plate-col-2 {
	width: 310px;
	margin-right: 8px;
	padding-top: 50px;
	float: left;
}

#plate-col-2 h2 {
	font-size: 1.7em;
	margin: 0 0 15px 0px;
	font-weight: normal;
}

#plate2 {
	background: url(images/multicolor.jpg) no-repeat;
	height: 191px;
}

#plate-col-3 {
	width: 310px;
	padding-top: 50px;
	float: left;
}

#plate-col-3 h2 {
	font-size: 1.7em;
	margin: 0 0 15px 0px;
	font-weight: normal;
}

#plate3 {
	background: url(images/wedding.jpg) no-repeat;
	height: 191px;
}

.plate-content {
	padding: 10px 180px 0 15px;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #FFF;
}

#home-btm {
	padding: 30px 15px 0 15px;
	clear: both;
}

#home-btm h2 {
	font-size: 1.7em;
	font-weight: normal;
}

#horizontal-line {
	background-color: #11396C;
	height: 3px;
	width: 100%;
	margin-bottom: 15px;
}

#btm-col-1 {
	width: 275px;
	margin-right: 38px;
	text-align: justify;
	float: left;
}

#btm-col-2 {
	width: 285px;
	margin-right: 28px;
	text-align: justify;
	float: left;
}

#btm-col-3 {
	width: 280px;
	text-align: justify;
	float: left;
}

/* ----- End Home ----- */



/* ----- Content ----- */

#img-col {
	width: 400px;
	margin: 30px 30px 0 0;
	padding-left: 20px;
	float: left;
}

#info-col-top {
	width: 500px;
	margin-top: 30px;
	background: url(images/info-top.gif) no-repeat top;
	float: left;
}

#info-col-btm {
	background: url(images/info-btm.gif) no-repeat bottom;
}

#info-col-container {
	padding: 10px 0 10px 0;
}

#info-col-content {
	background-color: #2D4D75;
	padding: 10px 20px 10px 20px;
	color: #FFF;
	font-size: 1.0em;
	line-height: 1.6em;
}

#info-col-content h1 strong {
	font-size: 0.8em;
}

strong.price {
	font-size: 1.3em;
	display: block;
	margin: 15px 0 0 0;
}

strong.price img {
	margin: 0 10px -6px 0px;
}

#order-form {
	padding: 0 30px 0 30px;
	font-size: 12px;
}

#order-form strong {
	font-size: 18px;
	line-height: normal;
	display: block;
	background-color: #09C;
	padding: 5px;
}

#order-form label {
	display: block;
	margin-top: 6px;
}

.highlight {
	color: #06C;
}

.select-drop {
	background-color: #DDFFFF;
	margin-top: 6px;
}

.input-large {
	border: solid 1px #39C;
	background-color: #DDFFFF;
	height: 20px;
	width: 250px;
}

.input-med {
	border: solid 1px #39C;
	background-color: #DDFFFF;
	height: 20px;
	width: 165px;
}

.input-small {
	border: solid 1px #39C;
	background-color: #DDFFFF;
	height: 20px;
	width: 60px;
}

.comments {
	border: solid 1px #39C;
	background-color: #DDFFFF;
	height: 60px;
	width: 250px;
}

.message {
	border: solid 1px #39C;
	background-color: #DDFFFF;
	height: 100px;
	width: 250px;
}

.submit-btn {
	border: solid 1px #F90;
	background-color: #1C8BB6;
	color: #000;
	font-size: 15px;
	height: 30px;
	width: 70px;
}

#map-container {
	float: right;
	width: 552px;
}

#map {
	border: solid 1px #1F8CB2;
}

#contact-form {
	float: right;
	width: 450px;
	padding-right: 100px;
}

#contact-form label {
	display: block;
	margin-bottom: 6px;
}

/* ----- End Content ----- */





.content-spacer {
	height: 11px;
	clear: both;
}

#footer {
	width: 970px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
	color: #CCC;
	font-size: 0.9em;
}

#footer a {
	color: #1C8BB6;
	text-decoration: none;
	text-align: left;
}

#footer a:hover {
	color: #4CCBF6;
}

#caspian {
	float: right;
}