/* @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: #73245E;
    background: #998bc2 url(/images/bg.png) repeat-x;    
    font: 12px Lucida Grande, "Trebuchet MS", Helvetica, Tahoma, arial, sans-serif;
}
#pageWrapper {
    width: 820px;
    margin:  0 auto  50px auto;
    position: relative;
    background: url(/images/wrapper-border.gif) repeat-y;
}
#wrapper {
    background: url(/images/pageWrapper.gif) no-repeat left bottom;
}
#insideWrapper{
    background: url(/images/inside-wrapper-bg.jpg) no-repeat left top;
}
.center {
    text-align: center;
}
blockquote {
    font-family:  "Lucida Grande", helvetica, tahoma, verdana, arial, sans-serif;
}
a:link { 
    text-decoration: underline; 
    color: #801414; 
}
a:visited {  
    text-decoration: underline; 
    color: #801414; 
}
a:hover, a:active { 
    text-decoration: none; 
    color: #a4914f; 
}
.spacer {
    clear: both;
}

/* @end */

/* @group Header */

#header {
}
#logo {
    position:absolute;
    top: 80px;
    left: 70px;
}
#topmenu {
    position: absolute;
    top:  180px;
    right: 80px;
    font-size: 100%;
}
#topmenu li {
    display: inline;
}
#topmenu li a {
    list-style-type: none;
    display: block;
    float: left;
    padding: 3px 8px 3px 8px;
    margin:  0 0 0 5px;
	border-right: 1px solid #801414;
	text-decoration: underline;
}
#topmenu #contacts {
    background: url(/images/site/mail_icon.gif) no-repeat;
}
#topmenu #print {
    background: url(/images/site/printer_icon.gif) no-repeat;
}
#topmenu #bookmark {
    background: url(/images/site/folder_icon.gif) no-repeat;
}
#topmenu #login {
    background: url(/images/site/keys_icon.gif) no-repeat;
}

/* @group Menu */


#menu {
    position:absolute;
    top:250px;
    left:40px;
    background: url(/images/site/navBkgd2.jpg) repeat-x;
    z-index: 100;
    position: relative;
}
#menu, #menu ul { 
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
#menu li a.top, #menu li a.top:link,  #menu li a.top:visited {
  font: 16px/16px 'Trebuchet MS',Helvetica, Tahoma, arial, sans-serif;
  color: #fff;
  display: block;
  padding: 26px 9px 0px 9px;
  text-decoration: none;
  border:none;
}
#menu li a.top:hover, #menu li a.top:active {
    color: #fce970;
	background-color: #ab2b61;
}

#home:hover, #home:active {
}	

/* @end */

/* @end */

#mainWrapper {
	padding:  45px 0px 40px 70px;
	width: 550px;
    float: left;
    line-height:1.5em;
    font-size: 110%;
}

#mainWrapper-big {
	padding:  45px 0px 40px 50px;
	width: 720px;
    float: left;
    line-height:1.5em;
    font-size: 110%;
}

h1, h2, h3 {
	margin: 20px 0 20px 0px;
    color: #801414; 
    line-height:120%;
}
p {
	margin: 15px 0 0 0;
}

.mainWrapper .more {
	text-align: right;
	margin-right: 30px;
}
#mainWrapper h3, #mainWrapper h3 {
    color: #801414;
    padding: 0;
	border-bottom: 1px solid #ccc;
}
#mainWrapper .entry {

	padding: 2px 20px 20px 0px;
}
#mainWrapper ul {
	margin-left: 4px;
}
#mainWrapper .entry_1 {

}
.details li {
	list-style-type: none;
	padding: 0 5px 0px 5px;
	border-left: 5px solid #ccc;
}

