* {
	margin: 0;
	padding: 0;
}
#skipTo {
	display: none;
}

/* Fix PNG for IE */
.png {behavior:	url("htc/pngbehavior.htc");}

html {
	font-size: 100.01%;
}

body {
	font: 62.5%/1.2 "CenturyGothic", Arial, Verdana, sans-serif;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../img/bg_page.jpg);
	background-repeat: repeat;
}

a img { border: 0; }

/* Clear */
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

/* Link */
a:link,
a:visited,
a:hover,
a:active {
	color: #2d6dc7;
}

/* Typography */
h1, h2, h3 {
	font-weight: normal;
}

h1 {
	font-size: 3.2em;
	margin: 0 0 .5em 0;
	color: #FFFFFF;
	text-align: center;
}

h2 {
	font-size: 2em;
	margin: 0 0 0 0;
	color: #FFFFFF;
}

h3 {
	font-size: 1.7em;
	margin: 1em 0 0 0;
	color: #FFFFFF;
}

h4 {
	font-size: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
	margin: .5em 0 0 0;
}

p {
	font-size: 1.8em;
	margin: 0 0 1em 0;
}

ul, ol {
	margin: 0 0 .5em 3em;
}

li {
	font-size: 1.2em;
}

li li {
	font-size: 1em;
}

/* Container */
#container {
	width: 940px;
	margin: 0 auto;
}

/* Header */
#header {
	width: 940px;
	height: 180px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 430px;
	padding: 15px 0 0 50px;
}

#slogan {
	float: right;
	width: 318px;
	padding: 65px 70px 0 0;
}

/* Navigation */
#navigation {
	clear: both;
	width: 940px;
	height: 35px;
	margin: 0 auto 10px auto;
	padding: 0;
	background: url("../img/bg_navigation.png") repeat-x;
}

* html #navigation {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/bg_navigation.png", sizingMethod="scale");
}

#navigation ul {
	float: right;
	position: relative;
	margin: 0 0 0 auto;
	padding: 0 1em 0 0;
	list-style: none;
}

#navigation li {
	float: left;
	font-size: 1.7em;
	margin: 0 15px 0 0;
	padding: 0;
}

#navigation a:link,
#navigation a:visited,
#navigation a:active {
	display: block;
	float: left;
	color: #fff;
	padding: 8px 0 0 0;
	text-decoration: none;
}

#navigation a:hover {
	color: #000;
}

/* Quote */
#quote {
	float: left;
	width: 212px;
	height: 420px;
	margin: 30px 0;
	padding: 20px 15px 0 15px;
	background: url("../img/bg-quote.png") no-repeat;
}


* html #quote {
	back\ground-color: transparent;
	background-image: url(../img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/bg-quote.png", sizingMethod="scale");
}

#quote h2 {
	margin: 0;
	padding: 0 0 25px 0;
	font-size:13px;
}
#quote a{
color:#FFFFFF;
font-size:12px;
line-height:15px;

}
#quote p{
color:#FFFFFF;
font-size:14px;
line-height:15px;


}

#quote h1{
color:#FFFFFF;
font-size:15px;

}

#quote form {
	position: relative;
	font-size: 1.5em;
	color: #fff;
}

#quote form .textfield {
	width: 210px;
	font: normal 12px Arial, sans-serif;
	color: #fff;
	margin: 0 0 5px 0;
	background: #bababa;
	border: 1px solid #a0a0a0;
}

/* Splash */
#splash {
	float: right;
	width: 683px;
	height: 447px;
	background: url(../img/bg-splash.png) no-repeat;
	margin: 30px 0;
z-index:1;
}

* html #splash {
	back\ground-color: transparent;
	background-image: url(../img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/bg-splash.png", sizingMethod="scale");
}

#photo {
	width: 683px;
	height: 447px;
	padding-top: 12px;
	
}
/* inside*/
#inside{
	color:#333333;
	width: 695px;
	margin-right: auto;
	margin-left: auto;
}
#inside h1{
	color:#333333;
	text-align: left;
}
#inside h2{ color:#333333;}
#inside h3{ color:#333333;}
#inside h4{ color:#333333;}
#inside h5{ color:#333333;}
#inside p{ color:#333333;}

.img_inside {
	text-align:center;
	width: 694px;
	background: url(../img/bg-package.png) no-repeat;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 80px;
	padding-left: 0;
}




/* Box */
.box {
	width: 940px;
	margin: 0 auto 15px auto;
}

.box-top {
	width: 940px;
	height: 17px;
	background: url(../img/bg-box-top.png) no-repeat;
}

