/***** Standard Styles ***/

body {
	font-family: tahoma, arial, helvetica, verdana;
	font-size: 14px;
	color: #000000;
	background-color: #585858;
	background-image: url(images/BackgroundTopRepeater.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0;
}

p{
	font-family: tahoma, arial, helvetica, verdana;
	font-size: 14px;
	color: #000000;
	font-weight: 100;
	line-height: 130%;
}

td{
	font-family: tahoma, arial, helvetica, verdana;
	font-size: 14px;
	font-weight: 100;
	color: #000000;
}

h1{
	font-family: tahoma, arial, helvetica, verdana;
	font-size: 18px;
	color: #010101;
}

h2{
	font-family: tahoma, arial, helvetica, verdana;
	font-size: 16px;
	color: #010101;
	font-weight: bold;
}

h3{
	font-family: arial, helvetica, verdana;
	font-size: 14px;
	color: #010101;
	font-weight: bold;
}

a{
	color: #000080;
	text-decoration: underline;
}

a:hover{
	color: #4343ac;
	text-decoration: underline;
}

/**** Body Styles ****/
#background{
	background-image: none;
}

#main {
	width: 974px;	
	margin: 0px 0px 40px 0px;
}

#main .top{
	position: relative;
	left: 0px;
	top: 16px;
	background-image: url(images/MainBackgroundRepeater.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	width: 974px;
}

#banner {
	position: relative;
	top: 0px;
	left: 0px;
	height: 132px;
}

#banner ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 74px;	
}

#banner li {
	float: left;	
}

#banner .logoImg{
	display: block;
}

#content {
	margin: 12px 70px 15px 70px;
}

#subHeader .headerText{
	font-family: tahoma, arial, helvetica, verdana;
	font-size: 24px;
	color: #000080;
	font-weight: bold;
	margin-left: 0px;		
}

#home img{
}

.photoCell{
	display: block;
	height: 150px;
	border: 1px solid #000000;
	margin: 0px 0px 10px 0px;
}

.photoCell img{
	border: 0px solid #000000;
	margin-right: 20px;
	float: left;
}

/***** SEO Styles ****/
#seo{
	width: 974px;
	position: absolute;
	z-index: 4;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	color: #494949;
}

#seo ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#seo li{
	float: left;
	margin: 0px 0px 0px 0px;	
}

#seo a{
	color: #494949;
	text-decoration: none;	
}

#seo a:hover{
	color: #494949;
	text-decoration: underline;	
}

#title {
	height: 52px;
	margin: 0;
	padding: 0px 70px 0px 70px;
	border-bottom: 1px solid #000000;
	vertical-align: bottom;
	clear: left;
	display: block;
}

#title .heading1{
	font-family: tahoma, arial, helvetica, verdana;
	font-size: 14px;
	color: #888888;
	font-weight: normal;
	line-height: 120%;
	margin: 0;
	padding-top: 6px;
}

#title .heading2{
	font-family: tahoma, arial, helvetica, verdana;
	font-weight: bold;
	font-size: 20px;
	color: #9e1b1b;
	display: block;
	padding-bottom: 8px;

}

#title .titleRight{
	font-family: tahoma, arial, helvetica, verdana;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	float: right;	
}

/**** Page Height Styles (if needed) ****/

#home{
	min-height: 500px;	
}

#costumes{
	min-height: 500px;
}

#fashions{
	min-height: 500px;
}

#accessories{
	min-height: 500px;
}

#price{
	min-height: 500px;
}

#service{
	min-height: 500px;
}

#partyplanner{
	min-height: 500px;
}

/***** Menu Styles ****/
#menu {
	background-image: url(images/MenuBack.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 27px;
	width: 974px;
	text-align: center;
	border-bottom: 1px solid #000000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

#menu .topCell {
	display: block;
	margin: 2px 0px 0px 0px;
	float: left;
}

#menu .topCell:hover {
}

#menu .topCell a {
	font-family: tahoma, arial, helvetica, verdana;
	color: #000000;
	display: block;
	height: 23px;
	padding: 2px 8px 0px 28px;
	font-size: 15px;
	font-weight: bold;
	background-image: url(images/MenuButton.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #d6d6d6;
	overflow: hidden;
}

#menu .topCell a:hover {
	color: #9d1b1b;
	background-image: url(images/MenuButton-over.jpg);
	cursor: pointer;
}

#menu li ul {
	position: absolute;
	margin-top: -32px;
	left: 170px;
	width: 170px;	
	visibility: hidden;	
	border-bottom: 1px solid #525252;
}

#menu li:hover ul {
	visibility: visible;
}

#menu .subCell {
	margin: 0px 0px 0px 0px;
	display: block;
}

#menu .subCell:hover {

}

#menu .subCell a {
	color: #000000;
	display: block;
	font-size: 14px;
	width: 164px;
	background-color: #8eb7bb;
	background-image: url(images/FlyoutBack.jpg);
	background-repeat: repeat-y;
	background-position: top right;	
	height: 23px;
	padding: 2px 0px 0px 4px;
	border: 1px solid #525252;
	border-bottom: none;		
}

#menu .subCell a:hover {
	color: #727272;	
	background-image: url(images/FlyoutBack-over.jpg);
	cursor: pointer;
}

#menu a {
	text-decoration: none;	
}

#menu a:hover {
	text-decoration: none;	
}

/***** Footer Styles ****/

#footer{
	font-family: tahoma, arial, helvetica, verdana;
	background-image: url(images/FooterRepeater.jpg);
	background-repeat: repeat-y;
	background-postion: top left;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

#footer .footerBar{
	background-image: url(images/FooterLightRepeater.jpg);
	background-repeat: repeat-y;
	background-postion: top left;
	color: #b3b3b3;
	padding: 2px 0px 2px 0px;
}

#footer .footerBottom{
	background-image: url(images/FooterBottom.jpg);
	background-repeat: no-repeat;
	background-postion: bottom left;
	padding: 0px 0px 12px 0px;
	height: 54px;
}

#baseline{
	font-family: tahoma, arial, helvetica, verdana;
	color: #ffffff;	
	padding: 12px 0px 12px 0px;
}

#baseline a{
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;	
}

#baseline a:hover{
	font-size: 14px;
	text-decoration: underline;
	color: #ffffff;	
}

#baseline .creditCards{
	margin: 12px 0px 12px 0px;		
}

#baseline .creditCards img{
	margin: 0px 15px 0px 15px;
}

#baseline .copyright{
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #ffffff;	
}

#baseline .copyright a{
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #ffffff;	
	font-weight: bold;
	text-decoration: none;
}

#baseline .copyright a:hover{
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #ffffff;	
	font-weight: bold;
	text-decoration: underline;
}


/***** ALarkin Design Logo Styles ****/

#aldLogo {
	position: relative;
	top: 12px;
	bottom: 0px;
	width: 171px;
	line-height: 80%;
	clear: right;
	font-size: 10px;
}

#aldLogo img {
	margin: 4px 0px 0px 0px;	
}

#aldLogo a{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

#aldLogo a:hover {
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}

/**** Webfodder Styles ****/

#imageBorder{
	border: solid #000000 1px;
	border-width: 1px 1px 1px 1px /* Change this to make it look like a drop shadow */
	background-color: #ffffff;
	padding: 0px;
}

.alignedLeft{
	margin: 0px 20px 20px 0px;	
}

.alignedRight{
	margin: 0px 0px 20px 20px;	
}
