﻿body 
{
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	color:#999999;
	width: 610px;
	margin: auto;
	padding-top:20px;
	text-align:center;  
}

a
{
	border-style:none;
}

img
{
	border-style:none;
}

input
{
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	color:#999999;
}

/* nav */
.nav
{
	padding: 1px;
	height: 30px;
}

.nav a
{
	float: left;
	height: 28px;
}

.nav a:hover
{
	background-position: center -28px;
}

.nav .about
{
	background-image: url(buttons/about.gif);
	width: 103px;
}

.nav .menu
{
	background-image: url(buttons/menu.gif);
	width: 90px;
}

.nav .specialoccasions
{
	background-image: url(buttons/special.gif);
	width: 168px;
}

.nav .weddings
{
	background-image: url(buttons/weddings.gif);
	width: 117px;
}

.nav .contact
{
	background-image: url(buttons/contact.gif);
	width: 117px;
}

/* messages */
.messages
{
	border: solid 1px black;
	margin: 10px;
	background-color: #FFCA2A;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px;
}

.messages p
{
	color: rgb(36,60,130);
	margin: 7px;
}

.messages a
{
	color: rgb(36,60,130);
	font-weight: bold;
	text-decoration: underline;
}

/* */
.imagelinks
{
	display: block;
	float: left;
}

.layout
{
	border-width: 1px;
	border-color: #e8e8e8;
	border-style: solid;
	width: 600px;
}

.footer
{
	font-size: 11px;
	font-family: Tahoma;
	color: White;
	background-color: #330000;
	text-align: center;
	vertical-align: middle;
	width: 600px;
	height: 28px;
}

.footer a
{
	color: White;
}

.frontemailbox
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	vertical-align: top;
	margin-top: 5px;
	border-color: #c22127;
	border-style: solid;
	border-width: 1px;
}

/* validators */
.highlight
{
    background-image: none !important;
    background-color: #fffacd;
}

.alertbox
{
    position: absolute;
    padding-left: 45px;
    width: 216;
    background: url(images/aarow.png) no-repeat left top;
    color: Black;
    text-align: left;
}

.alertbox div
{
    min-height: 34px;
    width: 200px;
    padding: 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #FFEB8C;
}

.contacttextbox
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	vertical-align: top;
	border: solid 1px #999999;
	width: 180px;
}

/* picture slider */
.slider
{
	width: 260px;
	text-align: left;
	overflow: hidden;
}


.slider img
{
	cursor: pointer;
	margin: 0px 1px;
	width: 60px;
	height: 60px;
	text-align: left;
}

.slider .arrow
{
	cursor: pointer;
	width: auto;
	height: auto;
}

/* contact page */
#contacttable
{
	margin: 20px 10px 20px 10px;
}

#contacttable th
{
	text-align: right;
	font-weight: normal;
	width: 110px;
}

#contacttable tr
{
	margin-bottom: 5px;
}

/* image-list */
#image-list
{
	list-style-type: none;
	margin: 0px 22px;
	padding: 0px;
	width: 100%;
}

#image-list li
{
	cursor: move;
	float: left;
	width: 70px;
	/*height: 85px;*/
	
	text-align: center;
	padding-bottom: 10px;
}
