/* ------------------------------------------------------------------------
CSS sheet for Memorable Greetings and Invitations.
Author: Chris Robinson
Date Created: 6/4/2008

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS


------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
	outline: none;
}
a img{
	border: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000;
   	font: 12px/1.5em "Palatino Linotype", Arial, Helvetica, Sans-Serif;
   	background: url(images/bodybg.jpg);
}
#wrap{
	width: 1004px;
	margin: auto;
	text-align: left;
	clear: both;
	background: url(images/wrapbg.gif) left bottom repeat-y;
}
body > #wrap{
	background: url(images/wrapbg.png) left bottom repeat-y;
}
/* -----------------------------------------------------------------------
=HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	display: block;
	width: 100%;
	height: 400px;
	position: relative;
	padding-bottom: 00px;
	background: url(images/headerbtm.png) 9px bottom no-repeat;
}
#wrap > #header{
	padding-bottom: 20px;
}
#header a.index{
	display: block;
	background: url(images/logo.png) no-repeat;
	width: 363px;
	height: 206px;
	text-indent: -9999px;
	margin-top: 10px;
	margin-bottom: 25px;
/*	margin-left:-30px;*/
}
#header dl{
	float: left;
	height: 300px;
	width: 363px;
	text-align: center;
	font-size: 16px;
	line-height: 1.8em;
	margin-left: -30px;
	font-weight: bold;
}
#header h3{
	display: block;
	background: url(images/cards.png) no-repeat;
	width: 332px;
	height: 228px;
	text-indent: -9999px;
	float: left;
	margin-right: 20px;
	margin-top: 50px;
}
#flash {
float:left;
}
ul.nav{
	margin-left: 15px;
	list-style-type: none;
	padding: 35px 30px 0px 30px;
	width: 249px;
	height:400px;
/*	padding-top:40px;*/
	float: left;
	background: url(images/nav.jpg) no-repeat;
}
#header > ul.nav{
	margin-left: 30px;
}
ul.nav li{
	width: 249px;
	position: relative;
	line-height:24px;
}
ul.nav li a{
text-decoration:none;
color:#000000;
}
ul.nav li a:hover{
text-decoration:underline;
}
ul.nav li ul {
margin-left:-30px;
}
/*ul.nav li a{
	width: 249px;
	display: block;
	background: url(images/nav.jpg) no-repeat;
	text-indent: -9999px;
}
ul.nav li.home a{
	height: 24px;
	background-position: 0 0;
}
ul.nav li.home a:hover{
	background-position: -249px 0;
}
ul.nav li.about a{
	height: 24px;
	background-position: 0 -24px;
}
ul.nav li.about a:hover{
	background-position: -249px -24px;
}
ul.nav li.weddingInv a{
	height: 23px;
	background-position: 0 -48px;
}
ul.nav li.weddingInv a:hover{
	background-position: -249px -48px;
}
ul.nav li.special a{
	height: 24px;
	background-position: 0 -71px;
}
ul.nav li.special a:hover{
	background-position: -249px -71px;
}
ul.nav li.save a{
	height: 22px;
	background-position: 0 -95px;
}
ul.nav li.save a:hover{
	background-position: -249px -95px;
}
ul.nav li.notes a{
	height: 23px;
	background-position: 0 -117px;
}
ul.nav li.notes a:hover{
	background-position: -249px -117px;
}
ul.nav li.photo a{
	height: 23px;
	background-position: 0 -140px;
}
ul.nav li.photo a:hover{
	background-position: -249px -140px;
}
ul.nav li.holiday a{
	height: 23px;
	background-position: 0 -163px;
}
ul.nav li.holiday a:hover{
	background-position: -249px -163px;
}
ul.nav li.businessholiday a{
	height: 23px;
	background-position: 0 -186px;
}
ul.nav li.businessholiday a:hover{
	background-position: -249px -186px;
}
ul.nav li.business a{
	height: 23px;
	background-position: 0 -209px;
}
ul.nav li.business a:hover{
	background-position: -249px -209px;
}
ul.nav li.graduation a{
	height: 22px;
	background-position: 0 -232px;
}
ul.nav li.graduation a:hover{
	background-position: -249px -232px;
}
ul.nav li.weddingAcc a{
	height: 24px;
	background-position: 0 -256px;
}
ul.nav li.weddingAcc a:hover{
	background-position: -249px -256px;
}
ul.nav li.testionials a{
	height: 23px;
	background-position: 0 -279px;
}
ul.nav li.testionials a:hover{
	background-position: -249px -279px;
}
ul.nav li.contact a{
	height: 39px;
	background-position: 0 -302px;
}
ul.nav li.contact a:hover{
	background-position: -249px -302px;
}
*/



