
/* Layout */

* {
	margin:0;
	border:0;
	padding:0;
}

body {
	margin: 0px auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #343434;
	/* background-image: url(../images/mockup.jpg) ; */
	background-position: top;
	background-repeat: no-repeat;
}

#container {
	width:750px;
	margin: 0px auto;
	text-align: center;
}

	#logo {
		margin-top: 10px;
		margin-left: 25px;
	}

	#main_content {
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
	
	#footer {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#index_slideshow {
		width: 670px;
		height: 480px;
		margin: 0px auto;
	}
	
/* ///////////////////// */
/* Pricing Tables Styles */
/* ///////////////////// */

table.pricing_table {
	font-size: 14px;
	border: 1px solid #343434;
	text-align: center;
	margin: 0px auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.pricing_table th {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #dcdcdc;
}

table.pricing_table td {
	padding: 5px;
	border: 1px solid #dcdcdc;
	text-align: center;
}

#pricing_table tr {
	border: 1px solid #dcdcdc;
	padding: 5px;
}

#pricing_table table tbody tr td {
	padding-left: 5px;
	padding_right: 5px;
}

	
	
/* ///////////////// */
/* Navigation Styles */
/* ///////////////// */

#navcontainer
	{
		width: 750px;
		height: 38px;
		/* background-color: #ffffff; */
		/* background: url(../images/nav_bg.gif) no-repeat 0; */
		margin: 0;
		padding: 0;
	}
	
	#navcontainer ul li {
		display: inline;
		margin: 0;
		padding: 0;
		height: 30px;
		}
	
	#navcontainer ul
	{
		margin: 0px auto;
		margin-top: 10px;
		padding-bottom: 10px;
		color: #ffffff; 
		font-size: 12px;
		height: 38px;
		letter-spacing: 1px;
		font-weight: bold;
	}
	
	#navcontainer ul li a
	{
		margin: 0;
		padding: 10px 10px;
		color: #000000;
		text-decoration: none;
		height: 30px;
		line-height: 30px;
		border-right: 1px solid #676767;
		border-left: 1px solid #676767;
	}
	
		#navcontainer ul li#specials a
		{
			background-image: url(../images/gift-icon.gif);
			background-repeat: no-repeat;
			background-position: 0% 50%;
			padding: 10px 10px 10px 37px;
			margin: 0;
			color: #000000;
			text-decoration: none;
			height: 30px;
			line-height: 30px;
			border-right: 1px solid #676767;
			border-left: 1px solid #676767;
		}
	
	#navcontainer ul li a:hover
	{
		background-color: #777152;
		color: #ffffff;
		height: 30px;
	}
	
		#navcontainer ul li#specials a:hover
		{
			background-image: url(../images/gift-icon.gif);
			background-repeat: no-repeat;
			background-position: 0% 50%;
			padding: 10px 10px 10px 37px;
			margin: 0;
			background-color: #F665AB;
			color: #ffffff;
			text-decoration: none;
			height: 30px;
			line-height: 30px;
			border-right: 1px solid #676767;
			border-left: 1px solid #676767;
		}
	
	li#current_link a:link,  li#current_link a:visited, li#current_link a:hover, li#current_link a:active
	{
		background-color: #ffffff;
		background-image: url(../images/current_link_bg.jpg) ;
		background-position: 50% 30%;
		background-repeat: no-repeat;
		color: #777152;
		font-weight: bold;
		height: 30px;
	}
	
		li#specials_current a:link,  li#specials_current a:visited, li#specials_current a:hover, li#specials_current a:active
		{
			padding: 10px 10px 10px 37px;
			background-color: #ffffff;
			background-image: url(../images/spec_current_link_bg.jpg) ;
			background-position: 50% 30%;
			background-repeat: no-repeat;
			color: #b42e6e;
			font-weight: bold;
			height: 30px;
		}

/* ///////////////////// */
/* End Navigation Styles */
/* ///////////////////// */

/* Music Player control */

#music_ctrl {
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 100;
	border: 1px solid #cccccc;
	background-color: #ededed;
	font-weight: bold;
	padding: 2px;
	line-height: 17px;
	width: 160px;
}

#music_ctrl p {
	padding: 0;
	margin: 2px;
}

#music_pop_wrap {
	height: 270px;
	width: 270px;
	margin: 0px auto;
	font-size: 14px;
	line-height: 20px;
}

/* Typography */

body {
	line-height: 18px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 3px;
}

p {
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 22px;
}

#main_content p {
	font-size: 14px;
	line-height: 24px;
}


/* Display Fixes */

/* This one is used for the hr below the slideshow on the home page. It adjusts so that the spacing is the same as the top hr. */
.marg_top_6 {
	margin-top: 6px;
}

.clr {
	clear: both ;
}

h1 {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 3px;
	padding: 0;
}

ol {
	list-style-type: none;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
}

hr {
	color: #cccccc;
	height: 1px;
	width: 300px;
	border: 0px;
}
