@import url("prettyPhoto.css");
/* ==== RESET ==== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, br, fieldset, textarea {
	letter-spacing: 0px;
	word-spacing: 0;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	outline: 0;
}
strong, b {
	font-weight: bold;
}
em, dfn, i {
	font-style: italic;
}
a, img {
	outline: none;
	border: 0;
}
a {
	text-decoration: none;
}
/* ==== STYLES (General/Global) ==== */
body {
	margin: 0px;
	padding: 0px;
	position: relative;
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 22px;
	background-color: #f9f9f9;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	color: #777;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 100%;
	letter-spacing: 1px;
	font-family: Georgia, serif;
	color: #444;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 17px;
	line-height: 22px;
}
h5 {
	font-size: 15px;
	line-height: 22px;
}
h6 {
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
}
h1 strong {
	font-size: 40px;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6, hr, p, ul, ol, dl, pre, address, table, form {
	margin: 0 0 20px
}
ul, li {
	list-style: none outside;
	margin-left: 20px;
	list-style-type: disc;
}
ol, ol li {
	list-style: decimal outside;
}
ol, dd {
	margin-left: 24px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
	margin-top: 0;
}
a img {
	text-decoration: none;
	border: none;
}
blockquote {
	margin: 10px 20px;
	padding-left: 25px;
	font-size: 12px;
	color: #666;
	font-style: italic;
	font-family: Georgia, serif;
	background: url(images/quote.png) 0px 0px repeat-y;
}
blockquote p {
	padding: 0px;
}
pre, code {
	font-family: mono-space, monospace;
	white-space: pre;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0px;
	line-height: 20px;
	font-weight: 400;
}
pre {
	padding: 0px 5px;
	border: 1px solid #CCC;
	border-top: 0;
	background-image: url(images/pre.gif);
	background-position: 0px 1px;
	background-repeat: repeat;
}
pre code {
	margin: 0;
	padding: 0;
}
pre strong, code strong, pre b, code b {
	font-weight: normal;
	color: #333;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 18px;
}
table, td, th {
	vertical-align: middle;
}
th {
	padding: 10px;
	color: #666;
	border-top: 1px solid #fff;
	text-transform: uppercase;
}
td {
	padding: 10px;
	color: #888;
}
td#next {
	text-align: right;
}
tr {
	background-color: #FAFAFA;
}
tfoot td {
	border: 0px;
}
th {
	background-color: #F1F1F1;
}
tr:hover {
	background-color: #FEFEFE;
}
/** === FORM ELEMENTS === */
#adm-contact {
	margin: 0px 0px 20px;
	padding: 10px 0px 0px
}
fieldset {
	padding: 20px;
	border: 1px solid #e5e5e5;
}
legend, label {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
}
input[type=text], input[type=password], input[type=file], select {
	padding: 5px;
	width: 50%;
}
textarea {
	width: 80%;
	height: 70px;
	padding: 5px;
}
input, textarea, select {
	outline-style: none!important;
}
input[type="submit"]::-moz-focus-inner {
border : 0px!important;
}
input[type="submit"]:focus {
	outline: none;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
 border: none;
}
input[type=text], input[type=password], input[type=file], input[type=checkbox],textarea, select {
	background-color: #FEFEFE;
	border-color: #D9D9D9 #EAEAEA #f5f5f5;
	border-style: solid;
	border-width: 1px;
	color: #666;
	font-size: 12px;
	font-family: Georgia, serif;
}
.wrap {
	margin: 0 auto;
	padding: 0px;
	width: 960px;
}
.clear {
	display: inline-block;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hide from IE Mac \*/
.clear {
	display: block;
}
/* End hide from IE Mac */

.alignright, img.alignright, a img.alignright {
	float: right;
	margin: 5px 0px 10px 15px;
}
.alignleft, img.alignleft, a img.alignleft {
	float: left;
	margin: 5px 15px 0px 0;
}
.aligncenter, img.aligncenter, a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.center {
	text-align: center;
}
.floatleft {
	float: left;
	_display: inline;
}
.floatright {
	float: right;
	_display: inline;
}
.relative {
	position: relative;
}
img.post-thumbnail {
	padding: 3px;
	border: 1px solid #ccc;
	margin-top: 2px!important;
}
/**
 * /////////////////////////////////////////////////////////
 * TOP LAYOUT
 * 
 * 1. Logo area
 * 2. Menu structure
 * /////////////////////////////////////////////////////////
 */

/* 1. Logo area */
 
#top {
	margin: 0px;
	padding-top: 4px;
}
#top .wrap {
	text-align: center;
}
#top .wrap a#logo {
	display: inline-block;
	margin: 0px auto;
	padding: 0px;
}
#top .wrap a#logo img {
	display: block;
	margin: 0;
	padding: 0;
}
/* 2. Menu structure */

