/* Generic tags
	----------------------------------------
	The following styles will apply to all 
	standard tags throughout the site */

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body {
	background: #f4f4f4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: #666666;
}
a {
	color: #ea898e;
	text-decoration: none;
}
h1,h2,h3,h4,h5 {
	font-weight: normal;
}
a h2 {
	background: transparent url("../interface/background_h2_link.gif") no-repeat 0% 50%;
	padding: 0px 0px 0px 18px;
}
a:hover h2 {
	color: #000000;
	background: transparent url("../interface/background_h2_hover.gif") no-repeat 0% 50%;
}
p {
	color: #666666;
	text-align: justify;
}

blockquote {
	font-size: 140%;
	line-height: 130%;
	padding: 20px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin: 30px 0px 30px 0px;
	color: #a4a4a4;
}
address {
	font-style: normal;
	font-size: 100%;
	/*
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #dddddd;
	margin: 10px 0px 0px 0px;
	*/
}

/* Shared Classes
	----------------------------------------
	The following classes are styles related
	that are commonly used throughout the 
	site */

.hidden { display: none; }
.clear { clear: both; }
.clearLeft { clear: left; }
.right { float: right; }
.left { float: left; }
.c { margin: 0px auto; width: 900px;}
.divider {
	display: block;
	border-top: 1px solid #dddddd;
	padding: 5px 0px 0px 0px;
	margin: 20px 0px 30px 0px;
	clear: both;
}

.icon {	padding: 0px 0px 0px 21px; }
.pdf { 	background: transparent url("../interface/background_h2_link.gif") no-repeat 0% 50%; }

/* (mc) Main Container
 	----------------------------------------
	The following classes are styles related
	to and within a (mc) container */

#mc {
	width: 100%;
	margin: 0px auto;
}

/* (h) Header
 	----------------------------------------
	The following classes are styles related
	to and within a (h) container */

#h {
	background: #000000;
	padding: 25px 0px 20px 0px
}

#h h1 {
	display: block;
	height: 35px;
	width: 205px;
	background: transparent url("../interface/background_h_h1.gif") no-repeat 0% 0%;
	float: left;
	margin: 0px 0px 0px 30px;
}
#h h1 span {
	display: none;
}
#h strong {
	font-size: 90%;
	color: #404040;
	float: left;
	margin: 8px 0px 0px 5px;
	font-weight: normal;
}

#h dl {
	float: right;
	font-size: 110%;
	margin: 10px 0px 0px 0px;
}
#h dl dt {
	display: none;
}
#h dl dd {
	float: left;
	margin: 0px 2px 0px 2px;
}
#h dl dd a {
	display: block;
	color: #e7e7e7;
	text-decoration: none;
	background: transparent url("../interface/background_h_dl.gif") no-repeat 0% 0%;
	padding: 0px 0px 3px 0px;
}
#h dl dd a span {
	display: block;
	background: transparent url("../interface/background_h_dl.gif") no-repeat 100% 0px;
	padding: 0px 6px 3px 6px;
}
#h dl .active a {
	color: #000000;
	background: transparent url("../interface/background_h_dl.gif") no-repeat 0px -200px;
}
#h dl .active a span {
	display: block;
	background: transparent url("../interface/background_h_dl.gif") no-repeat 100% -200px;
}
#h dl dd a:hover {
	color: #ffffff;
	background: transparent url("../interface/background_h_dl.gif") no-repeat 0px -100px;
}
#h dl dd a:hover span {
	display: block;
	background: transparent url("../interface/background_h_dl.gif") no-repeat 100% -100px;
}

/* (l) Login
 	----------------------------------------
	The following classes are styles related
	to and within a (l) container */
	
#l {
	background: transparent url("../interface/background_l.gif") no-repeat 0% 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px 10px 5px 10px;
	text-align: right;
	font-size: 90%;
}
#l a {
	text-decoration: none;
	color: #cdcdcd;
}
#l a:hover {
	color: #ffffff;
}
#l .l1 {
	background: transparent url("../interface/background_l1.gif") no-repeat 100% 50%;
	padding: 0px 22px 0px 0px;
}

/* (s) Spotlight
 	----------------------------------------
	The following classes are styles related
	to and within a (s) container */
	
#s {
	background: #000000 url("../interface/background_s.gif") repeat-x 0% 0%;
}


/* (c) Content
 	----------------------------------------
	The following classes are styles related
	to and within a (s) container */
	
#c {
	line-height: 150%;
}

/* (p) Pods
 	----------------------------------------
	The following classes are styles related
	to and within a (p) container */

.p {
	padding: 0px 20px 0px 20px;
}

