/* CSS Document */

html, body {
	padding:0px;
	margin:0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: black;
}

#container {
	margin: 10px auto 0 auto;
	width:760px;
	position: relative;
	border: 1px solid #666666;
}

#bottomNavigation {
	height: 45px;
	border-top: 8px solid #650106;
	border-bottom: 3px solid #650106;
	background-image: url(Images/bottomNavBG.gif);
	color: white;
	clear: both;
}

#bottomNavigation ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#bottomNavigation li {
	color: white;
	display: inline;
	padding: 0 15px 0 50px;
}

#bottomNavigation li a {
	color: white;
}

#footer {
	margin: 1px auto 10px auto;
	height: 12px;
	width: 755px;
	padding: 2px 2px 20px 5px;
	font-size: 10px;
	color: white;
}

#copyright {
	float: left;
}

#tagLine {
	float: right;
	text-align: right;
	margin-right: 5px;
}

#tagLine a {
	color: orange;
	font-weight: bold;
}

#phone {
	position: absolute;
	right: 0;
	padding: 73px 30px 0 0;
	color: white;
}

#navbar {
	height: 29px;
	width: 100%;
	background-image:url(Images/topNavBG.jpg);
}

#navbar ul {
	list-style: none;
	margin: 0;
	padding: 6px 0 0 0;
}

#navbar li {
	color: white;
	display: inline;
	padding: 0 15px 0 50px;
}

#navbar li a {
	color: white;
}

#leftColumn {
	width: 179px;
	position: relative;
	float: left;
	border-right: 1px solid #650106;
}

#leftNav {
	background-image: url(Images/leftNavBG.jpg);
	background-repeat: no-repeat;
	background-color: #2e2626;
}

#leftNav ul {
	margin: 15px 0 20px 0;
	padding: 40px 0 0 5px;
	list-style: none;
}

#leftNav li {
	color: white;
	background: url(Images/leftNavDivider.jpg) bottom no-repeat;
	padding: 0 0 2px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 6px 0 10px 0;
}

#leftNav a {
	color: white;
}

#innerContainer {
	position: relative;
}

#content 
{
    float: right;
	color: white;
	width: 560px;
	position: relative;
	padding: 10px 10px 0 0;
}

#content a 
{
    color: White;
}

#content a:hover
{
    color: Red;
}

#content-home {
	background-image: url(Images/cabinetsBG.jpg);
	background-repeat: no-repeat;
	background-position: 280px 300px;
}

#content p {
	line-height: 22px;
	*line-height: 19px;
}

#content-home ul {
	list-style-image: url(Images/redDot.gif);
}

#content-home ul li 
{
    margin-bottom: 10px;
}

#homeSpecial {
	padding: 15px 5px 0 5px;
	color: white;
}

#homeSpecial a {
	color: white;
}

.featuresTable 
{
    color: Black;
}

#photoList {
	padding: 0;
	margin: 0;
}

#photoList ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#photoList ul li img {
	border: 1px solid white;
	margin: 10px;
}

#photoList ul li {
	display: inline;
	padding: 0;
	margin-right: 5px;
	*margin-right: 12px;
}

#photoList ul li a {
	color: White;
}

#photoList ul li a:hover {
	color: Red;
}

#ctl00_ContentPlaceHolder1_pnlSpecial 
{
    margin: 20px 0;
}
