/* buncha rules */

/* Normalises margin, padding */
body, div, d1, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td
{
margin: 0;
padding: 0;
}
/* Normalises font-size for headers */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}
/* Removes list-style from lists */
ol,ul {
list-style: none
}
/* Normalises font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{
font-style: normal;
font-weight: normal;
}

img {border-style:none;}
/* layout css
----------------------------------*/

html {
text-align: center;
font-size: 100%; /* IE likes this */
}
body {
position: relative;
width: 860px;
margin: 0 auto;
text-align: left;
background: #5a79a5;
font-family: Arial,sans-serif;
font-size: 0.75em;
}
#wrapper {
position: relative;
width: 100%;
background: #f3f1e9;
max-width: 860px;
text-align: left;
margin: 0 auto;
padding: 0 0.3em 0 0.3em;
}
/* branding styles
----------------------------------*/

#branding {
position: relative;
text-align:center;
background: #fff no-repeat scroll 0%;
height: 150px;
}

.aptn {
	padding-top:5px;
}
/* content main
---------------------------------*/
#content {
position:relative;
overflow: hidden;
width: 100%;
background: #f0eceb;
}
#showcase {
	position:relative;
	width:788px;
	height:305px;
	font-weight:bold;
}
.wedding {
	padding-left:9px;
}
/* navigation
---------------------------------*/
#nav { 
	margin: 0;
	padding: 0;
	background:#999;
	list-style-type: none;
	width:860px;
	float:left;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
}
#nav a {
	float: left;
	width: 125px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 2.5;
	border-right: 1px solid #fff;
}
#nav a:hover {
	background:#0a2043;
}
#nav li.current a {
	background: #5f6b77;
	color: #fff;
	font-weight: bold;
}
#body_hom #nav_hom a,#body_contact #nav_contact a, #body_about #nav_about a, #body_order #nav_order a { 
	background: #5f6b77; 
	color:#fff; 
	font-weight:bold;
}
/* content areas
---------------------------------*/
#content_main {
position:relative;
float: left;
width: 50%;
padding: 1em 0;
padding-left: 10px;
}
#content_main p {
float:left;
position:relative;
font-size: 100%;
}
#content_main p > a {
text-decoration: underline;
}
/* content sub
---------------------------------*/
#content_sub {
position:relative;
float: left;
width: 45%;
padding: 1em 0;
padding-left: 20px;
}
#content_sub p {
color: #333;
}
#content_sub p > strong {
font-weight: normal;
}
/* footer styles
---------------------------------*/
#footer {
position: relative;
height: 50px;
background: #f9f6f4;
text-align: center;
padding-top: 25px;
}
/* contact form styling
---------------------------------*/
fieldset {
	float: left;
	clear: left;
	margin: 1.5em 0 0 0;
	padding: 0;
	border: 1px solid #555;
	background-color: #f7f6f4;
}
legend {
	margin-left: 1em;
	padding: 0;
	color: #000;
	font-weight: bold;
}
fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
	width: 350px;
}
fieldset li {
	padding-bottom: 1em;
}
fieldset.submit {
	background: #99cc99;
	float: none;
	width: auto;
	border: 0 none #fff;
	padding-left: 9.9em;
}
label {
	float: left;
	width: 7.5em;
	margin-right: 1.5em;
}

