/* Stylesheet */




body {
	
    margin: 0; padding: 0; 
    overflow-y:scroll;
    background-color: black;
    color: #dbdbdb;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    text-align:center;
	/*background-image: url('../images/bg.png');*/
	background-repeat: repeat-x;
	
	height:100%; 
}
img {
    border: none;
}

div.atac {
	font-size: 9px;
	font-color: #ecd4c6;
}

div#mainbody div.shadow_left, div#mainbody div.shadow_right {
	position: absolute;
	top: 0px;
	width: 10px;
	height: 100%;
	background-repeat: repeat-y;
}
div#mainbody div.shadow_left {
	left: -10px;
	background-image: url('../images/shadow_left.png');
}
div#mainbody  div.shadow_right {
	right: -10px;
	background-image: url('../images/shadow_right.png');
}
div#mainbody {
	background-image: url('../images/bodyleftfade.png');
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #050505;	
	position: relative;
	top: 0px;
	height: 100%;
	margin: 0px auto;
	width: 822px;
	text-align: left;
}

div#mainbody div.footer {
	height: 30px;
	position: relative;
	width: 100%;
	
	line-height: 2.9em;
	text-align: center;
	font-size: 10px;
	color: #bababa;
	cursor: default;
}



div#mainbody div.head {
	position: relative;
	height: 425px;
	background-image: url('../images/headerbg.jpg');
	width: 100%;
}

div#mainbody div.head div#headerleft, div#mainbody div.headsmall div#headerleft {
	position: absolute;
	left: -100px;
	width: 100px;
	height: 100%;
	background-image: url('../images/headerbg-side.jpg');
}

div#mainbody div.head div#titlebar, div#mainbody div.headsmall div#titlebar {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100%;
	height: 344px;

}
div#mainbody div.head div#titlebar img.logo, div#mainbody div.headsmall img.logo {
	position: absolute;
	top: 31px;
	left: 30px;
	height: 50px;
	width: 295px;
}
div#mainbody div.head div#titlebar div.blurb, div#mainbody div.headsmall div#titlebar div.blurb  {
	cursor: default;
	position: absolute;
	top: 84px;
	left: 30px;
	width: 450px;
	height: 42px;
	font-size: 15px;
	font-family: 'Times New Roman', serif; letter-spacing: 0.5px;
	text-align: left;
	color: #dbdbdb;
}
div.blurb img {
	width: 366px;
	height: 42px;
}

div#mainbody div.head img#snapphoto{
	z-index: 50;
	position: absolute;
	right: -64px;
	top: 17px;
	width: 480px;
	height: 425px;
}




div#mainbody div.head div#links  {
	padding: 0px;
	margin: 0px;
	background-color: black;
	width: 185px;
	height: 180px;
	position: absolute;
	left: 160px;
	top: 210px;
	/*background-image: url('../images/linkbox.png');*/
}
div#mainbody div.head div#links ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
div#mainbody div.head div#links li {
	margin: 16px;
	font-size: 15px;
}
div#mainbody div.head div#links li a {
	color: #ecd4c6;
	text-decoration: none;
}
div#mainbody div.head div#links li a:hover{
	color: #fbb991;
}
div#mainbody div.head div#links div#dangle {
	width: 100px;
	position: absolute;
	bottom: -25px;
	height: 20px;
	left: 13px;
	font-size: 8pt;
	color: white;
	cursor: default;
}
div#mainbody div.head div#links div#dangle img {
	width: 16px;
	height: 16px;
}

/** Small head */
div#mainbody div.headsmall {
	background-image: url('../images/headerbg.jpg');
	position: relative;
	height: 274px;
	width: 100%;
}

/** Small photo */
div#mainbody div.headsmall img#snapphoto {
	z-index: 50;
	position: absolute;
	right: -64px;
	top: 17px;
	width: 305px;
	height: 273px;

}




div#breadcrumbs {
	position: absolute;
	bottom: -20px;
	left: 30px;
	color: white;
	font-size: 10px;
	z-index: 99;
}