#menu {
	margin: 0;
	padding: 0;
	height: 65px;
	display: block;
}
#menu ul#eqnav {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	z-index: 1002;
	position: relative;
}
#eqnav li {
	position: relative;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: url(images/menu-separator.png) 0% 0% no-repeat;
}
#eqnav li:first-child {
	background: none;
}
#eqnav li a {
	margin: 0;
	padding: 0px 42px 0px 44px;
	display: block;
	height: 59px;
	line-height: 59px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
}
#eqnav ul {
	position: absolute;
	list-style-type: none;
	top: auto;
	left: 0;
	margin: 0;
	padding: 0px;
	display: none;
	z-index: 1001;
	width: 222px;
}
#eqnav ul ul, #eqnav ul ul ul, #eqnav ul ul ul ul, #eqnav ul li.onhove ul {
	position: absolute;
	top: auto;
	left: 212px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#eqnav ul li {
	padding: 0;
	margin: 0;
	border-left: none;
	border-right: none;
	background: none;
}
#eqnav ul .onhove, #eqnav ul li:hover, #eqnav ul .current_page_item {
	padding: 0px;
	margin: 0;
	z-index: 1000;
}
#eqnav li:hover ul ul, #eqnav li:hover ul ul ul, #eqnav li:hover ul ul ul ul {
	display: none;
}
#eqnav li:hover ul, #eqnav li li:hover ul, #eqnav li li li:hover ul, #eqnav li li li li:hover ul {
	display: block;
	z-index: 1001;
}
#eqnav li ul a, #eqnav li.onhove ul a, #eqnav li.onhove li.onhove ul a, #eqnav li.onhove li.onhove li.onhove ul a {
	width : 182px;
	height: auto;
	line-height: 20px;
	font-size: 10px!important;
	letter-spacing: 2px;
	padding: 7px 20px;
	margin: 0;
	float: left;
	display: block;
}
/**
 * /////////////////////////////////////////////////////////
 * MAIN LAYOUT
 * 1. Main
 * 2. Slider
 * 3. Home-page structure
 * /////////////////////////////////////////////////////////
 */	

