* { margin: 0; padding: 0; }

html, body { height: 100%; }

body {
	color: #FFA9C1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87.5%;
	line-height: 1.4;
	padding: 0 10px;
	background: #31101d url("../images/grad-body-grey.gif") repeat-y 50% top;
}

div#page {
	max-width: 1000px;
	margin: 0 auto;
	/*background: #7F2A4C url(../images/grad-burg.gif) repeat-y right top;*/
	background: #5a5a5a url(../images/grad-grey.gif) repeat-y right top;
	min-height: 100%;
}


/* General --------------------------------- */

h1, h2, h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	color: white;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.14em;
	margin-top: 0.5em;
}
h3 {
	font-size: 1.07em;
	margin-top: 0.5em;
}

p {
	margin: 0.6em 0;
}

img {
	border: none;
	vertical-align: bottom;
}

div.floatend {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Masthead ------------------------------------- */

div#masthead {
	min-height: 100px;
	padding: 10px;
	background: #5a5a5a url(../images/grad-grey.gif) repeat-y right top;
	/*border: 1px solid #5A1530;
	border-bottom: 4px solid #5A1530;*/
	border-top: 4px solid #AB809D;
}

a img#logo {
	display: block;
	float: left;
}

#phone {
	font-size: 200%;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
}

address {
	padding: 5px;
	font-style: normal;
	display: block;
	text-align: right;
	float: right;
}

address a,
div#nav div.news a {
	color: #FF669F;
	text-decoration: none;
}


address a:hover,
div#content a:hover,
div#nav div.news a:hover,
div#footer a:hover {
	text-decoration: underline;
}


/* Navigation ------------------------------------ */

#nav {
	list-style-type: none;
	margin-top: 6px;
	padding: 0;
	font-size: 114%;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: 99;
}
#nav li {
	display: block;
	float: left;
	margin-right: 4px;
	background: #333333 url(../images/grad-grey-vert.gif) repeat-x left top;
	border: 1px solid #89435F;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav a {
	font-weight: normal;
	color: #FF669F;
	text-decoration: none;
	display: block;
	padding: 0 0 0 2px;
}

#nav li, #nav a { width: 8em; }

#nav a:hover {
	background: #89435F;
	color: white;
}


/* Main content ---------------------------------- */

div#content {
	min-height: 400px;
	margin-top: 3em;
}

div#content a {
	color: #FF669F;
	font-weight: bold;
	text-decoration: none;
}

div#content ul {
	margin-left: 1em;
}
.info {
	float: right;
	margin-left: 2em;
	border: 1px solid #AB809D;
	padding: 4px;
	background-color: #5a5a5a;
}
.info h2 { margin-top: 0; }
.info table {
	font-size: 93%;
}
.info th { text-align: left; padding-right: 4px; }

#brides {
	float: left;
	margin-right: 2em;
}
#brides img {
	border: 2px solid #AB809D;
}

div#content form {
	margin: 0;
}
div#content form tr {
	vertical-align: top;
}
div#content form th {
	text-align: left;
	width: 9em;
}
div#content form td {
	padding: 1px;
}
div#content form input,
div#content form textarea {
	border: 1px solid #cecbc1;
	width: 20em;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFE6ED;
}
div#content form input.button {
	width: auto;
	cursor: pointer;
	border: 1px outset #DDD9CE;
}

.brief { width: 50em; }

div.cat {
	float: left;
	width: 296px;
	margin: 1em 2em 0 0;
	min-height: 200px;
}
div.cat h2 {
	margin-top: 0;
	line-height: 1.2;
}
div.cat img {
	display: block;
	float: left;
	margin-right: 1em;
	border: 1px solid #AB809D;
	width: 120px;
}
div.cat p {
	font-size: 78.6%;
}
.close {
	text-align: center;
	padding: 2em 0 0;
}




/* Footer area --------------------------*/

div#footer {
	clear: both;
	margin-top: 6px;
	font-size: 93%;
	background: #5a5a5a url(../images/grad-grey.gif) repeat-y right top;
	/*border: 1px solid #5A1530;
	border-top: 4px solid #5A1530;*/
	border-top: 1px solid #AB809D;
	padding: 0 10px;
}

div#footer a {
	color: #FF669F;
	font-weight: normal;
	text-decoration: none;
}

div#footer p#cinfo {
	float: left;
}
div#footer p#cinfo a {
	color: #FF669F;
	font-weight: normal;
}

div#footer p#legal {
	float: right;
}
