body
{
	background-color: #3A407F;
	background-image: url('../../images/left_bg.gif');
	background-position: 0px 0px;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body, div
{
	font-family: "sans serif", tahoma, helvetica, arial;
	font-size: 13px;
	letter-spacing: 0.8px;
	line-height: 140%;
	color: #3A4184;
}



/* Divs */

#container
{
	width: 776px;
	display: block;
	padding: 0px;
}

#left
{
	width: 490px;
	clear: left;
	float: left;
	display: inline;
	background-color: #FFFFFF;
	padding: 18px;
	padding-top: 32px;
}

#right
{
	width: 276px;
	clear: right;
	float: right;
	padding-left: 20px;
	display: inline;
}

#details_img
{
	text-align: center;
	vertical-align: middle;
	z-index: 2;
}

#details
{
	width: 90%;
	z-index: 3;
}

#sent_false
{
	color: #AA0000;
	font-weight: bold;
	padding-bottom: 18px;
}

#sent_true
{
	color: #222222;
	font-weight: bold;
	padding-bottom: 18px;
}



/* Classes */

.row
{
	width: 100%;
	clear: both;
}

.col
{
	display: inline;
	float: left;
	text-align: center;
	width: 100px;
	padding: 10px;
}

.heading
{
	clear: both;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
}

.img_
{
	border: 4px solid #FFFFFF;
	padding: 4px;
}

.img_over
{
	border: 4px solid #D7DAf6;
	padding: 4px;
}



/* Links */

a, a:link, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #3A4184;
}

a:hover, a:active
{
	font-weight: bold;
	text-decoration: underline;
	color: #606490;
}



/* Forms */

.input
{
	background-color: #F4F5FC;
	width: 70%;
	padding: 4px 6px;
	border: 1px solid #777dbc;
}

.input_focus
{
	background-color: #E9E9F3;
	width: 70%;
	padding: 4px 6px;
	border: 1px solid #3A4184;
}

.ta
{
	background-color: #F4F5FC;
	width: 70%;
	padding: 4px 6px;
	border: 1px solid #777dbc;
	font-family: "sans serif", tahoma, helvetica, arial;
	font-size: 13px;
}

.ta_focus
{
	background-color: #E9E9F3;
	width: 70%;
	padding: 4px 6px;
	border: 1px solid #3A4184;
	font-family: "sans serif", tahoma, helvetica, arial;
	font-size: 13px;
}

.submit
{
	background-color: #676dA9;
	width: 20%;
	padding: 4px 3px;
	border: 1px solid #3A4184;
	font-weight: bold;
	color: #E9E9F3;
}




/* Menu */

ul.menu
{
	width: 276px;
	position: absolute;
	top: 0px;
	left: 554px;
}

ul.menu, ul.menu li
{
	list-style: none;
}

ul.menu li a
{
	margin: 0px;
	padding: 0px;
}

ul.menu li a:hover
{
	border: none;
}

li.menuLogo
{
	position: absolute;
	left: -6px;
	top: 18px;
}

li.menuAbout a
{
	background: url(../../images/about.gif) top left no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 0px;
	top: 120px;
	width: 105px;
	height: 17px;
	overflow: hidden;
}

li.menuAbout a:hover, body.about li.menuAbout a
{
	background-position: 0px -17px;
}

li.menuWork a
{
	background: url(../../images/work.gif) top left no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 0px;
	top: 150px;
	width: 151px;
	height: 17px;
	overflow: hidden;
}

li.menuWork a:hover, body.work li.menuWork a
{
	background-position: 0px -17px;
}

li.menuGallery a
{
	background: url(../../images/gallery.gif) top left no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 0px;
	top: 180px;
	width: 46px;
	height: 18px;
	overflow: hidden;
}

li.menuGallery a:hover, body.gallery li.menuGallery a
{
	background-position: 0px -18px;
}

li.menuCommissions a
{
	background: url(../../images/commissions.gif) top left no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 0px;
	top: 211px;
	width: 170px;
	height: 17px;
	overflow: hidden;
}

li.menuCommissions a:hover, body.commissions li.menuCommissions a
{
	background-position: 0px -17px;
}

li.menuWeddings a
{
	background: url(../../images/weddings.gif) top left no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 0px;
	top: 241px;
	width: 270px;
	height: 17px;
	overflow: hidden;
}

li.menuWeddings a:hover, body.weddings li.menuWeddings a
{
	background-position: 0px -17px;
}

li.menuOrder a
{
	background: url(../../images/order.gif) top left no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 0px;
	top: 271px;
	width: 123px;
	height: 17px;
	overflow: hidden;
}

li.menuOrder a:hover, body.order li.menuOrder a
{
	background-position: 0px -17px;
}

li.menuContact a
{
	background: url(../../images/contact.gif) top left no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 0px;
	top: 301px;
	width: 53px;
	height: 12px;
	overflow: hidden;
}

li.menuContact a:hover, body.contact li.menuContact a
{
	background-position: 0px -12px;
}