@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
body {
	background: #766db5 url(../images/style/body-bg2.jpg) repeat-x 0 0;
	font-family: Verdana, Helvetica, sans-serif;
}
img {
	border:0;
}
a {
	outline:none;
	text-decoration:none;
	border-bottom: 1px dotted #977;
	color:#6f65b5;
}
a:hover {
	color:#4d4393;
	border-bottom: 1px dotted #633;
}
p {
	padding-bottom:1.5em;
}
li {
	list-style:none;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	letter-spacing:2px;
	color:#924393;
	border-bottom: 1px dotted #924393;
	padding-bottom:10px;
	margin-bottom: 15px;
	float:left;
}
h2 {

	font-weight:normal;
	letter-spacing:1px;
	font-size:16px;
	color:#893f3f;
}
#wrapper {
	width:940px;
	background:#fff;
	margin: 0 auto;
}
#header {
	height:268px;
	background-color: transparent;
	background-image: url(../images/style/header-bg-new.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#navbar {
	/*text-align:center;*/
	font-family:"Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 27px;
	margin-right: 10px;
}
#navbar ul {
	padding:0;
	margin: 0;
}
#navbar ul li {
	display:inline;
	border-right:1px solid #474196;
	text-indent:0;
	height:40px;
	background-color: #2b2171;
	float: left;
}
#navbar ul li:hover {
	background:#ca226c;
}
#navbar ul li.last {
	border-right:none;
}
#navbar ul li a {
	line-height:40px;
	text-decoration:none;
	color:#c798c3;
	display:block;
	margin:0;
	border-bottom:none;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
}
#navbar ul li a:hover{
	color:#FFF;
	border-bottom:none;
}

#sidebar {
	float:right;
	width:277px;
	margin: 0 10px 0 0;
}
#sidebar #image {

}

#content {
	width:603px;
	margin-left:10px;
	line-height:1.5em;
	padding: 0 15px;
	float:left;
	font-size:12px;
	color:#7d789d;
}
#contentFull {
	width:890px;
	margin-left:10px;
	line-height:1.5em;
	padding: 0 15px;
	float:left;
	font-size:12px;
	color:#7d789d;
}
#content img {
	float:left;
	margin:0 15px 15px 0;
	padding:8px;
	border: 1px solid #a4a0c4;
}
#contentFull img {
	margin:0 15px 15px 0;
	padding:8px;
	border: 1px solid #a4a0c4;
}

#content .menu {
	background:#e8e5ff;
	padding: 10px 10px 20px;
	margin-bottom:10px;
}
#content ul li {
	padding-left:10px;
}
#content .gallery img {
	padding:8px;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0;
}
#content .gallery li {
	padding-left:0;
	margin-bottom: 12px;
}
#footer {
	clear :both;
	height:77px;
	position:relative;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a4a0c4;
	border-right-color: #a4a0c4;
	border-bottom-color: #a4a0c4;
	border-left-color: #a4a0c4;
	margin-top: 13px;
}
#footer #footer-address {
	font-size:11px;
	color:#6f65b5;
	position:absolute;
	bottom:20px;
	left:20px;
	width: 909px;
}
#footer #footer-address p {
	padding-bottom:0;
}
#bottom-spacer {
	height:60px;
	background: #766db5;
}
.font-24 {
	font-size:24px;
}
.font-16 {
	font-size:16px;
}
.font-12 {
	font-size:12px;
}
.line {
	clear:both;
	border-top:1px solid #a4a0c4;
	margin-top:10px;
	padding-bottom:10px;
}
.clear {
	clear:both;
}
.left-col {
	float : left;
}
.right-col {
	float : right;
	width:49%;
}
.gallery li {
	float: left;
}
#image {
	padding-top: 45px;
}
.right-col-offer {
	font-size:12px;
	line-height: 16px;
}
#adBoxDiv {
	border: 2px solid #a4a0c4;
	padding-top: 11px;
	padding-right: 5px;
	padding-bottom: 11px;
	padding-left: 5px;
	margin-bottom: 15px;
}
#homeBox {
	border: 1px solid #924393;
	padding: 7px;
	background-color: #DAD8EB;
	color: #2B2171;
	margin-bottom: 11px;
}
#homeBox li {
	list-style-type:circle;
	list-style-position: inside;
	font-size: 14px;
}