.p50 {
	float: left;
	width: 400px;
}
.p30 {
	float: left;
	width: 220px;
}
.p70 {
	float: left;
	width: 580px;
}
.p h2 {
	color: #000000;
	font-size: 140%;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	text-transform: capitalize;
}
.p ol {
	float: right;
	font-size: 110%;
	margin: -20px 0px 0px 0px;
}
.p ol dt {
	display: none;
}
.p ol li {
	float: left;
	margin: 0px 2px 0px 2px;
}
.p ol li em {
	color: #b4b4b4;
}
.p ol li a {
	display: block;
	color: #868686;
	text-decoration: none;
	background: transparent url("../interface/background_p_ol.gif") no-repeat 0% 0%;
	padding: 0px 0px 3px 0px;
}
.p ol li a span {
	display: block;
	background: transparent url("../interface/background_p_ol.gif") no-repeat 100% 0px;
	padding: 0px 6px 3px 6px;
}
.p ol .active a {
	color: #000000;
	background: transparent url("../interface/background_p_ol.gif") no-repeat 0px -200px;
	cursor: default;
}
.p ol .active a span {
	display: block;
	background: transparent url("../interface/background_p_ol.gif") no-repeat 100% -200px;
}
.p ol li a:hover {
	color: #000000;
	background: transparent url("../interface/background_p_ol.gif") no-repeat 0px -100px;
}
.p ol li a:hover span {
	display: block;
	background: transparent url("../interface/background_p_ol.gif") no-repeat 100% -100px;
}

.p dl {
	list-style: none;
	margin: 5px 0px 10px 0px;
}
.p dl dt {
	color: #666666;
	font-size: 120%;
	padding: 10px 0px 5px 0px;
	text-transform: capitalize;
	border-bottom: 3px solid #e0e0e0;
}
.p dl dt small {
	color: #bcbcbc;
	float: right;
	font-size: 70%;
	display: none; /* hide */
}
.p dl dd {
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid #e0e0e0;
}
.p dl dd em {
	display: block;
	width: 300px;
	font-style: normal;
	color: #b1b1b1;
}

/*
.p dl dd ul {
	border: 1px solid #e0e0e0;
	background: #ededed;
}
.p dl dd ul li {
	padding: 2px 40px 2px 28px;
	border-bottom: 1px solid #e0e0e0;
	background-image: url("../interface/add.gif");
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.p dl dd ul .o {
	background-color: #ededed;
}
.p dl dd ul .e {
	background-color: #f4f4f4;
}
*/

/*
.x20x24x1 { background: transparent url("../images/x20x24x1.gif") no-repeat 50% 30%; }
.x16x20x1 { background: transparent url("../images/x16x20x1.gif") no-repeat 50% 30%; }
.x11x14x1 { background: transparent url("../images/x11x14x1.gif") no-repeat 50% 30%; }
.x8x10x1 { background: transparent url("../images/x8x10x1.gif") no-repeat 50% 50%; }
.x8x10x2 { background: transparent url("../images/x8x10x2.gif") no-repeat 50% 50%; }
.x8x10x4 { background: transparent url("../images/x8x10x4.gif") no-repeat 50% 50%; }
.x5x7x1 { background: transparent url("../images/x5x7x1.gif") no-repeat 50% 50%; }
.x5x7x2 { background: transparent url("../images/x5x7x2.gif") no-repeat 50% 50%; }
.x5x7x4 { background: transparent url("../images/x5x7x4.gif") no-repeat 50% 50%; }
.x5x7x6 { background: transparent url("../images/x5x7x6.gif") no-repeat 50% 50%; }
.x5x7x8 { background: transparent url("../images/x5x7x8.gif") no-repeat 50% 50%; }
*/


.illustration {
	float: left;
	background-image: url("../interface/loading.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0px 0px 25px 0px;
}
.portrait {
	background-color: #ffffff;
	padding: 10px;
	margin: 5px 20px 20px 0px;	
}
.price {
	background: #dfdfdf url("../interface/background_price.gif") no-repeat 0% 50%;
	padding: 0px 4px 0px 17px;
	float: right;
	/*width: 55px;*/
	text-align: right;
	margin: 0px 10px 0px 0px;
}
.toggler {
	font-weight: normal;
	padding: 0px 0px 0px 16px;
	cursor: pointer;
	background: transparent url("../interface/background_h2_link.gif") no-repeat 0% 50%;
	color: #ea898e;
}
.toggler:hover {
	background: transparent url("../interface/background_h2_hover.gif") no-repeat 0% 50%;
	text-decoration: underline;
}
.element {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}
.element h4 {
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}
.element strong {
	display: block;
	font-size: 100%;
	border-bottom: 1px solid #dddddd;
	margin: 10px 0px 2px 0px;
	font-weight: normal;
}
.element ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	list-style: disc;
}
.element ul li {
	list-style: disc;
}
.button {
	height: 30px;
	width: 180px;
	margin: -10px 0px 0px 0px;
}
.button span{
	display: none;
}
.information {
	float: right;
	background: transparent url("../interface/button_information.gif") no-repeat 0% 0%;
}
.alert {
	background: #fafafa url("../interface/information.gif") no-repeat 10px 10px;
	border: 1px solid #f1f1f1;
	display: block;
	padding: 8px 60px 8px 35px;
	color: #ababab;
	line-height: 110%;
}


/* (f) Footer
 	----------------------------------------
	The following classes are styles related
	to and within a (f) container */
	
