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

a {
	
	color: #3a90cc;
	
}

body {
	
	background: #000;
	
	margin: 0; padding: 0;
	
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 62.5%; /* this percentage is to set base font size control -- 1em = 10px, 1.2em =  12px */
	
}

img {

	margin: 0; padding: 0; border: 0; background: none;
	
}

p {

	margin: 0;
	
	padding: 0 0 10px 0;
	
	line-height: 160%;
	
	color: #948e81;
	
	font-size: 1.1em;
	
}

li {

	margin: 0;
	
	padding: 0 0 2px 0;
	
	line-height: 160%;
	
	color: #948e81;
	
	font-size: 1.1em;
	
}

h1 {

	margin: 0;
	
	padding: 0 0 10px 0;
	
	line-height: 160%;
	
	color: #888;
	
	font-size: 1.4em;
	
	font-weight: bold;
	
}

h2 {

	margin: 0;
	
	padding: 10px 0 0 0;
	
	line-height: 160%;
	
	color: #888;
	
	font-size: 1.1em;
	
	font-weight: bold;
	
}



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

.clear {

	clear: both;
	
}

.left {

	float: left;
	
	margin: 0; padding: 0;
	
}

.right {

	float: right;
	
	margin: 0; padding: 0;
	
}

.content {

	width: 1024px;
	
	position: relative;
	
	margin: 0 auto 0 auto;
	
	padding: 0;
	
}

.textbox {

	float: left;
	
	margin: 50px 0 50px 0;
	
	padding: 0 40px 0 40px;
	
	width: 260px;
	
	border-right: solid 1px #e3e0d8;
	
}

.textbox_last {

	float: left;
	
	margin: 50px 0 50px 0;
	
	padding: 0 40px 0 40px;
	
	width: 260px;
	
}

.interiortextbox {

	float: left;
	
	margin: 10px 0 30px 0;
	
	padding: 0 25px 0 25px;
	
	width: 460px;
	
}

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

#MainBodyContent {

	width: 100%;
	
	margin: 20px 0 0 0;
	
	padding: 0;
	
	background: #f7f5f1 url("../images/bg_MainBodyContent.jpg") repeat-x;
	
}

#InteriorBodyContent {

	width: 100%;
	
	margin: 20px 0 0 0;
	
	padding: 0;
	
	background: #f7f5f1;
	
}

#Header {
	
	position: relative;

	margin: 0 auto 0 auto;
	
	padding: 65px 0 0 0;
	
	background: #f7f5f1 url("../images/bg_Header.jpg") top left no-repeat;
	
	height: 130px;
	
	width: 1024px;
	
}

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

#PhotoNav {

	position: relative;

	width: 100%;
	
	margin: 0;
	
	padding: 0;
	
	background: #fff;
	
	height: 240px;
	
}

#PhotoNav .content {

	border-top: solid 1px #fff;
	
}

#PhotoNav .content ul {

	margin: 15px 0 0 10px; padding: 0;
	
	position: relative;
	
	list-style-type: none;
	
}

#PhotoNav .content ul li {

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

#PhotoNav .content li a {

	display: block;
	
	float: left;

	text-indent: -9000px;
	
	text-decoration: none;
	
	overflow: hidden;
	
	width: 201px;
	
	height: 206px;
	
}

#PhotoNav li#portrait a {

	background: #fff url("../images/img_hp_portrait.jpg") 0 0 no-repeat;
	
}
	
#PhotoNav li#portrait a:hover {

	background: #fff url("../images/img_hp_portrait.jpg") 0 -206px no-repeat;
	
}

#PhotoNav li#wedding a {

	background: #fff url("../images/img_hp_wedding.jpg") 0 0 no-repeat;
	
}
	
#PhotoNav li#wedding a:hover {

	background: #fff url("../images/img_hp_wedding.jpg") 0 -206px no-repeat;
	
}

#PhotoNav li#product a {

	background: #fff url("../images/img_hp_product.jpg") 0 0 no-repeat;
	
}
	
#PhotoNav li#product a:hover {

	background: #fff url("../images/img_hp_product.jpg") 0 -206px no-repeat;
	
}

#PhotoNav li#vehicle a {

	background: #fff url("../images/img_hp_vehicle.jpg") 0 0 no-repeat;
	
}
	
#PhotoNav li#vehicle a:hover {

	background: #fff url("../images/img_hp_vehicle.jpg") 0 -206px no-repeat;
	
}

#PhotoNav li#architecture a {

	background: #fff url("../images/img_hp_architecture.jpg") 0 0 no-repeat;
	
}
	
#PhotoNav li#architecture a:hover {

	background: #fff url("../images/img_hp_architecture.jpg") 0 -206px no-repeat;
	
}

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

#BodyText {

	position: relative;

	width: 1024px;
	
	margin: 0 auto 0 auto;
	
	padding: 0;
	
	background: #f7f5f1 url("../images/bg_BodyText.jpg") top left no-repeat;
	
}

#BodyText ul {

	margin: 0; padding: 10px 0 0 15px;
	
	list-style-type: square;
	
}