/* 1. Main */
#main {
	margin: 0px;
	padding: 0px 0px;
}
/* 2. Slider */
#home-slider {
	margin: 0px 0px 10px;
	padding: 0px;
	height: 585px;
	background: url(images/featured-slider.png) 0 0 no-repeat;
}
#home-slider #slider-play {
	float: left;
	margin: 15px;
	width: 930px;
	height: 450px;
	position: relative;
	overflow: hidden;
	background: url(images/loader.gif) center no-repeat;
}
#home-slider #slider-thumbnail-area {
	float: left;
	width: 840px;
	height: 100px;
	margin: 0px 0px 0px 110px;	
	position: relative;
	overflow: hidden;
}
#slider-thumbnail-area #slider-thumbnail {
	position: relative;
	left: 30px;
	top: 0px;
	width: 780px;
	height: 100px;
	overflow: hidden;
}
#slider-thumbnail ul#slider-thumbnail-player {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 100px;
	min-width: 780px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#slider-thumbnail ul#slider-thumbnail-player li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	display: inline-block;
	width: 130px;
	height: 100px;
	background: url(images/slider-thumbnail.png) 100% 0% no-repeat;
}
#slider-thumbnail ul#slider-thumbnail-player li.marked, #slider-thumbnail ul#slider-thumbnail-player li:hover {
	background-position: 0% 0%;
}
#slider-thumbnail ul#slider-thumbnail-player li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 130px;
	height: 100px;
}
#slider-thumbnail ul#slider-thumbnail-player li a img {
	float: left;
	margin: 15px 10px 15px 10px;
	padding: 0;
	width: 110px;
	height: 70px;
}
#slider-thumbnail-area a#sp_slider {
	position: absolute;
	left: 5px;
	top: 40px;
	width: 20px;
	height: 20px;
	background: url(images/sta-left.png) 0% 0% no-repeat;
}
#slider-thumbnail-area a#sn_slider {
	position: absolute;
	right: 5px;
	top: 40px;
	width: 20px;
	height: 20px;
	background: url(images/sta-right.png) 0% 0% no-repeat;
}
#slider-thumbnail-area a#sn_slider:hover, #slider-thumbnail-area a#sp_slider:hover {
	background-position: 0% 100%;
}
#slider-thumbnail ul#slider-thumbnail-player li .timg, #slider-thumbnail ul#slider-thumbnail-player li .dfors, #slider-thumbnail ul#slider-thumbnail-player li .dlink {
	display: none;
}
#home-slider #slider-play ul#slide-play {
	position: absolute;
	top: 0px;
	left: 0px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 450px;
}
#home-slider #slider-play ul#slide-play li {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 930px;
	height: 450px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
