/* @group Global Reset */

* {
padding:0;
margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:0; }
li, dd { margin-left:0; }
fieldset { padding: 0; }
img {
    border:none;
}
.spacer {
    clear:both
}
a {outline: none;}

/* @end */



/* @group Body Tags */

body {
    margin: 0 auto;
    padding: 0;
    color: #555;
    background: #dbdebb url(/images/bg.gif) repeat-x center top;    
    font: 12px Lucida Grande, "Trebuchet MS", Helvetica, Tahoma, arial, sans-serif;
}
#pageWrapper {
    width: 758px;
    margin:  0px auto  50px auto;
    position: relative;
    background-color: #fff;

}
#wrapper {
    padding: 0px 0 24px 0;
}
#insideWrapper {
    padding: 0px;
}
a:link { 
    text-decoration: underline; 
    color: #951839; 
}
a:visited {  
    text-decoration: underline; 
    color: #951839; 
}
a:hover, a:active { 
    text-decoration: none; 
    color: #a4914f; 
}
h1, h2, h3 {
    color: #951839; 
    line-height:120%;
}
h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
	text-decoration: none;
    color: #951839; 
}
h2 a:hover, h2 a:active, h3 a:hover, h3 a:active {
	text-decoration: underline;
    color: #a4914f; 
}
p {
	margin: 15px 0 0 0;
}
.spacer {
	cler:both;
	height: 15px;
}
.center {
	text-align:center;
}
.tableBorder {
 border: 1px solid #73737E;
 margin:  0 15px 0 15px;
}

th {
 padding:           5px 4px 5px 12px;
 background-color:  #227db2;  
}

td {
 font-size:         11px;
 color:             #000;
}
.small {
	font-size: 80%;
}
.spacer {
    clear: both;
}

.center {
    text-align: center;
}
blockquote {
    font-family:  "Lucida Grande", helvetica, tahoma, verdana, arial, sans-serif;
}
.small {
	font-size: 90%;
}
.navi-pages a {
	border: 1px solid #ccc;
}
.navi-pages a:link, .navi-pages a:visited {
	background-color: #ddd;
}
.navi-pages a:hover, .navi-pages a:active {
	background-color: #ddd;
}

/* @end */

/* @group Header */

#header {
    width: 760px;
    height: 100px;
    margin:  0 auto 0 auto;
    position: relative;
}
#logo {
    position:absolute;
    top: 23px;
    left: -40px;
    width: 250px;
    height: 121px;
}
#logo img {
	margin-left: 70px;
}
#topmenu {
    position: absolute;
    top: 10px;
    right: 35px;
    font-size: 90%;
}
#topmenu li {
    display: inline;
}
#topmenu li a {
    list-style-type: none;
    display: block;
    float: left;
    padding: 0px 8px 0px 8px;
    margin: 0;
	border-right: 1px solid #7e7e5a;
	text-decoration: underline;
}
#topmenu li a.last {
	border-right: none;
}
#topmenu li a:link, #topmenu li a:visited {
	color: #999;	
}

/* @group Menu  */

/****************************
MENU
 ****************************/

.nav {
	position:absolute;
    top:52px;
    right:30px;
}

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav {
	z-index: 100;
	position: relative;
}
.nav li {
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li li {
  background-color: #a4ab61;
}
.nav li a.top, .nav li a.top:link, .nav li a.top:active, .nav li a.top:visited {
  font: 14px/14px "Lucida Grande", "Trebuchet MS", Helvetica, Tahoma, arial, sans-serif;
  color: #6C322F;
  display: block;
  padding: 14px 10px 14px 10px;
  text-decoration: none;
  border:none;
  text-align: center;
}
.nav li a.top span {
	font-size: 13px;
	color: #ddd;
}
.nav li a.last {
	border-right: none;
}
.nav li li a, .nav li li a:link, .nav li li a:active, .nav li li a:visited {
  font: 12px/25px "Lucida Grande", "Trebuchet MS", Helvetica, Tahoma, arial, sans-serif;
  background-color: #a4ab61;
  color: #fff;
  display: block;
  padding: 5px 12px 2px 10px;
  text-decoration: none;
  border-top: 1px solid #898f50;
  border-bottom: 1px solid #a4ab61;
  border-right:none;
  border-left:none;    
}
.nav li a:hover {
  background-colour: #a19d39;
  color: #fff;	
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #a4ab61;
  color: #fff;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  color: #fff;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #474b2a;
  border-top: 1px solid #23220c;
  border-bottom: 1px solid #9ba35a;
  border-right:none;
  border-left:none;  
  color: #fff;	
}
.nav ul {
  background: url("./images/menu-over-bg.png") bottom right repeat-y;
  list-style: none;
  margin: 0;
  padding-right:7px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 33px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}
.nav ul li.bottom {
  background: url("./images/menu-bg-bot.png") bottom right repeat-x;
  padding-bottom:7px;  
  border-bottom: none;
}
.nav ul li.bottom a {  
  border-bottom: none;
}

/* @end */

/* @end */

/* @group Home Page */

/****************************
HOME PAGE
 ****************************/

#home {
	background: #fff url(images/home.jpg) no-repeat;
	height: 344px;
	width:758px;
	position: relative;
}
#home .wrapper {
	height:  407px;
	width: 758px;
	padding:  0px 0 0 0px;
	margin:  0 auto 0 auto;
	position:  relative;
	top: 0px;
}
#home .wrapper .title {
	padding-top:  45px;
}
#home .wrapper p {
	font-size: 16px;
	line-height: 22px;
	color: #333;
	margin:  0 40px 0 5px;
}
#home .wrapper p.more {
	text-align: right;
	margin: 30px 0 0 0;
}
#slogan {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	padding:  20px 0 0 60px;
	font-size: 26px;
}

