@charset "utf-8";
/* CSS Document */
/* sabinesweddingstationery.co.uk */
html {
	margin:0px;
	padding:0px;
	border:0px;
	height:100%;
	min-height: 100%; margin-bottom: 1px; /*Forces a Vertical Scrollbar*/
}
body {
	background: url(images/bg.gif);
	height:100%;
	margin:0px;
	padding:0px;
	border:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #330066;
	text-align:center; /*For ie5.5 */
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {/*To re-set block-level items after getting rid of all default padding in 1st CSS rule*/
    margin:0; 
}
#logo {
	background-color:transparent;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	height:222px;
}
#container{
	margin:0 auto;
	width:800px;
	border:0px;
}
#content {
	border-style:solid;
	border-width:0px;
	border-color:#999999;
	background-color: transparent;
	font-size: 1.5em;
	text-align:left;
}
#navcontainer {
	font-size: 1.6em;
}
#map{
	margin:0 auto;
}
p {
	padding:5px;
	font-size:15px;
}
h1 {
	font-size:3em;
	color:#795B7F;
	font-weight:normal;
	padding:15px;
}
h2 {
	font-size:2.5em;
	font-weight:normal;
}
strong {
	font-weight:normal;
}
a img {
	border: 0 none;	/* gets rid of blue border aroung image links */
}
.center {
	text-align:center;
}
.deepred {
	color:#9E241B;
}
.purple {
	color: #795B7F;
}
.imgright {
	float:right;
	padding:10px 0px 10px 0px;
}
.imgleft {
	float:left;
	padding:10px 10px 10px 0px;
}
ul {
	list-style: none;
	text-align: center;
	margin:0;
	padding:0;
}
li {
	display: inline;
	text-align: center;
}
table, th, td, tr {
	border:0px;
	border-style:none;
	font-size:15px;
	border-collapse:collapse;
	margin: 0 auto;
}
.tables {
	background-color: transparent;
}
table.pp, table.pp tr, table.pp td {
	border:1px solid #CCCCCC;
	padding:0px;
}
table tr td {
	text-align:center;
	padding-bottom:1px;
}
.underline {
	text-decoration:underline;
}
a:link {
	text-decoration: none;
	color: #5586D7;
	}
a:visited {
	text-decoration: none;
	color: #725678;
	}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #666666;
	}
.black {color: #000000}
.darkred {color: #800000}
.grey {color: #999999}
.darkblue {color: #000080}

/*DROP SHADOW Credits: Dynamic Drive CSS Library */
.shadow {
border:1px solid silver;
font:10pt arial;
position:relative;
display:inline;
background:transparent;
z-index:100;
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}
/*URL: http://www.dynamicdrive.com/style/ */