#home-slider #slider-play ul#slide-play li img {
	display: block;
	margin: 0;
	padding: 0;
	width: 930px;
	height: 450px;
}
#home-slider #slider-play ul#slide-play li a.sslink {
	display: block;
	margin: 0;
	padding: 0;
	width: 930px;
	height: 450px;
}
#home-slider #slider-play ul#slide-play li .feat_desc {
	position: absolute;
	left: 50%;
	top: 240px;
	margin-left:-420px;
	padding: 20px;
	width: 830px;
	text-align: justify;
	background: #FFF;
	border: 0px solid #222;
	color: #000;
	font-size: 12px;
	z-index: 2;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.859;
	opacity: 0.85;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#home-slider #slider-play ul#slide-play li .feat_desc h2 {
	/*letter-spacing: 1px;
	font-style: italic;
	word-spacing: 2px;
	font-size: 18px;
	line-height: 18px;*/
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 8px;
	word-spacing: 5px;
	line-height: 40px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-size: 14px;	
	text-shadow: #FFF 0px 1px 0px;	
}
#home-slider #slider-play ul#slide-play li .feat_desc p {
	line-height: 20px;
}
 .feat_desc {
	position: absolute;
	left: 50%;
	/*top: 270px;*/
	bottom: 170px;
	margin-left:-435px;
	padding: 20px;
	width: 830px;
	text-align: justify;
	background: #FFF;
	border: 0px solid #222;
	color: #000;
	font-size: 12px;
	z-index: 2;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

 .feat_desc h2 {	
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 8px;
	word-spacing: 5px;
	line-height: 40px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-size: 14px;	
	text-shadow: #FFF 0px 1px 0px;	
}
 .feat_desc p {
	line-height: 20px;
}
/* 3. Home-page structure */
#latesp_home {
	margin: 0px 0px 20px;
	padding: 0px;
}
.playmenu {
	position: absolute;
	z-index: 10;
	margin: 0px 0px 25px;
	padding: 0px 15px 0px 0px;
	left:50%;
	margin-left:-20px;
	top:640px;	
	height: 20px;	
}
.playmenu a {
	font-size: 11px;	
	color: #666;
	letter-spacing: 1px;
	text-shadow: #FFF 0px 1px 0px;
}
.playmenu a:hover {
	text-decoration:underline;
	color: #000;
}
.playmenu a:active {
	text-decoration:underline;
	color: #000;
}
.sp_title {
	position: absolute;
	z-index: 10;
	margin: 0px 0px 25px;
	padding: 0px 15px 0px 0px;
	left:50%;
	margin-left:-420px;
	top:290px;
	/*bottom: 190px;*/
	height: 40px;
	background: url(images/title-bg.png) scroll 100% -40px no-repeat;
	
}
.sp_title .sp_title_in {
	margin: 0px;
	padding: 0px;
	height: 40px;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(images/title-bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;	
}
.sp_title .sp_title_shadow {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 173px;
	height: 5px;
	bottom: -5px;
	left: 0px;
	display: block;
	background: url(images/title-bg.png) scroll 0% 100% no-repeat;
	
}
.sp_title .sp_title_in h3 {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 8px;
	word-spacing: 5px;
	line-height: 40px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-size: 14px;
	font-weight: normal;
	text-shadow: #FFF 0px 1px 0px;
}
.sp_title .to_full {
	position: relative;
	margin-left: 50px;
	line-height: 40px;
	font-size: 11px;
	/*text-transform: lowercase;*/
	
	color: #000;
	letter-spacing: 1px;
	text-shadow: #FFF 0px 1px 0px;
}

/**
 * Residential Sections
 */

 .residential_desc h3 {	
	letter-spacing: 8px;
	word-spacing: 5px;	
	margin: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	text-shadow: #FFF 0px 1px 0px;
}
 .residential_desc {	
	padding: 10px 20px 10px 20px;
	width: 920px;
	text-align: justify;	
	color: #000;	
}
 .residential_desc p {
	line-height: 20px;
	margin-bottom:10px;
} 
#residential-slider{
	margin: 0px 0px 10px;
	padding: 0px;
	height: 397px;
	background: url(images/residential-bg.png) 0 0 no-repeat;
}
#residential-slider #slide{
	padding-left: 15px;
	padding-top:15px;	
}
#residential_mask {
	position: absolute;
	left: 50%;
	top: 230px;
	margin-left:-280px;	
	width: 600px;		
	height: 120px;
	z-index: 10;	
}
#residential_mask2 {
	position: absolute;
	left: 50%;
	top: 410px;
	margin-left:-380px;	
	width: 800px;		
	height: 140px;
	z-index: 10;	
}
#div_vogue {
	width:100px;
	height:120px;
	margin-left:20px;
}
#div_kings {
	width:120px;
	height:120px;
	margin-left:40px;
}
#div_first {
	width:110px;
	height:120px;
	margin-left:40px;
}
#div_oxford {
	width:120px;
	height:120px;
	margin-left:40px;
}
#div_cambridge {
	width:160px;
	height:120px;
	margin-left:30px;
}
#div_chateau {
	width:120px;
	height:140px;
	margin-left:20px;
}
#div_parke {
	width:130px;
	height:140px;
	margin-left:20px;
}
#div_fivewest {
	width:80px;
	height:140px;
	margin-left:25px;
}
#div_solaire {
	width:130px;
	height:140px;
	margin-left:25px;
}


