@charset "utf-8";
/*zero margins for all elements*/
* {
	margin: 0px;
	padding: 0px;
}
#header  {
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A2A2A2;
	border-left-color: #A2A2A2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2A2A2;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A2A2A2;
}
/*set height to show browser scrollbar*/
html  { height: 101%; 
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #333;
	background-image: url(../bridal_images/layout/background3.gif);
}
h1 {
	font-size: 1.6em;
	margin-bottom: 10px;
	color: #59ACFF;
}
.align_centre {
	text-align: center;
}


a img {
	border:none;
}

#wrapper {
	font-size: 0.625em;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F4F4F4;
	overflow: auto;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A2A2A2;
	border-bottom-color: #A2A2A2;
	border-left-color: #A2A2A2;
	background-image: url(../bridal_images/layout/drop_shadow.jpg);
}
#navigation {
	font-size: 1.5em;
	float: left;
	width: 240px;
	padding-left: 25px;
	margin-top: 30px;
	padding-right: 25px;
}
#fbook {
	margin-top: 50px;
}

#content {
	overflow: hidden;
	width: 600px;
	float: left;
	font-size: 1.2em;
	margin-top: 30px;
}
#content p {
	margin-bottom: 1em;
	line-height: 24px;
	font-size: 1.2em;
}
#content ul {
	margin-left: 40px;
	list-style-image: url(../p7tmm/img/tmm_page_diamond_black.gif);
	margin-bottom: 1em;
}
#content ul li {
	margin-top: 3px;
	margin-bottom: 3px;
}
#content a:link, #content a:visited {
	color: #0482FF;
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #05A;
	text-decoration: underline;
}
#content .boxout{
	width: 470px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
#content .boxout p {
	line-height: 1.1em;
}


#footer {
	color: #999;
	clear: both;
	font-size: 1.1em;
	padding-top: 15px;
	padding-bottom: 15px;
	letter-spacing: 0.1em;
	padding-left: 290px;
}
#footer a:link, #footer a:visited {
	color: #0482FF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #05A;
	text-decoration: underline;
}
iframe { border: 1px solid #000; }
#links ul {
	font-size: 1.4em;
	margin-bottom: 15px;
}
#links ul li {
	margin-top: 10px;
	margin-bottom: 10px;
}
#links { min-height: 400px; }

#credits {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	font-size: .7em;
	text-align: right;
	margin-bottom: 25px;
	padding-right: 10px;
}
#credits p {
	color: #666;
}

.credits:link {
	color: #667897;
	text-decoration: none;
}
.credits:visited {
	color: #667897;
	text-decoration: none;
}
.credits:hover {
	color: #A2A2A2;
	text-decoration: underline;
}
.credits:active {
	color: #667897;
	text-decoration: none;
}
.info {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCD2DC;
	margin-bottom: 15px;
	font-size: .9em;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #999;
}
#content .info p {
	line-height: 16px;
}



/* contact form styles*/

form {
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 25px;
}
#name, #telephone, #email {
	width: 200px;
}
#message {
	width: 450px;
	height: 150px;
	margin-bottom: 10px;
}
label, .warning {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.warning {
	color: #CC0000;
}

