/**
 * Savoy Stables
 * 
 */


/*
 	Layout 	
*/

html, body
{
	background-color: #DDD;
	background-image: url(../images/bg-tile.gif);
	margin: 0;
	padding: 0;
	height: 100%;
}

#main-container
{
	text-align: center;
}

#outer-container
{
	width: 988px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/logo-overlap.gif);
	background-repeat: no-repeat;
}

#main-inner
{
	text-align: center;
}

#inner-stroke
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #32312e;
	background-image: url(../images/side-border.gif);
	background-repeat: repeat-x;
}

#inner-container
{
	margin-left: 1px;
	margin-right: 1px;
}

#header
{
	height: 228px;
	background-color: #32312e;
	background-image: url(../images/side-border.gif);
	margin: 0;
	padding: 0;
}

#header img
{
	border: 0;
}

#header-top
{
	height: 29px;
	background-image: url(../images/header-tile.gif);
	background-repeat: repeat-x;
}

#header-mid
{
	height: 153px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#header-btm
{
	height: 16px;	
	background-image: url(../images/header-btm.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#menu
{
	height: 30px;
	background-image: url(../images/menu-tile.gif);	
	background-repeat: repeat-x;
}

#content-container
{
	margin: 0;
	padding: 0;
	background-image: url(../images/body-tile.gif);
	background-repeat: repeat-y;
}

#content-box
{
	width: 875px;
	padding-top: 10px;
	margin-left: 34px;
	margin-right: 34px;
	text-align: left;
	overflow: hidden;
}
	

#content img
{	
	border-width: 3px;
	border-color: #c4c0b0;
	margin-right: 10px;
	overflow: hidden;
}

#content a:hover img
{
	border-color: #640839;
}

#content p
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000;
}

#footer
{
	height: 28px;
	background-image: url(../images/footer-tile.gif);
	background-repeat: repeat-x;
	text-align: center;
}




/*
	Content
*/


.bullet
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.div
{
	width: auto;
	height: 1px;
	background-color: #c1beb2;
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}

li
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-left: 20px;
}

#gallery img
{
	margin-top: 5px;
	margin-left: 2px;
	margin-right: 2px;
}


/*	
	Fonts	
*/

h1
{
	font-family: Times New Roman, serif;
	font-size: 15px;
	font-weight: normal;
	color: #640839;
	text-indent: 6px;
	line-height: 30px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	height: 28px;
	background-color: #666;
	background-image: url(../images/subhead-tile.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}

h2
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;	
	color: #68083b;
	padding-top: 0px;
	padding-bottom: 0px;
}

h3
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 0px;
	color: #605f57;
	padding-top: 0px;
	padding-bottom: 5px;
}

#calendar h3
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 3px;
	color: #605f57;
	padding-top: 0px;
	padding-bottom: 0px;
}

#packages
{
	margin-top: -10px;
	padding: 10px;
	width: 330px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000;
}

#packages h2
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #68083b;
	line-height: 5px;
	padding-top: 1px;
	padding-bottom: 0px;
}

#packages h3
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #605f57;
	line-height: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#packages p
{
	margin-bottom: 5px;
}

.phonename
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #68083b;
	line-height:15px;
}

.phone
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #605f57;
	line-height:15px;
}


p
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000;
}
	
.form-wt
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FFF;
}

.form-tan
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #c3c0b0;
}

.form-phone
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}