/**
 * Commercial Sections
 */

 .commercial_desc h3 {	
	letter-spacing: 8px;
	word-spacing: 5px;	
	margin: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	text-shadow: #FFF 0px 1px 0px;
}
 .commercial_desc {	
	padding: 10px 20px 10px 20px;
	width: 920px;
	text-align: justify;	
	color: #000;	
}
 .commercial_desc p {
	line-height: 20px;
	margin-bottom:10px;
} 
#commercial-slider{
	margin: 0px 0px 10px;
	padding: 0px;
	height: 397px;
	background: url(images/residential-bg.png) 0 0 no-repeat;
}
#commercial-slider #slide{
	padding-left: 15px;
	padding-top:15px;	
}
#commercial_mask {
	position: absolute;
	left: 50%;
	top: 255px;
	margin-left:-135px;	
	width: 270px;		
	height: 110px;
	z-index: 10;	
}
#commercial_mask2 {
	position: absolute;
	left: 50%;
	top: 425px;
	margin-left:-235px;	
	width: 470px;		
	height: 120px;
	z-index: 10;	
}
#div_sagehill {
	width:200px;
	height:110px;
	margin-left:0px;
}
#div_skypointe {
	width:240px;
	height:110px;
	margin-left:20px;
}
#div_westmarket {
	width:200px;
	height:120px;
	margin-left:0px;
}
#div_signatureparke {
	width:240px;
	height:120px;
	margin-left:20px;
}

/**
 * History Sections
 */

 .history_desc h3 {	
	letter-spacing: 8px;
	word-spacing: 5px;	
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	text-shadow: #FFF 0px 1px 0px;
	padding-top:10px;
	padding-bottom:30px;
	border-bottom:1px dotted #AAA;
}
 .history_desc {	
	padding: 10px 20px 10px 20px;
	width: 920px;
	text-align: justify;	
	color: #000;	
}
 .history_desc p {
	line-height: 20px;
	margin-bottom:10px;
}
.history_desc span {
	display: inline-block;
	min-width: 120px;
	margin: 0px;
	vertical-align: top;
	padding-top: 3px;
	letter-spacing: 1px;
  font-weight:bold;
}
.history_desc ul {
  margin-left:120px;
}

/**
 * Contact Sections
 */

 .contact_desc h3 {	
	letter-spacing: 8px;
	word-spacing: 5px;	
	margin: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	text-shadow: #FFF 0px 1px 0px;
	padding-top:10px;
	padding-bottom:30px;
	border-bottom:1px dotted #AAA;
}
 .contact_desc h4 {		
	margin: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;	
}
 .contact_desc {	
	padding: 10px 20px 10px 20px;
	width: 920px;
	text-align: justify;	
	color: #000;	
}
 .contact_desc p {
	line-height: 20px;
	margin-bottom:20px;
}
 .contactform {
	width:600px;
	padding-top:10px;
	float:left;
}
 .contactinfo {
	width:180px;	
	float:right;
	/*padding-top:10px;*/
} 

/**
 * Register Sections
 */

 .register_desc h3 {	
	letter-spacing: 8px;
	word-spacing: 5px;	
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	text-shadow: #FFF 0px 1px 0px;
	padding-top:10px;
	padding-bottom:30px;
	border-bottom:1px dotted #AAA;
}
 .register_desc {	
	padding: 10px 20px 0px 20px;
	width: 920px;
	text-align: justify;	
	color: #000;	
}
 .register_desc p {
	line-height: 20px;
	margin-bottom:10px;
}
 #register-form input[type="text"]{
  width:30%; 
 }
 #register-form input[type="submit"]{
  width:160px; 
 }
 #register-form input[type="checkbox"]{
  width:20px;
	margin-left:25px;
	vertical-align:-5px;	
	cursor:pointer;
 }
/**
 * FOOTER
 */

#footer {
	margin: 0px;
	padding: 0px;
	background-color: #efefef;
}