#BodyText ul.green a {

	padding: 1px;
	
	color: #2ea39f;
	
	text-decoration: none;
	
}

#BodyText ul.green a:hover {

	padding: 1px;
	
	background: #2ea39f;
	
	color: #fff;
	
	text-decoration: none;	
	
}

#BodyText ul.blue a {

	padding: 1px;
	
	color: #238dc8;
	
	text-decoration: none;	
	
}

#BodyText ul.blue a:hover {

	padding: 1px;
	
	background: #238dc8;
	
	color: #fff;
	
	text-decoration: none;	
	
}

#BodyText ul.orange a {

	padding: 1px;
	
	color: #ca7108;
	
	text-decoration: none;	
	
}

#BodyText ul.orange a:hover {

	padding: 1px;
	
	background: #ca7108;
	
	color: #fff;
	
	text-decoration: none;	
	
}

#BodyText ul.green li { color: #2ea39f }
#BodyText ul.blue li { color: #238dc8; }
#BodyText ul.orange li { color: #ca7108 }

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

#BottomText {

	position: relative;

	width: 1024px;
	
	margin: 0 auto 10px auto;
	
	padding: 0;
	
	background: transparent;
	
}

#BottomText ul {

	margin: 0; padding: 10px 0 0 15px;
	
	list-style-type: square;
	
}

#BottomText a {

	padding: 1px;
	
	color: #c8c2b4;
	
	text-decoration: none;
	
}

#BottomText a:hover {

	padding: 1px;
	
	background: #c8c2b4;
	
	color: #000;
	
	text-decoration: none;	
	
}

#BottomText .textbox {

	border: none;
	
}

#BottomText2 {

	position: relative;

	width: 1024px;
	
	margin: 0 auto 10px auto;
	
	padding: 0;
	
	background: transparent;
	
}

#BottomText2 ul {

	margin: 0; padding: 10px 0 0 15px;
	
	list-style-type: square;
	
}

#BottomText2 a {

	padding: 1px;
	
	color: #c8c2b4;
	
	text-decoration: none;
	
}

#BottomText2 a:hover {

	padding: 1px;
	
	background: #c8c2b4;
	
	color: #000;
	
	text-decoration: none;	
	
}

#BottomText2 .textbox {

	border: none;
	width: 425px;
	
}

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

#InteriorContainer {

	position: relative;

	width: 100%;
	
	margin: 0;
	
	padding: 0;
	
	background: transparent url("../images/bg_InteriorHeadings.jpg") repeat-x;
	
}

#InteriorText {

	position: relative;

	width: 1024px;
	
	margin: 0 auto 0 auto;
	
	padding: 0;
	
	background: transparent url("../images/bg_InteriorText.jpg") repeat-y;
	
}

#InteriorContainer .content { vertical-align: middle; }

#InteriorText ul, #InteriorText ol {

	margin: 0; padding: 10px 0 0 15px;
	
}

#InteriorNav {

	position: relative;

	width: 100%;
	
	margin: 0;
	
	padding: 0;
	
	height: 165px;
	
	background: transparent url("../images/bg_InteriorNav.jpg") repeat-x;
	
}

#InteriorMenu {

	position: relative;

	width: 1024px;
	
	height: 40px;
	
	text-align: center;
	
	margin: 0 auto 0 auto;
	
	padding: 0;
	
	background: transparent url("../images/bg_InteriorMenu.jpg") top left no-repeat;
	
}

#InteriorMenu ul {

	margin: 0 0 0 224px; padding: 0;
	
	position: relative;
	
	list-style-type: none;
	
}

#InteriorMenu ul li {

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

#InteriorMenu li a {

	display: block;
	
	float: left;

	text-indent: -9000px;
	
	text-decoration: none;
	
	overflow: hidden;
	
	width: 190px;
	
	height: 40px;
	
}

#InteriorMenu li#Rates a {

	background: transparent url("../images/img_int_rates.jpg") 0 0 no-repeat;
	
}

#InteriorMenu li#Rates_On a {

	background: transparent url("../images/img_int_rates.jpg") 0 -80px no-repeat;
	
}

#InteriorMenu li#Rates_On a:hover {

	background: transparent url("../images/img_int_rates.jpg") 0 -80px no-repeat;
	
}
	
#InteriorMenu li#Rates a:hover {

	background: transparent url("../images/img_int_rates.jpg") 0 -40px no-repeat;
	
}

#InteriorMenu li#Apply a {

	background: transparent url("../images/img_int_apply.jpg") 0 0 no-repeat;
	
}

#InteriorMenu li#Apply_On a {

	background: transparent url("../images/img_int_apply.jpg") 0 -80px no-repeat;
	
}

#InteriorMenu li#Apply_On a:hover {

	background: transparent url("../images/img_int_apply.jpg") 0 -80px no-repeat;
	
}
	
#InteriorMenu li#Apply a:hover {

	background: transparent url("../images/img_int_apply.jpg") 0 -40px no-repeat;
	
}

#InteriorMenu li#Book a {

	background: transparent url("../images/img_int_book.jpg") 0 0 no-repeat;
	
}

