/*	Main CSS Style Sheet for Marshall Interiors
*	Copyright 2007 TDS Media
*	www.tdsmedia.com
*/

/* Sets all margins and padding to 0 to override browser defaults */
* {
	margin: 0;
	padding: 0;
}

/*main tag styles */
.hideMe {
	display: none;
}

a:link 		{color: #FFFFFF; text-decoration: none;}
a:visited 	{color: #FFFFFF; text-decoration: none;}
a:hover 	{color: #FFFFFF; text-decoration: underline;}
a:active 	{color: #FFFFFF; text-decoration: underline;}

body {
	background-color: #878679;
	min-height: 100%;
    width: 100%;
    height: 100%;
}

html, table {
    min-height: 100%;
    width: 100%;
    height: 100%
}
	
.underline
{
	text-decoration: underline;
}


h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

p {
	margin: 15px 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

h3 {
	margin: 15px 0 15px 0;
}


/*div layout styles*/
#container {
	margin: 0 auto 0 auto;
	width: 800px;
	height: 600px;
	background-color: #FFFFFF;
	/*border: #D6D0C2 1px solid;*/
	border: #333333 1px solid;
}	

#leftColumn {
	/*width: 391px;*/
	width: 361px;
	height: 600px;
	background-image: url(../images/leftColumn-bkGround.jpg);
	padding: 0 0 0 30px;
	float: left;
}

#leftColumnPortfolio {
	/*width: 391px;*/
	width: 361px;
	height: 600px;
	background-image: url(../images/leftColumn-bkGr-port.jpg);
	padding: 0 0 0 30px;
	float: left;
}

#rightColumn {
	width: 409px;
	height: 600px;
	background-image: url(../images/rightColumn-bkGround.jpg);
	float: left;
}

#rightColumnContent {
	width: 409px;
	height: 600px;
	background-image: url(../images/rightCol-bkG-content.jpg);
	float: left;
}

#flashContent {
	width: 381px;
	height: 317px;
	/*width: 355px;
	height: 317px;*/
	margin: 145px 0 10px 18px;
	/*border: #CCCCCC 1px solid;*/
	/*padding: 20px 20px 0 0;*/
}

#flashContent p {
	margin: 15px;
} 


#animatedGIF {
	margin: 25px 0 0 115px;
}

#content {
	/*width: 381px;
	height: 317px;*/
	width: 355px;
	height: 317px;
	margin: 145px 0 10px 18px;
	/*border: #CCCCCC 1px solid;*/
	padding: 20px 20px 0 10px;
}


#navBar {
	margin: 112px 0 45px -15px;
	width: 375px;
}

#nav {
	margin: 0 0 0 20px;
}


/*navigation tag styles*/

/*Styles for the navigation bar*/
#navBar ul {
}

#navBar li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	border-right: 1px #FFFFFF solid;	
	padding: 0px 10px 0px 10px;
	display: inline;
	list-style: none;
}

#navBar li:hover {
	text-decoration: underline;
}

#navBar .current {
	text-decoration: underline;
}

#navBar .currentLast {
	text-decoration: underline;
	border-right: none;
}

#navBar .last {
	border-right: none;
}

/*Styles for the big nav buttons on the home page*/

#nav ul {
}

#nav li {
	margin: 18px 0 10px 0;
	padding: 4px 0 0 10px;
	height: 30px;
	width: 165px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(../images/bigNavButton.gif);
	background-repeat: no-repeat;	
	text-decoration: none;
	list-style: none;
}


#nav li:hover {
	background-image:url(../images/bigNavButton-down.gif);
	color: #625C4C
}

#nav a:hover  {color: #625C4C; text-decoration: none;}
#nav a:active  {color: #625C4C; text-decoration: none;}

#nav .current {
	background-image:url(../images/bigNavButton-down.gif);
	color: #625C4C
}

#navBar .subNav {
	background-image: none;
	/*padding: 0 0 0 0;*/
	margin: 20px 0 0 30px;
	border: none;
	color: #625C4C;
	font-size: 12px;
}

#navBar .subNav a {
	color: #625C4C;
}

/*#nav .subNav:hover {
	background-image: none;
	margin: inherit, inherit, inherit, 45;
}*/

#portfolioCaption {
	width: 350px;
	height: 100px;
	margin: 25px 0 0 45px;
}

#portfolioCaption p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #000000;
	font-size: 12px;
	text-align: center;
}

#footer {
	margin: 175px 0 0 25px;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

#footer a:link 		{color: #CCCCCC; text-decoration: none;}
#footer a:visited 	{color: #CCCCCC; text-decoration: none;}
#footer a:hover 	{color: #CCCCCC; text-decoration: underline;}
#footer a:active 	{color: #CCCCCC; text-decoration: none;}