#copyright {
	margin: 0px;
	padding: 10px 0px;
	border-top: 1px dotted #aaa;
	color: #888;
	letter-spacing: 2px;
	word-spacing: 3px;
	font-size: 9px;
	text-transform: uppercase;
	position: relative;
}
#copyright .backtotop {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	background: url(images/backtotop.png) 0 0 no-repeat;
}
#copyright .backtotop:hover {
	background-position: 0% 100%;
}
/** === CONTACT FORM === */		
.label {
	display: inline-block;
	min-width: 80px;
	margin: 0px;
	vertical-align: top;
	padding-top: 3px;
	font-style: italic;
	letter-spacing: 1px;
}
.req {
	color: #ED3C3C;
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
	padding-top: 3px;
}
.req small {
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
}
.contactload {
	margin: 4px 0px 0px 8px;
	height: 17px;
	line-height: 16px;
	padding-left: 22px;
	padding-top: 5px;
	display: inline-block;
	vertical-align: top;
	background: url(images/small_loader.gif) 0 5px no-repeat;
	font-style: italic;
	font-size: 11px;
}
#contact_success, #register_success  {
	background: #C3FF88 url(images/success.gif) 5px 50% no-repeat;
	border: 1px solid #8DFF1C;
	color: #333;
	padding: 6px 6px 6px 35px;
	margin: 2px 0px 0px 10px;
	position: relative;
}
#contact_success .jq_close {
	display: block;
	cursor: pointer;
	position: absolute;
	right: 3px;
	top: 3px;
	width: 16px;
	height: 16px;
	background: url(images/close.png) 0 0 no-repeat;
}

#respond {
	padding: 20px;
	margin: 10px 0px 0px;
	background-image: url(images/button-fade-top.png);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #f7f7f7;
	border: 1px solid #FFF;
}
#respond label {
	float: left;
	display: block;
	width: 80px;
	margin: 0px;
	padding: 5px 0px 0px;
	text-transform: none;
	font-style: italic;
}
#respond .required {
	display: none;
}
h3#reply-title {
	display: block;
	position: relative;
	margin: 0px;
	padding: 15px 0px 30px;
	border: 0;
	background: none;
	letter-spacing: 8px;
	word-spacing: 5px;
	font-size: 11px;
	text-transform: uppercase;
}
h3#reply-title a#cancel-comment-reply-link {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	padding: 3px 5px;
	line-height: 100%;
	margin: 0;
	background-color: #999;
	background-image: url(images/button-fade.png);
	background-position: 0% 0%;
	background-repeat: repeat-x;
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	text-shadow: none;
	letter-spacing: 0px;
	word-spacing: 0px;
}
h3#reply-title a#cancel-comment-reply-link:hover {
	background-position: 0% 100%;
}

p.form-submit {
	padding-left: 80px;
}
p.form-submit input#submit, input#contact_submit {
	display: inline-block;
	padding: 10px 15px;
	margin: 0px;
	background-image: url(images/button-fade.png);
	background-position: 0% 0%;
	background-repeat: repeat-x;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
p.form-submit input#submit:hover, input#contact_submit:hover {
	background-position: 0% 100%;
}
.navigation {
	margin: 0;
	padding: 0;
	height: 35px;
}
.navigation .nav-previous {
	float: left;
	margin: 0;
	padding: 0
}
.navigation .nav-next {
	float: right;
	margin: 0;
	padding: 0;
}
.wega-pagenavi {
	height: 20px;
	padding-top: 5px;
	margin-bottom: 20px;
	font-size: 11px;
}
.wega-pagenavi span {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0px 6px;
	margin: 0px 2px;
	background: #f8f8f8;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #fefefe;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #fefefe;
}
.wega-pagenavi a {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0px 6px;
	margin: 0px 2px;
	background: #DADADA url(images/button-fade.png) scroll left top repeat-x;
	border-top: 1px solid #F9F9F9;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #F9F9F9;
	border-right: 1px solid #e3e3e3;
	text-shadow: none;
}
.wega-pagenavi a:hover {
	color: #555;
	background-color: #f8f8f8;
	background-position: 0% 100%;
	text-shadow: none;
	border-bottom: 1px solid #F9F9F9;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #F9F9F9;
	border-left: 1px solid #e3e3e3;
}
.wega-pagenavi span.current {
	background-image: url(images/button-fade.png);
	background-position: left top;
	background-repeat: repeat-x;
	color: #FFF;
	text-shadow: none;
	border-top: 1px solid #F9F9F9;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #F9F9F9;
	border-right: 1px solid #e3e3e3;
}