#testimonials {
	float: right;
	width: 160px;
	padding: 0;
	border-left:  1px solid #ccc;
	margin:  0 10px 10px 10px;
	color: #666;
	font-style: italic;
	background: url(/images/testimonial.gif) no-repeat 0 180px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#testimonials p {
	padding:  10px 10px 0 10px;	
}

/* @end */


/****************************
MAIN SECTION
 ****************************/

/* @group MainWrapper */

#mainWrapper {
	width:  758px;
	margin:  0 auto 0px auto;
	padding:  12px 0px 40px 0px;
    line-height:1.5em;
    font-size: 110%;
    position: relative;
    background-color: #fff;
}
#mainWrapper #breadcrumbs {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 40px 20px 0px;
	padding: 0 0 6px 10px;
	font-size: 80%;
	border-bottom: 1px dotted #a5a58c;
	font-weight: normal;
	color: #000;
}
#mainWrapper h1 {
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px dotted #a5a58c;
	margin: 0 40px 20px 40px;
	padding: 0 0 6px 10px;
}
#mainWrapper h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 40px 20px 40px;
	padding: 0 0 6px 10px;
}
#mainWrapper p {
	margin: 0 40px 20px 50px;
}
#mainWrapper .rightcol {
	width: 485px;
	float: right;
	margin: 0;
	padding:  0 20px 0 10px;
}
#mainWrapper .leftcol {
	width: 225px;
	float: left;
	border-right:  1px solid #ddd;
	padding:  0 0px 0 0px;
}
#mainWrapper .leftcol p {
	padding:  15px 20px 0 25px;
}
#mainWrapper .leftcol li {
	padding:  6px 20px 0 28px;
	margin-left: 5px;
	list-style-type: none;
	background: url(/images/icons/li-icon.gif) 5px 8px  no-repeat; 
}

#mainWrapper .leftcol li.email {background: url(/images/icons/email-icon.gif) 5px 8px no-repeat; }
#mainWrapper .leftcol li.rss {background: url(/images/icons/rss-icon.gif) 5px 8px  no-repeat }
#mainWrapper .leftcol li.facebook {background: url(/images/icons/facebook-icon.png) 5px 8px  no-repeat }
#mainWrapper .leftcol li.twitter {background: url(/images/icons/twitter_icon.png) 5px 8px  no-repeat }




#mainWrapper .rightcol h1 {
	margin:  20px 0 15px 0px;
	padding:  0 0 0 2px;
	border-bottom: 1px dotted #ccc;
	color: #6C322F;
}
#mainWrapper .rightcol h2 {
	margin:  20px 0 15px 0px;
	padding:  0 0 0 2px;
	border-bottom: 1px dotted #ccc;
	color: #fff;
	background-color: #6C322F;
}
#mainWrapper .rightcol h3 {
	margin:  20px 0 15px 0px;
	padding:  0 0 0 2px;
	border-bottom: 1px dotted #ccc;
}


#mainWrapper .rightcol p {
	margin:  0 0 15px 0;
}
#mainWrapper .entry {
	padding: 2px 20px 20px 0px;
}
#mainWrapper ul {
	margin-left: 4px;
}
#mainWrapper .entry h3 {
	padding:  0px 0 6px 0px;
}
.details li {
	list-style-type: none;
	border-left:  6px #ddd solid;
	padding:  0px 0 0px 6px;
}

#mainWrapper .leftcol h3 {
	border-bottom: 1px solid #ccc;
	margin:  0px 0 0px 0;
	padding: 14px 4px 8px 28px;
	color: #fff;
	background: #6C322F url(/images/leftcol-bg-h3.gif) no-repeat;
}
#mainWrapper .leftcol h3 a {
	color: #fff;
}
#mainWrapper .leftcol p {
	margin:  0 20px 15px 20px;
	padding: 0;
}
#mainWrapper .leftcol .entry {
	background: #fff url(/images/leftcol-bg.png) repeat-x;
	padding:  20px 0 20px 0;
}
#mainWrapper .leftcol #SignUp td.signuplabel {
	text-align: right;
	width:  80px;
	padding:  0 5px 0 0;
}
.signupframe input {
	width: 120px;
	margin: 0 0 5px 0;
}

