
a,
a:link,
a:visited{
	color:#000;
}
p a:hover{
	color:#333333;
}

ul, li
{
	margin:0;
	padding:0;
}
li{
	list-style:none;
}

ul.thumbs li,
ol.sections li,
ul.thumbs li a,
div.imageText a{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	color:#93b91d;
	font-size:12pt;
	cursor:pointer;
	text-decoration:none;
}

ol.sections li{
padding-top:10px;

}
ul.thumbs img{
	float:left;
	margin-right:10px;
}
ul.thumbs span.wrapper{
	display:block;
	padding:10px 0;
	background:transparent url(../images/separation-line.png) bottom left  repeat-x;
}
ul.thumbs li:hover span.wrapper{
	background:transparent url(../images/separation-line-hover-trans.png) bottom left  repeat-x;
} 

span.keyLine{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:18px;
	font-style:italic;
	}
h3,h4,dt{
	font-family:"Garamond Premr Pro", "Garamond Italic", Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:38px;
	font-style:italic;
	font-weight:500;
	color:#000000;
	margin:0;
	padding:0;
}
h4,dt{
font-size:30px;
}
h3.underline{
	background:url(../images/bottom-line-solid.jpg)  repeat-x;
	background-position:0px 1em;
}

dd{
margin:0;
padding:0;
}
p.keyLine{
	margin:0;
	padding:0;
}
p {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:16pt;
	line-height:30px;
	padding-right:20px;
	text-align:justify;
	font-style:italic;
	margin-top:0;
}
.keyword,
.keyword a{
	color:#3c8f9e;
}
p.last{
	padding-bottom:10px;
	border-bottom:1px solid #000;
}

div.separator{
	background:transparent url(../images/separation-line-text.png) top left repeat-x;
	height:18px;
}

/**************************************+ content portfolio ********************/

table#portfolio{
	position:absolute;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:16px;
	line-height:30px;
	padding-right:20px;
	width:100%;
}
table#portfolio thead,
table#portfolio caption{
	display:none;
}
table#portfolio td.link{
	background:transparent url(../images/separation-line-text.png) bottom left repeat-x;
	width:50%;
}
table#portfolio td.description{
	background:transparent url(../images/separation-line-table.png) bottom left no-repeat;
	padding:0 0 10px 40px;
	width:50%;
}


#tableWrapper
{
	overflow:hidden;
	height:624px;
	position:relative;
}
.controls{
	position:relative;
	left:50%;
	margin-left:-39px;
}
.tableNavigatorTop,
.tableNavigatorBottom{
	height:33px;
}
.tableNavigatorBottom{
padding-top:14px;
}
.tableUp,
.tableDown{
	float:left;
	background:url(../images/portfolio/portfolio-up.png) -38px top no-repeat;
	width:38px;
	height:33px;
	cursor:pointer;
}
.tableDown{
	background:url(../images/portfolio/portfolio-down.png) -38px top no-repeat;
}
.tableUp:hover,
.tableDown:hover{
	background-position:-78px 0;
}
.tableUp.inactive,
.tableDown.inactive{
	background-position:3px 0;
}

/******************************************* content service *****************************************/

#serviceWrapper{
	overflow:hidden;
	height:500px;
	position:relative;
}
#serviceWrapper dl{
	position:relative;
}

/******************************************* content contact *****************************************/

form input,
form textarea{
	width:100%;
	font-size:48px;
	border:1px solid black;
	padding:0 5px;
	margin-bottom:5px;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
}
form textarea{
	color:#3c8f9e;
}


form input.submit
{
	width:auto;
	border:0;
	float:right;
	margin-right:-15px;
	padding-right:0;
	background-color:transparent;
	font-size:18px;
	cursor:pointer;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
}


/******************************************* content price *****************************************/

table.price{
	width:100%;
	margin:0 0 20px 0;
}

td.service{
	width:75%;
}
th.price,
td.price{
	text-align:right;
}
table.price caption{
background:#CCCCCC;
}