

/* ------------------------------------------------------------------------------------------- */
/* Main Attributes */
/* ------------------------------------------------------------------------------------------- */


a {
	
	color: black;
	
	text-decoration: none;
	
}

a:hover {

	border-bottom: dotted 1px black;
	
}

a:visited {

	color: #547728;
	
}

body {
	
	background: transparent url("../images/bg_main.png");
	
	margin: 0; padding: 0;
		
	font-size: 62.5%; /* this percentage is to set base font size control -- 1em = 10px, 1.2em =  12px */
	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}

p {

	margin: 0;
	
	padding: 0 0 10px 0;
	
	line-height: 170%;
	
	color: #333;
	
	font-size: 1.4em;
	
}

label {
	
	font-size: 1.4em;
	
	margin-top: 5px;
	
}

form input.text, form textarea  { width: 310px; border: 1px solid #d9d9d9; background: #ECECEC; margin-bottom: 5px; }
fieldset, form { border: 0; margin: 0; padding: 0; display: inline; }
form p { margin: 0;}
form input { text-align: left;}



/* ------------------------------------------------------------------------------------------- */
/* Class Attributes */
/* ------------------------------------------------------------------------------------------- */

.clear {

	clear: left;
	
	margin: 0; padding: 0;
	
	font-size: 0em;
	
}

.left {

	float: left;
		
}

.right {

	float: right;
		
}

.content {
	
	padding: 30px;
	
}

.main_image img {
	
	border: solid 1px #ccc;
	
}

.contact_info {
	
	width: 810px;
	
	margin-left: 30px;
	
}

.main_nav {
	
	margin: 0;
	
	width: 471px;
	
}

.main_nav ul {

	position: relative;

	margin: 0;
	
	padding: 0;
	
	background: transparent url("../images/nav_matrix_main.png") top center no-repeat;
	
	width: 471px;
	
	height: 72px;
	
	list-style-type: none;

}

.main_nav ul li {

	display: inline;
	
	margin: 0; padding: 0;
	
}

.main_nav li a {

	display: block;
	
	float: left;

	text-indent: -9000px;
	
	text-decoration: none;
	
	overflow: hidden;
	
	width: 471px;
	
	height: 72px;
	
	border: none;
	
	text-decoration: none;
	
}

.main_nav li#portfolio a {

	background: url("../images/nav_matrix_main.png") 0 0 no-repeat;
	
}
	
.main_nav li#portfolio a:hover {

	background: url("../images/nav_matrix_main.png") -471px 0px no-repeat;
	
}


.main_nav li#contact a {

	background: url("../images/nav_matrix_main.png") 0 -72px no-repeat;
	
}
	
.main_nav li#contact a:hover {

	background: url("../images/nav_matrix_main.png") -471px -72px no-repeat;
	
}

.sub_nav {
	
	position: absolute;
	
	bottom: 30px;
	
	left: 30px;
	
	margin: 0;
	
	width: 281px;
	
}

.sub_nav ul {

	position: relative;

	margin: 0;
	
	padding: 0;
	
	background: transparent url("../images/nav_matrix_sub.png") top center no-repeat;
	
	width: 281px;
	
	height: 19px;
	
	list-style-type: none;

}

.sub_nav ul li {

	display: inline;
	
	margin: 0; padding: 0;
	
}

.sub_nav li a {

	display: block;
	
	float: left;

	text-indent: -9000px;
	
	text-decoration: none;
	
	overflow: hidden;
	
	height: 19px;
	
	border: none;
	
	text-decoration: none;
	
}

.sub_nav li#home a {

	background: url("../images/nav_matrix_sub.png") 0 0 no-repeat;
	
	width: 75px;
	
}
	
.sub_nav li#home a:hover {

	background: url("../images/nav_matrix_sub.png") 0 -19px no-repeat; 
	
}


.sub_nav li#portfolio a {

	background: url("../images/nav_matrix_sub.png") -75px 0 no-repeat;
	
	width: 112px;
	
}
	
.sub_nav li#portfolio a:hover {

	background: url("../images/nav_matrix_sub.png") -75px -19px no-repeat; 
	
}

.sub_nav li#portfolio_on a, .sub_nav li#portfolio_on a:hover {

	background: url("../images/nav_matrix_sub.png") -75px -19px no-repeat;
	
	width: 112px;
	
}

.sub_nav li#contact a {

	background: url("../images/nav_matrix_sub.png") -187px 0 no-repeat;
	
	width: 94px;
	
}
	
.sub_nav li#contact a:hover {

	background: url("../images/nav_matrix_sub.png") -187px -19px no-repeat; 
	
}


.sub_nav li#contact_on a, .sub_nav li#contact_on a:hover {

	background: url("../images/nav_matrix_sub.png") -187px -19px no-repeat;
	
	width: 94px;
	
}

.gallery ul li {

	display: inline;
	
	margin: 0; padding: 0;
	
}

.gallery li a {

	display: block;
	
	float: left;
	
	margin-right: 14px;
	
	margin-bottom: 20px;
	
	padding: 1px 1px 0px 1px;
	
	border: solid 1px #e0e0e0;
	
}

.gallery li.last a {

	display: block;
	
	float: left;
	
	margin-right: 0px;
	
	margin-bottom: 20px;
	
	padding: 1px 1px 0px 1px;
	
	border: solid 1px #e0e0e0;
	
}

.gallery li a:hover, .gallery li.last a:hover {
	
	border: solid 1px #333;
	
	background: #333;
	
}

.title {
	
	margin-bottom: 10px;
	
}

/* ------------------------------------------------------------------------------------------- */
/* ID Attributes */
/* ------------------------------------------------------------------------------------------- */

#Container {

	background: #fff url("../images/lori_andrews_interiors.png") bottom right no-repeat;
	
	position: relative;

	margin: 4% auto 0 auto;
	
	padding: 0;
	
	border: solid 1px #ccc;
	
	width: 1080px;
	
	height: 560px;
	
	overflow: hidden;
	
}