/** Small links bar */
div#mainbody div.headsmall div#links  {
	padding: 15px;
	margin: 0px;
	background-color: black;
	width: 500px;
	height: 18px;
	position: absolute;
	left: 30px;
	top: 190px;
	/*background-image: url('../images/linkbox.png');*/
}
div#mainbody div.headsmall div#links ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
div#mainbody div.headsmall div#links li {
	display: inline;
	margin-left: 5px;
	margin-right: 15px;
	font-size: 15px;
}
div#mainbody div.headsmall div#links li a {
	color: #ecd4c6;
	text-decoration: none;
}
div#mainbody div.headsmall div#links li a:hover{
	color: #fbb991;
}
div#mainbody div.headsmall div#links div#dangle {
	visibility: hidden;
	width: 170px;
	position: absolute;
	bottom: -25px;
	height: 18px;
	left: 13px;
	font-size: 8pt;
	color: white;
	cursor: default;
}
div#mainbody div.headsmall div#links div#dangle img {
	width: 16px;
	height: 16px;
}

/** Content common */
div#mainbody  div.content, div#mainbody  div.contentsmall  {
	position: relative;
	width: 100%;
}
div#mainbody div.content div#content div#van {
	z-index: 99;
	position: absolute;
	left: -150px;
	bottom: 0px;
	width: 150px;
	height: 500px;
	background-image: url('../images/van.png');
}

/** Big head content */
div#mainbody div.content {
    margin-top: 15px;
}
div#mainbody div.content div#content {
	position: relative;
	min-height: 100px;
	width: 600px;
	margin-top: 0px;
	margin-left: 160px;
	padding: 20px;
	line-height: 1.5em;
}
/** And small head  content*/
div#mainbody div.contentsmall div#content, div#mainbody div.contentwide div#content {
	position: relative;
	min-height: 100px;
	width: 490px;
	margin-top: 15px;
	margin-left: 30px;
	padding: 20px;
	line-height: 1.5em;
	float: left;
}
div#mainbody div.contentwide div#content {
    width:725px
}

div#contactdetails {
	font-family: 'Times New Roman', serif; letter-spacing: 0.5px;
	color: #ecd4c6;
	font-size: 13px;
	position: absolute;
	right: -35px;
	width: 250px;
	cursor: pointer;
}
div#mainbody div.contentsmall div#contactdetails {
	top: 30px;
}
div#mainbody div.contentwide div#contactdetails {
	top: 304px;
}
div#mainbody div.content div#contactdetails {
	top: 17px;
}

div#contactdetails b {
	font-size: 21px;
}

div#mainbody div.contentsmall div#photolist {
	margin-top: 70px;
	margin-left: 25px;
	position: relative;
	float: left;
	width: 210px;
	text-align: center;
}
div#mainbody div.contentsmall div#photolist img.normal {
	height: 150px;
	width: 210px;
	margin-bottom: 10px;
}
div#mainbody div.contentsmall div#photolist img.rotated {
	width: 150px;
	height: 210px;
	margin-bottom: 10px;
}


div.lshadow_top, div.lshadow_bottom {
	height: 6px;
	width: 100%;
	background-repeat: repeat-x;
	position: absolute;	
	left: 0px;
}
div.lshadow_top {
	background-image: url('../images/ltshadowup.png');
	top: -6px;
}
div.lshadow_bottom {
	background-image: url('../images/ltshadowdown.png');
	bottom: -6px;
}

div.lshadow_left, div.lshadow_right {
	width: 6px;
	height: 100%;
	background-repeat: repeat-y;
	position: absolute;	
	top: 0px;
}
div.lshadow_left {
	background-image: url('../images/ltshadowleft.png');
	left: -6px;
}
div.lshadow_right{
	background-image: url('../images/ltshadowright.png');
	right: -6px;
}
	
a:hover {
	color: #ecd4c6;
	text-decoration: underline;
}
a {
	color: #fbb991;
	text-decoration: none;
}
	