#profile {
	color: #fff;
	background-color: #73245E;
	padding: 10px 20px 20px 20px;
	margin:  25px 30px 0 0px;
}
#profile h2 {
	margin: 17px 0 6px 0;
	padding: 0;	
	color: #fff;
	
}
#profile p {
	margin: 0;
	padding: 0;	
}
#profile img {
	padding:5px;
	margin:  20px 12px 4px 0;
	background-color: #fff;
	float: left;
}
#mainWrapper-big #login {
	padding:  10px;
	width: 280px;
    float: left;
    line-height:1.5em;
    font-size: 110%;
    border-right:  1px solid #ccc;
}
#mainWrapper-big #siteregistration {
	padding:  10px 0 0 20px;
	width: 380px;
    float: left;
    line-height:1.5em;
    font-size: 110%;
}
#reg_step{
	position: relative;
	text-align:center;
	margin: 35px 0 20px 0;
}
#reg_form_1 {
	width: 320px;
	float: left;
	padding: 0 20px;
	border-right: 1px solid #ccc;
}
#reg_form_2 {
	width: 300px;
	padding: 0 20px;
	float: left;
	border-left: 1px solid #ccc;
	margin-left:-1px;
}
.r_label {
	width: 90px;
	text-align: right;
	float: left;
	padding: 6px;
}
.r_input {
	padding: 6px;
}
.r_input input {
	color:#666;
	width:180px;
}
.r_input input.small_size {
	color:#666;
	width:120px;
}
#reg_form_2 .r_label {
	width: 120px;
}
#reg_form_1 textarea, #reg_form_2 textarea {
	width: 300px;
	height: 60px;
}
fieldset {
	border-left:  none;
	border-right:  none;
	border-bottom:  none;
	padding: 10px 0 0 0;
	margin:  20px 0 0 0;
}
.fieldset_class {
	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: #666;
	font-size: 11px;
}
.r_submit {
	text-align: center;
	width: 760px;
}
.r_submit input {
	font-size: 120%;
	color: #fff;
	background-color: #272362;
	padding: 6px;
	margin-top:30px;
	width: 200px;
}
.right_padding {
	padding-right:180px;
}

/* @group Memberlist */

#view_edit {
	position: absolute;
	right: 100px;
	top:440px;
	font-size: 140%;
}


#memberlist {
	background-color: #ddd;
	width: 100%;
	margin:  10px 0px 10px 0;
	clear: both;
}
#memberlist table {
	background-color: #ddd;
	margin: 20px 0 0 0;
}
#memberlist td {
	background-color: #fff;
	padding: 5px;
}
th.memberprofilelabel {
	background-color: #ddd;
	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%;
}

#cc {
}
#cc td {
	padding: 4px;
	border-bottom: 1px solid #ccc;
}
#cc .left {
	text-align: right;
}
#cc .title {
	font-size: 120%;
	padding-top: 10px;
}
#cc .bottom {
	border: none;
}
#cc .right .input {
	width: 200px;
}




.reg_now {position:relative; top:10px; right:15px; float:right;}
.reg_now a  {width:150px; height:50px; display: block; text-indent: -9999px; margin: 0 0 0 40px}
.reg_now a:link, .reg_now a:visited {background: url(/images/but_register.png) no-repeat}
.reg_now a:hover, .reg_now a:active {background: url(/images/but_register.png)0 -49px no-repeat}


.reg_now-rt {margin-bottom: 20px}
.reg_now-rt a  {width:258px; height:68px; display: block; text-indent: -9999px}
.reg_now-rt a:link, .reg_now-rt a:visited {background: url(../images/register-now-but-rt.png) no-repeat}
.reg_now-rt a:hover, .reg_now-rt a:active {background: url(../images/register-now-but-rt.png)0 -67px no-repeat}

#registration-form p {clear:left; margin-bottom: 5px; font-weight: bold}
#registration-form label {display: block; width:160px; float:left; text-align: right; padding: 0 10px 0 0 }
#registration-form input.textbox {display: block; width:340px; float:left; margin-bottom: 10px; font-size: 14px; padding:3px 3px 0 3px}
#registration-form textarea {display: block; width:500px; height:60px; margin-bottom: 10px; font-size: 14px; padding:3px}



/* @end */


/* @group telecalls */


#telecalls {margin: 20px 0 20px 0}

#telecalls ul {margin: 0 0 0 20px}

/* @end */


/* @group Footer */

#footer {
	clear: both;
	border-top: 1px solid #ccc;
	text-align: center;
	margin:  0 40px 0px 30px;
	padding-bottom: 40px;
}
#footer ul {
	padding:  20px 0 20px 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#footer li {
	list-style-type: none;
	display: inline;
	border-right: 1px solid #ccc;
	padding:  0 10px 0 10px;
}

/* @end */







/*** Facebox ***/


#facebox .b {
  background:url(/images/b.png);
}

#facebox .tl {
  background:url(/images/tl.png);
}

#facebox .tr {
  background:url(/images/tr.png);
}

#facebox .bl {
  background:url(/images/bl.png);
}

#facebox .br {
  background:url(/images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


