
* {
	margin: 0;
	padding: 0;
}

#body {
	color: #8fb1c2;/*a1c1d1*/
	background: url(../images/bg.gif) top repeat-x #0d2029;/*1e4b63*/
	font-family: "lucida grande", "lucida sans unicode", Tahoma, Arial, Helvetica, sans-serif;
}

#simple-body {
	color: #8fb1c2;
	background:#0d2029;
	font-family: "lucida grande", "lucida sans unicode", Tahoma, Arial, Helvetica, sans-serif;
}

body.fs1 {
	font-size: 9px;
}

body.fs2 {
	font-size: 10px;
}

body.fs3 {
	font-size: 11px;
}

body.fs4 {
	font-size: 12px;
}

body.fs5 {
	font-size: 13px;
}

body.fs6 {
	font-size: 14px;
}

.width {
	width: 100%;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.hidden {
	visibility: hidden;
	/*overflow: hidden;
	height: 1px;
	margin-top: -1px;*/
}

.item-separator {
	display: block;
	height: 20px;
}

.item-separator-v {
	display: block;
	width: 20px;
	float: left;
}

.common-indent {
	display: block;
	padding: 10px 6px 6px 6px;
	margin: 0;
}

.common-indent-h {
	display: block;
	padding: 0px 6px 6px 6px;
	margin: 0;
}

form {
	padding: 0;
	margin: 0;
}

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0px;
}

img, a img {
	border: 0;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.clear {
	clear: both;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

hr {
	height: 0px;
	border: dotted #3a7489 0px;
	border-top-width: 1px;
	margin: 15px 0 15px 0;
}

img.clientlogo1 {
	margin: 0 25px 25px 25px;
}

img.clientlogo2 {
	margin: 0 25px 0 25px;
}

.flat 			{ margin: 0; padding: 0; }
.flat-top 		{ margin-top: 0; padding-top: 0; }
.flat-bottom 	{ margin-bottom: 0; padding-bottom: 0; }

td.artist-bio {
	line-height: 16px;
	padding-left: 25px;
}

/***** HEADER STYLE *****/

#right-bg {
	top: 0;
	right: 0;
	width: 50%;
	height: 190px;
	position: absolute;
	background: url(../images/top-right.png) 0 0 repeat-x;

}

#main-wrap {
	margin: 0 auto;
	width: 755px;
}

#header-bg {
	width: 100%;
	height: 190px;
	overflow: hidden;
	padding: 0;
	position: relative;
	background: url(../images/bg-top.png) top left no-repeat;
}

#header-wrap {
	width: 100%;
	padding: 0 299px 20px 45px;
}

#header-logo {
	height: 151px;
	width: 100%;
	overflow: hidden;
}

#header-logo img {
	padding: 60px 0 0 40px;
}

#header-menu {
	height: 39px;
	width: 100%;
	overflow: hidden;
}

#header-menu ul { margin: 0; padding: 0; list-style: none; text-align: center; }
#header-menu ul li { float: left; text-transform: none; padding: 0; margin-right: 1px; }
#header-menu ul li a.active { text-decoration: none; color: #a1dffe; background: url(../images/header-menu-li2.png) top left no-repeat; }
#header-menu ul li a { color: #FFFFFF; text-decoration: none; font-size: 11px; font-weight: normal; padding: 10px 0 14px 0; text-transform: capitalize; display: block; width: 125px; background: url(../images/header-menu-li.png) top left no-repeat; }
#header-menu ul li a:hover { text-decoration: none; color: #a1dffe; background: url(../images/header-menu-li2.png) top left no-repeat; }
#header-menu ul li.last { margin:0; }

#content-wrap {
	padding: 20px 0 10px 0;
}


/***** Pictures line *****/
.img-line {
	display: block;
	padding: 0;
	margin: 0 0 0 0;
}

.img-line img {
	border: none;
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 0 0;
}

img.img-indent-r {
	margin-right: 10px;
}

/***********/

.col-sep {
	width: 20px;
	background: url(../images/col-sep.png) 0 0 repeat-y;
}

/***** CONTACT FORM *****/

#nl-form {
	margin: 20px 0 0 10px;
}

#nl-form label {
	display: block;
	font-size: 1.1em;
	margin-bottom: 2px;
}

#nl-form input {
	font: 11px "lucida grande", "lucida sans unicode";
	width: 280px;
	margin: 0;
	padding: 2px;
	background: #ffffff;
	border: 2px solid #ffffff;
	cursor: default;
}

#nl-form .button {
	width: auto;
	padding: 3px 32px;
	background: #5caad8;
	margin-top: 5px;
	color: #ffffff;
	font-weight: normal;
	border:0;
	cursor: pointer;
}

#nl-form .button {
	width: auto;
	padding: 3px 32px;
	background: #5caad8;
	margin-top: 5px;
	color: #ffffff;
	font-weight: normal;
	border:0;
	cursor: pointer;
}


/*----------------------*/


#common-form {
	margin: 0 0 0 0;
}

#common-form label {
	display: block;
	font-size: 1.1em;
	margin-bottom: 2px;
}

#common-form input, #common-form textarea, #common-form select {
	font: 11px "lucida grande", "lucida sans unicode";
	width: 400px;
	margin: 0;
	padding: 2px;
	background: #ffffff;
	border: 2px solid #ffffff;
	cursor: default;
}

#common-form textarea { height: 80px; overflow:auto; }

#common-form .button {
	width: auto;
	padding: 3px 32px;
	background: #5caad8;
	margin-top: 5px;
	color: #ffffff;
	font-weight: normal;
	border:0;
	cursor: pointer;
}

#footer-wrap {
	margin: 10px 0 40px 0;
	padding: 5px 2px 0 2px;
	border-top: 1px dotted #3a7489;
}

#copyright {
	font-size: 11px;
	text-align: right;
}

#footer-links {
	float: left;
	color: #a1c1d1;
	text-transform: capitalize;
}

#footer-links a {
	color: #a1c1d1;
	text-decoration: none;
}

#footer-links a:hover {
	color: #ffffff;
	text-decoration: none;
}

/******** RENTAL *******/

.rental-box {
	display: block;
	float: left;
	width: 25%;
}

/*.rental-box-sep {
	width: 21px;
	float: left;
	margin-top: 42px;
	height: 80px;
	margin-right: 32px;
	background: url(../images/col-sep.png) 0 0 repeat-y;
}*/

/********** LIST STYLE ************/

ul.list1 {}
ul.list1 li {
	background: url(../images/bullet.gif) no-repeat 18px 6px;
}

p.img-title {
	margin: 10px 0 20px 0;
	border-bottom: 1px dotted #3a7489;
	padding: 0 0 5px 0;
}


/* Clearfix */

.clearfix:after {

	clear: both;

	content: ".";

	display: block;

	height: 0;

	visibility: hidden;

}

* html > body .clearfix {

	display: block;

	width: 100%;

}

* html .clearfix {

	height: 1%;

}
