html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

div#container
{
	width: 774px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

html
{
	background-color: #DBCEB2;
	background-image: url(/images/common/bg-fade.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding-bottom: 20px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
}

div#header
{
	display: inline;
	float: left;
	width: 774px;
	height: 365px;
	background-image: url(/images/common/header-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 20px;
	clear: right;
}

ul#nav
{
	display: inherit;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

div#header h1 a:link,
div#header h1 a:visited,
div#header h1 a:active,
div#header h1 a:hover
{
	position: absolute;
	top: 20px;
	left: 20px;
	width:	261px;
    padding: 79px 0px 0px 0px;
    overflow: hidden;
    background-image: url("/images/common/love-kalkan.jpg");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:79px;
}

div#header h2
{
	position: absolute;
	top: 20px;
	left: 290px;
	width:	159px;
    padding: 79px 0px 0px 0px;
    overflow: hidden;
    background-image: url("/images/common/melissa.jpg");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:79px;
}

div#header h3 a:link,
div#header h3 a:visited,
div#header h3 a:active,
div#header h3 a:hover
{
	position: absolute;
	top: 20px;
	right: 20px;
	width:	203px;
    padding: 79px 0px 0px 0px;
    overflow: hidden;
    background-image: url("/images/common/availability.jpg");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:79px;
}

div#flash
{
	position: absolute;
	top: 106px;
	left: 7px;
	width: 760px;
	height: 279px;
	background-image: url(/images/flash/1.jpg);
}

div#flash2
{
	display: inline;
	float: left;
	margin-left:7px;
	margin-top: 86px;
}

div#pageContent
{
	display: inline;
	float: left;
	width: 774px;
	background-image:url(/images/common/content-bg.jpg);
	background-position: left;
	background-repeat:repeat-y;
	font-size: small;
}

div#pageContent ul#nav
{
	display:  inline; 
	float: left;
	width: 760px;
	background-image:url(/images/common/nav-bg.jpg);
	background-position: top;
	background-repeat:repeat-x;
	list-style-type: none;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 7px;
}

ul#nav li
{
	display: inline;
	float: left;
}

ul#nav li a:link,
ul#nav li a:visited
{
	display: inline;
	float: left;
	height: 56px;
	line-height: 56px;
	font-size: 15px;
	font-weight: normal;
	width: 152px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

ul#nav li a:active,
ul#nav li a:hover
{
	background-image: none;
	background-color: #353535;
}

div#footer
{
	display:  inline; 
	float: left;
	width: 774px;
	background-image: url(/images/common/footer-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 46px;
	text-align: right;
	font-size: x-small;
}

div#footer p
{
	margin: 12px 50px 0px 0px;
	color: #8D8065;
}

div#footer p strong
{
	color: #C2B394;
}

div#footer p a:link,
div#footer p a:visited
{
	color: #C2B394;
	text-decoration: none;
}

div#footer p a:active,
div#footer p a:hover
{
	text-decoration: underline;
	color: #8D8065;
}

div#left-column
{
	display: inline;
	float: left;
	width: 475px;
	margin: 20px 0px 0px 27px;
}

div#right-column
{
	display: inline;
	float: right;
	width: 200px;
	margin: 20px 27px 0px 27px;
	padding-bottom: 5px;
}

div#pageContent h1,
div#pageContent h2,
div#pageContent h3,
div#pageContent h4,
div#pageContent h5,
div#pageContent h6,
div#pageContent p,
div#pageContent ol,
div#pageContent ul
{
	margin: 0px 0px 15px 0px;
}

div#pageContent h1
{
	color: #AEA286;
	font-size: large;
}

div#pageContent h2
{
	color: #AEA286;
	font-size: medium;
}

div#pageContent h3,
div#pageContent h4,
div#pageContent h5,
div#pageContent h6
{
	color: #AEA286;
	font-size: small;
}

div#pageContent p
{
	font-size: small;
}

div#pageContent ol
{
	padding: 0px 0px 0px 30px;
}

div#pageContent ul
{
	padding: 0px 0px 0px 30px;
}

div#pageContent div#right-column img
{
	border: 6px solid #C2B394;
	margin-bottom: 6px;
}

a:link,
a:visited
{
	color: #AEA286;
}

a:active,
a:hover
{
	color: #515151;
}

/* ------------------------------ Form styling ------- */
label
{
	float:							left;
	width:							200px;
	margin-left:					10px;
	color:							#000D41;
}

input, textarea
{
	margin-bottom:					5px;
	width:							200px;
}

input.short
{
	margin-bottom:					5px;
	width:							100px;
}

input.checkbox
{
	margin-bottom:					5px;
	width:							13px;
}

.buttonReset
{
	float:							right;
	width:							75px;
	margin-right:					10px;
}

.buttonSubmit
{
	float:							right;
	width:							75px;
	margin-right:					50px;
}