ul.nav li ul li ul{
	display: none;
}
ul.nav li ul, ul.nav li:hover ul ul, ul.nav li.hover ul ul{
	display: none;
}
ul.nav li:hover ul, ul.nav li.hover ul{
	display: block;
	position: absolute;
	top: 0%;
	left: 100%;
	z-index: 999999;
	width: 198px;
}
ul.nav li ul li, ul.nav li ul a{
	float: none;
	color: #000;
	text-indent: 0;
	text-align: left;
	width: 198px;
	display: block;
	margin: 0;
	padding: 0px;
	padding-left: 2px;
}
ul.nav li ul li a{
	background: #E5E0C8;
	width: 198px;
	color: #000000;
	display: block;
}
ul.nav li ul li:hover ul, ul.nav li ul li.hover ul{
	display: block;
	position: absolute;
	top: 0px;
	left: 200px;
	z-index: 1000;
	width: 210px;
	list-style-type: none;
}
ul.nav li ul li{
	display: block;
	float: none;
	padding: 0px;
	width: 210px;
	height: auto;
}








/* -----------------------------------------------------------------------
=CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#content{
	display: block;
	clear: both;
	margin-top: 10px;
}
#main{
	float: left;
	width: 70%;
	margin: 0 15px;
}
#wrap > #main{
	margin: 0 25px;
}
#main a{
	outline: none;
	text-decoration: none;
	color: #000;
	border-bottom: 1px dashed #000;
}
#main a:hover{
	border-bottom: 1px solid #000;
}
#main dl{
	border: 3px solid #19191B;
	margin-bottom: 1.5em;
}
#main dl dt{
	background: #19191B;
	color: #EDE8D2;
	padding: 5px 10px;
	font-size: 18px;
}
#main dl dd{
	margin: 1.5em 0;
	padding: 0 10px;
}
#main dl dd strong{
}
.by{
	display: block;
	font-style: italic;
	margin-left: 20px;
}
/* -----------------------------------------------------------------------
=ASIDE ELEMENTS
-------------------------------------------------------------------------*/
#aside{
	float: left;
	width: 20%;
}
#aside dl{
	border: 3px solid #19191B;
}
#aside dl dt{
	font-size: 18px;
	background: #19191B;
	color: #EDE8D2;
	padding: 5px 0px;
}
#aside dl{
	text-align: center;
}
#aside dl dd{
	padding: 0 5px;
	margin: 1.5em 0;
}
/* -----------------------------------------------------------------------
=FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	clear: both;
	height: 160px;
	background: url(images/headerbtm.png) 9px top no-repeat;
	padding-top: 20px;
	text-align: center;
}
#footer p.links a{
	margin-right: 20px;
}
#footer p{
	text-align: left;
	margin: 20px;
}
#footer a{
	color: #000;
}
#footer a.awpi{
	float: right;
	display: block;
	background: url(images/awpi.png) no-repeat;
	width: 133px;
	height: 155px;
	text-indent: -9999px;
	margin-left: 10px;
	margin: 0 30px;
}
#footer a.brn{
	float: right;
	display: block;
	background: url(images/brn.png) no-repeat;
	width: 174px;
	height: 155px;
	text-indent: -9999px;
	margin: 0 30px;
}
#footer a.wedding{
	float: right;
	display: block;
	background: url(images/125x125f.gif) no-repeat;
	width: 174px;
	height: 155px;
	text-indent: -9999px;
	margin: 0 30px;
}