#f {
	color: #999999;
	margin: 10px 0px 100px 0px;
	padding: 10px 0px 0px 0px;
}
#f .right {
	width: 350px;
	text-align: right;
}



/*  Special Panels
 	----------------------------------------
	The following classes are styles related
	to and within a specific container */
	
.specials {
	padding: 20px 30px 20px 30px;
	margin: 0px 0px 40px 0px;
	background: #e8e8e8 url("../interface/special_spring.gif") no-repeat 95% 50%;
	border: 1px solid #d7d7d7;
}
.specials h2 {
	font-size: 140%;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	text-transform: capitalize;
}
.specials h2 span {
	display: none;
}
.sp {
	float: left;
	width: 230px;
	margin: 0px 9px 0px 0px;
}
.sp h3 {
	margin: 0px 0px 5px 0px;
}
.sp p {
	color: #949494;
	text-align: left;
}


/* (title) title
 	----------------------------------------
	The following classes are styles related
	to and within a (title) container */

.title { height: 60px; margin: 0px 0px 5px 0px;}
.title span { display: none; }

#about {background: transparent url("../interface/title_about.gif") no-repeat 0% 100%;}
#gallery {background: transparent url("../interface/title_gallery.gif") no-repeat 0% 100%;}
#services {background: transparent url("../interface/title_services.gif") no-repeat 0% 100%;}
#pricing {background: transparent url("../interface/title_pricing.gif") no-repeat 0% 100%;}
#contact {background: transparent url("../interface/title_contact.gif") no-repeat 0% 100%;}
#thanks {background: transparent url("../interface/title_thanks.gif") no-repeat 0% 100%;}
#oops {background: transparent url("../interface/title_oops.gif") no-repeat 0% 100%;}

.tabs {
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.tabsTabGroup {
	float: left;
	width: 220px;
	height: 380px;
	position: relative;
	margin: 0px 20px 0px 0px;
	padding: 100px 0px 0px 0px;
	background: transparent url("../interface/background_tab_panel.gif") no-repeat 100% 0%;
}
.tabsTabGroup .first { border-top: solid 1px #dddddd; }
.tabsTabGroup .last { /* no change */ }
.tabsTab {
	float: none;
	font-size: 140%;
	font-weight: normal;
	padding: 10px 0px 10px 40px;
	text-transform: capitalize;
	background: transparent url("../interface/background_h2_link.gif") no-repeat 20px 13px;
	border-bottom: solid 1px #dddddd;
	cursor: pointer;
}
.tabsTab small{
	display: none;
}
.tabsTabHover {
	background: transparent url("../interface/background_h2_hover.gif") no-repeat 20px 13px;
}
.tabsTabSelected {
	background: #f4f4f4 url("../interface/background_h2_hover.gif") no-repeat 20px 13px;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	
}
.tabsTabSelected small{
	display: block;
	font-size: 70%;
	padding: 0px 30px 0px 0px;
	color: #a4a4a4;
	text-transform: none;
}
.tabsContentGroup {
	clear: none;
	float: left;
	width: 620px;
	margin: 0px 20px 0px 20px;
}
.tabsContent { }
.tabsContent a img {
	margin: 3px;
	border: none;
	padding: 3px;
	border: 1px solid #dddddd;
	float: left;
	background: #fafafa url("../interface/loading.gif") no-repeat 50% 50%;
	height: 100px;
	width: 140px;
}
.tabsContent a:hover img {
	border: 4px solid #ea898e;
	padding: 0px;
}
.tabsContent .divider {
	margin: 10px 0px 10px 0px;
	clear: both;
}
.tabsContentVisible { 
	xbackground: transparent url("../interface/background_tab_content.jpg") no-repeat 50% 0%; 
}

/* tips
	---------------------------------------- */
	
#TipLayer {
	color: #908363;
}
#TipLayer em {
	font-size: 90%;
	color: #b1a383;
}

/* forms
	---------------------------------------- */
	
form label {
	display: block;
	float: left;
	width: 270px;
}
form label span {
	color: #999999;
}
form label em {
	display: block;
	color: #999999;
	padding: 0px 50px 0px 0px;
}
form .b {
	background: #000000;
	color: #ffffff;
	border: none;
	padding: 4px;
	text-decoration: none;
	text-align: center;
}
form .i {
	width: 290px;
	float: left;
	padding: 5px;
}
form .t {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	width: 290px;
	height: 100px;
	padding: 5px;
	float: left;
}
form .divider {
	margin: 10px 0px 10px 0px;
}
form .right {
	padding: 0px 5px 0px 0px;
}

#information {
	color: #cccccc;
}
#information p {
	color: #cccccc;
	margin: 0px 0px 10px 0px;
}
#information h1 {
	font-size: 130%;
	margin: 0px 0px 20px 0px;
}
#information h2 {
	font-size: 110%;
	margin: 0px 0px 10px 0px;
}
#information ul {
	margin: 0px 0px 10px 0px;
}
#information ul li{
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #232516;
}
#information ul li.o {
	xbackground: #1e2013;
}
#information ul li.e {
	xbackground: #000000;
	
}