* html .box-top {
	back\ground-color: transparent;
	background-image: url(../img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/bg-box-top.png", sizingMethod="scale");
}

.box-content {
	position: relative;
	width: 870px;
	background: url(../img/bg-box-content.png) repeat-y;
	padding: 0 20px 0 50px;;
}

* html .box-content {
	back\ground-color: transparent;
	background-image: url(../img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/bg-box-content.png", sizingMethod="scale");
}

.left {
	float: left;
}

.right {
	float: right;
}

.start-price {
	position: absolute;
	z-index: 99;
	font-size: 1.7em;
	color: #fff;
	text-align: center;
	margin: -3px 0 0 500px;
	top: 0;
	left: 0;
}

.box-content h2 {
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 2em;
}
.box-content a {
color:#FFFFFF;
text-decoration:none;
}
.box-content p {
	font-size: 1.7em;
	color: #fff;
	padding: 0;
	text-align: justify;
}

.box-content img {
	margin: 0 13px 0 0;
}

.box-content .buttons {
	float: left;
	padding: 0 0 1em 0;
}

.box-content .buttons img {
	display: block;
	float: left;
	margin: 0;
}

.box-content .buttons a:link,
.box-content .buttons a:visited,
.box-content .buttons a:hover,
.box-content .buttons a:active {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

.box-bottom {
	width: 940px;
	height: 17px;
	background: url(../img/bg-box-bottom.png) no-repeat;
}

* html .box-bottom {
	back\ground-color: transparent;
	background-image: url(../img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/bg-box-bottom.png", sizingMethod="scale");
}

/* More */
a.more:link,
a.more:visited,
a.more:hover,
a.more:active {
	display: block;
	float: right;
	font-size: 1.4em;
	color: #fff;
	text-decoration: none;
	text-align: right;
}

/* Columns */

#columns {
	width: 721px;
	margin: 0 auto;
	background: url(../img/bg-column-container.png) repeat-y;
}

#column-container {
	width: 721px;
	background: url(../img/bg-column-container-top.png) no-repeat;
	margin: 0 auto;
}

#column-top {
	width: 721px;
	height: 8px;
	background: url(../img/bg-column-top2.png) no-repeat;
	margin: 0 auto;
}

* html #column-top {
	back\ground-color: transparent;
	background-image: url(../img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/bg-column-top2.png", sizingMethod="scale");
}

#column-bottom {
	width: 721px;
	height: 10px;
	background: url(../img/bg-column-bottom.png) no-repeat;
	margin: 0 auto;
}

* html #column-bottom {
	back\ground-color: transparent;
	background-image: url(../img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/bg-column-bottom.png", sizingMethod="scale");
}

#columns .left {
	float: left;
}

#columns .left .padding {
	padding: 15px 0 10px 13px;
}

#columns .right {
	float: right;
}

#columns .right img {
	display: block;
	float: right;
	padding: 15px 18px 0 0;
}

.blue-lens {
	width: 721px;
	height: 39px;
	background: url(../img/bg-blue-lens.png) no-repeat;
	text-align: center;
	margin: 0 auto;
}

/* Gray Box */
.gray-box-top {
	width: 315px;
	height: 16px;
	background: url(../img/bg-box-gray-top.png) no-repeat;
}

.gray-box-content {
	width: 285px;
	background: url(../img/bg-box-gray-content.png) repeat-y;
	padding: 0 15px 10px 15px;

}
.gray-box-content h1{
color:#FFFFFF;
}
.gray-box-content h2{
color:#FFFFFF;
}
.gray-box-content h3{
color:#FFFFFF;
}
.gray-box-content h4{
color:#FFFFFF;
}
.gray-box-content p{
	color:#FFFFFF;
	font-size: 1.3em;
}

.gray-box-bottom {
	width: 315px;
	height: 11px;
	background: url(../img/bg-box-gray-bottom.png) no-repeat;
}

/* Content */
#content {
	width: 721px;
	margin: 0 auto;
}

.content-top {
	width: 721px;
	height: 43px;
	background: url(../img/bg-content-top.png) no-repeat;
}

* html .content-top {
	background-color: transparent;
	background-image: url(../img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/bg-content-top.png", sizingMethod="scale");
}

.content-page {
	width: 701px;
	margin: 0 auto;
	padding: 0 10px 1px 10px;
	background: url(../img/bg-content.gif) repeat-y #fff;
}

.content-page .left {
	width: 500px;
	padding: 0 0 50px 3px;
	color: #000000;
}

.content-page .right {
	width: 150px;
	text-align: right;
	padding: 20px 3px 50px 0;
}

.content-page .left ul {
	list-style: none;
	font-size: 1.7em;
	margin: 0;
	padding: 0;
}

.content-bottom {
	width: 721px;
	height: 39px;
	background: url(../img/bg-content-bottom2.png) no-repeat 100% 0;
	text-align: center;
}

* html .content-bottom {
	back\ground-color: transparent;
	background-image: url(../img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/bg-content-bottom.png", sizingMethod="scale");
}

/* Package */
.package {
	width: 694px;
	background: url(../img/bg-package.png) no-repeat;
	margin: 10px auto;
	padding: 11px 0 69px 0;
	text-align: center;
}
/* photoGalleryElement */
#inside .photoGalleryElement{
	width: 694px;
	background: url(../img/bg-package.png) no-repeat;
	margin: 0 auto;
	padding: 11px 0 69px 0;
	text-align: center;
}
.thumbnail{
	margin-left=20px;
margin-top=10px;
margin-bottom=10px;
}

.left h1{
	color:#FFFFFF;
}
.left h2{
color:#333333;
}
.left h3{
color:#333333;
}
.left h4{
	color:#333333;
	font-size: 2.7em;
}
.left li{
color:#333333;
}
/* Blog */
.blog {
	width: 694px;
	background: url(../img/bg-package.png) no-repeat;
	margin: 0 auto;
	padding: 11px 0 40px 0;
	text-align: center;
	color:#333333;
}
.blog img{
	padding-bottom: 80px;
}
.blog h1{
color:#333333;
text-align:left;
}
.blog h2{
	color:#333333;
	text-align:left;
	padding-right: 10px;
	padding-left: 10px;
}
.blog h3{
color:#333333;
text-align:left;
}
.blog h4{
color:#333333;
text-align:left;
}
.blog p{
	color:#333333;
	text-align:left;
	padding-right: 10px;
	padding-left: 10px;
}



#copyright {
	font-size: 0.8em;
	color: #999;
	margin: 0 auto;
	padding: 1em 0;
	text-align:center;
}
#copyright ul {
	position: relative;
	list-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 0;
}

#copyright li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}

#copyright a:link,
#copyright a:visited,
#copyright a:active {
	color: #999;
	padding: 8px 0 0 0;
	text-decoration: none;
}

#copyright a:hover {
	color: #000;
}

.bloglist h2{
text-align:center
}