h1 {
	font-family: 'Times New Roman', serif; letter-spacing: 0.5px;
	margin-top: 0px;
	font-weight: normal;
	font-size: 26px;
	color: #ecd4c6;
}
h1 .info {
    font-family: Arial, sans-serif;
    font-size: 11px;
}

h2 {
	font-family: 'Times New Roman', serif; letter-spacing: 0.5px;
	font-size: 15px;
	color: #ecd4c6;
	margin-top: 10px;
	font-weight: normal;
	background-color: #050505;
	padding: 2px;
}
h3 {
	font-size: 13px;
	font-family: Arial, sans-serif;
	margin-bottom: 3px;
	color: white;
}

div.td {
	cursor: pointer;	
}

div.trh {
	width: 100%;
	font-weight: normal;
	border: none;
	font-size: 15px;
	font-family: 'Times New Roman', serif; letter-spacing: 0.5px;
	color: #ecd4c6;
	background-color: #050505;
	padding: 2px;
}
div.tr {
	background-color: #dbdbdb;
	width: 100%;
	padding: 2px;
}
div.tr:hover {
	background-color: #fbb991;
	margin: 0px;
}
div.table {
	color: black;

	width: 100%;
	font-size: 13px;
}
div.table a {
    color: black;
}
div.table a:hover {
    color: black;
}

div.colname {
	width: 41%;	
}
div.coltitle {
	width: 99%;
}
div.colname, div.coltitle {
	font-weight: bold;
	float: left;
}
div.coldesc {
	font-weight: bold;
	width: 54%;
	float: left;
}
div.colprice {
	font-weight: bold;
	width: 49%;
	float: left;
}
div.colprice span {
	font-style: italic;
	font-weight: normal;
}
div.colfulldesc {
	
	width: 100%;
	float: left;
	overflow: hidden;
}
img.servicetn, img.serviceinfotn {
	width: 95px;
	height: 75px;
	margin: 2px;	
	
}
img.servicetn {
	float: left;
}
img.serviceinfotn {
	float: right;
}

div.colfulldesc div.desc {
	float:left;
	width: 260px;
	margin-left: 2px;
}
div.fieldtitle {
	padding-top: 2px;
	float: left;
	width: 14%;
}
div.fieldarea {
	float: left;
	width: 34%;
	margin-right: 2%;
}
input, select {
	font-size: 10pt;
	margin: 3px;
	background-color: #dbdbdb;
	border: 1px solid #050505;
	color: black;
	width: 160px;
	font-family: Arial, sans-serif;
}
input.captcha {
	width: 50px;
	height: 20px;
	font-size: 13pt;
	margin-top: 0px;
}
textarea {
	padding: 3px;
	margin: 3px;
	background-color: #dbdbdb;
	border: 1px solid #050505;
	color: black;
	width: 350px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	height: 90px;
}
form#frmcontact {
	position: relative;
	height: 370px;
}
form#frmcontact div.body {
	position: relative;
	height: 100%;
	width: 100%;
}
form #frmcontact div.body#loadingin {
	text-align: center;
}
form#frmcontact div.body#loadingin img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	width: 32px;
	height: 32px;
}
form#frmcontact div.body#loadingin div {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	text-align: center;
	color: red;
}

a.phototn img {
    border: 5px solid #dbdbdb;
    margin-right: 5px;
    margin-bottom: 5px;
}
a.phototn:hover img {
    border: 5px solid #fbb991;
}

.hilight {
	background-color: #dbdbdb;
	color: #050505;
}

img.inlinephoto {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div#serviceinfo h2 {
	margin-bottom: 0px;
}
div#serviceinfo span.price {
	color: #ecd4c6;
}

img.phototn {
	width: 160px;
	height: 120px;
}

#fsbdiv {
	text-align: right;
	color: #00285e;
	float: right;
	font-family: 'Times New Roman', serif; letter-spacing: 0.5px;
	font-size: 8px;
}
#fsbimg {
	margin-left: 5px; 
	float: right;
}




/* Stylesheet generated in 0.148594 ms */