#InteriorMenu li#Book_On a {

	background: transparent url("../images/img_int_book.jpg") 0 -80px no-repeat;
	
}

#InteriorMenu li#Book_On a:hover {

	background: transparent url("../images/img_int_book.jpg") 0 -80px no-repeat;
	
}
	
#InteriorMenu li#Book a:hover {

	background: transparent url("../images/img_int_book.jpg") 0 -40px no-repeat;
	
}

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

#GalleryContainer {

	position: relative;

	width: 100%;

	margin: 0;
	
	padding: 0;
	
	background: #fff;
	
	font-size: 0px; 
	
}

#GalleryContent {

	position: relative;
	
	display: block;

	width: 1024px;
	
	height: 525px;
	
	margin: 0 auto 0 auto;
	
	padding: 0;
	
	font-size: 0px; 
	
	background: transparent;
	
}

#GalleryContent ul, #GalleryContent ol {

	margin: 0; padding: 10px 0 0 15px;
	
}

#GalleryNav {

	position: relative;

	width: 100%;
	
	margin: 0;
	
	padding: 0;
	
	background: transparent url("../images/bg_GalleryNav.jpg") repeat-x;
	
}

#GalleryNav .content {

	padding: 50px 20px 50px 20px;
}

#GalleryMenu {

	position: relative;

	width: 1024px;
	
	height: 40px;
	
	text-align: center;
	
	margin: 0 auto 0 auto;
	
	padding: 0;
	
	background: transparent;
	
}

#GalleryMenu ul {

	margin: 0 0 0 34px; padding: 0;
	
	position: relative;
	
	list-style-type: none;
	
}

#GalleryMenu ul li {

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

#GalleryMenu li a {

	display: block;
	
	float: left;

	text-indent: -9000px;
	
	text-decoration: none;
	
	overflow: hidden;
	
	width: 190px;
	
	height: 40px;
	
}

#GalleryMenu li#GPortrait a {

	background: transparent url("../images/img_int_portrait.jpg") 0 0 no-repeat;
	
}

#GalleryMenu li#GPortrait_On a {

	background: transparent url("../images/img_int_portrait.jpg") 0 -80px no-repeat;
	
}

#GalleryMenu li#GPortrait_On a:hover {

	background: transparent url("../images/img_int_portrait.jpg") 0 -80px no-repeat;
	
}
	
#GalleryMenu li#GPortrait a:hover {

	background: transparent url("../images/img_int_portrait.jpg") 0 -40px no-repeat;
	
}

#GalleryMenu li#GWedding a {

	background: transparent url("../images/img_int_wedding.jpg") 0 0 no-repeat;
	
}

#GalleryMenu li#GWedding_On a {

	background: transparent url("../images/img_int_wedding.jpg") 0 -80px no-repeat;
	
}

#GalleryMenu li#GWedding_On a:hover {

	background: transparent url("../images/img_int_wedding.jpg") 0 -80px no-repeat;
	
}
	
#GalleryMenu li#GWedding a:hover {

	background: transparent url("../images/img_int_wedding.jpg") 0 -40px no-repeat;
	
}

#GalleryMenu li#GProduct a {

	background: transparent url("../images/img_int_product.jpg") 0 0 no-repeat;
	
}

#GalleryMenu li#GProduct_On a {

	background: transparent url("../images/img_int_product.jpg") 0 -80px no-repeat;
	
}

#GalleryMenu li#GProduct_On a:hover {

	background: transparent url("../images/img_int_product.jpg") 0 -80px no-repeat;
	
}
	
#GalleryMenu li#GProduct a:hover {

	background: transparent url("../images/img_int_product.jpg") 0 -40px no-repeat;
	
}

#GalleryMenu li#GVehicle a {

	background: transparent url("../images/img_int_vehicle.jpg") 0 0 no-repeat;
	
}

#GalleryMenu li#GVehicle_On a {

	background: transparent url("../images/img_int_vehicle.jpg") 0 -80px no-repeat;
	
}

#GalleryMenu li#GVehicle_On a:hover {

	background: transparent url("../images/img_int_vehicle.jpg") 0 -80px no-repeat;
	
}
	
#GalleryMenu li#GVehicle a:hover {

	background: transparent url("../images/img_int_vehicle.jpg") 0 -40px no-repeat;
	
}

#GalleryMenu li#GArchitecture a {

	background: transparent url("../images/img_int_architecture.jpg") 0 0 no-repeat;
	
}

#GalleryMenu li#GArchitecture_On a {

	background: transparent url("../images/img_int_architecture.jpg") 0 -80px no-repeat;
	
}

#GalleryMenu li#GArchitecture_On a:hover {

	background: transparent url("../images/img_int_architecture.jpg") 0 -80px no-repeat;
	
}
	
#GalleryMenu li#GArchitecture a:hover {

	background: transparent url("../images/img_int_architecture.jpg") 0 -40px no-repeat;
	
}


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

#Footer {

	position: relative;

	width: 1024px;
	
	margin: 0 auto 0 auto;
	
	padding: 0;
	
	background: transparent;
	
}