#mainWrapper .padding {
	padding:  0 60px 50px 80px;
}
#mainWrapper .fulltitle h1 {
	margin:  20px 40px 15px 50px;
	padding:  0 0 0 2px;
}
#mainWrapper .fulltitle h2 {
	margin:  20px 80px 15px 50px;
	padding:  0 0 0 2px;
}

/* @end */

/* @end */

/* @group Registration Form */

#reg_step{
	position: relative;
	text-align:center;
	margin: 35px 0 20px 0;
}
#reg_form_1 {
	width: 310px;
	float: left;
	padding: 0 20px 0 40px;
	border-right: 1px dotted #999;
}
#reg_form_2 {
	width: 290px;
	padding: 0 40px 20px 20px;
	float: left;
}
#reg_form_full {
	width: 600px;
	padding: 0 40px 20px 40px;
	margin: 0 40px 0 0;
	float: left;
}
#mainWrapper #reg_form_1 h3, #mainWrapper #reg_form_2 h3, #mainWrapper #reg_form_full h3 {
	margin:  20px 0 20px 0px;
	color: #6C322F;
}
#mainWrapper #reg_form_1 p, #mainWrapper #reg_form_2 p, #mainWrapper #reg_form_full p {
	margin:  0 0 15px 0px;
}

.r_label {
	width: 90px;
	text-align: right;
	float: left;
	padding: 6px;
}
.r_input {
	padding: 6px;
}
.r_input input {
	color:#666;
	width:160px;
}
.r_input input.small_size {
	color:#666;
	width:120px;
}
#reg_form_2 .r_label {
	width: 100px;
}
#reg_form_1 textarea, #reg_form_2 textarea {
	width: 300px;
	height: 60px;
}
#reg_form_full textarea {
	width: 600px;
	height: 60px;
}
fieldset {
	border-left:  none;
	border-right:  none;
	border-bottom:  none;
	padding: 10px 0 0 0;
	margin:  20px 0 0 0;
}
legend {
	padding:  0 0 0 6px;
	color: #8c7644;
	font-size: 11px;
	border-color: #8c7644;
}
.r_submit {
	text-align: center;
}
.r_submit input {
	font-size: 120%;
	color: #fff;
	background-color: #6C322F;
	padding: 6px;
	margin-top:30px;	
}
.right_padding {
	padding-right:180px;
}
#creditcardform, #cc {
	padding: 20px;
	background-color: #d1d5aa;
	margin:  0 0 0 40px;
}
#creditcardform, #cc td {
	padding:  0 0 5px 0;
}
#paypal {
	margin:  0 0 25px 45px;
}


/* @end */




/* @group Memberlist */

/****************************
MEMBER LIST
 ****************************/

#view_edit {
	position: absolute;
	right: 140px;
	top:60px;
	font-size: 120%;
}
#memberlist {
	background-color: #ccc;
	width: 800px;
	margin:  10px 0px 10px 50px;
	clear: both;
}
#memberlist table {
	background-color: #ccc;
	margin: 20px 50px 0 0px;
	width: 760px;
}
#memberlist td {
	background-color: #eee;
	padding: 5px;
}
th.memberprofilelabel {
	background-color: #ccc;
	padding: 5px;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	width: 15%;
}
td.memberprofilefield {
	width: 35%;
}
td.memberprofilefield span {
	display:block
}
#memberlist td input {
	width: 90%;
	font-size: 100%;
}
#memberlist textarea {
	width: 90%;
	height: 100px;
	font-size: 100%;
}

/* @end */


.post-footer {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #ebedd7;
}


.tableBorder {
	border: none;
	background-color: #eee;
	margin: 0;
}
.tableBorder td.thumbs {
	padding: 6px;
	background-color: #fff;
	margin: 0 1px 1px 0;
	text-align:center;
	width: 25%;
}
.border {
	padding: 3px;
	border:  1px solid #ccc;
}

/* @group Footer */

/****************************
FOOTER
 ****************************/


#footer {
	clear: both;
	border-top: 1px dotted #ccc;
	text-align: center;
	height:  200px;
	margin:  60px 10px 0px 10px;
	padding-bottom: 40px;
	color:#666;
	background-color: #fff;
}
#footer ul {
	padding:  20px 0 20px 0;
}
#footer li {
	list-style-type: none;
	display: inline;
	border-right: 1px solid #999;
	padding:  0 6px 0 6px;
}
#footer a:link, #footer a:visited {
	color:  #666;
}





/* @end */