@import url("content.css");
/* Imported Styles
----------------------------------------------- 
 Common Part
----------------------------------------------- */
* {
margin:0;
padding:0;
font-family:Arial, tahoma, verdana;
font-size:12px;

}

body {
background:#fff url(../images/header.jpg) no-repeat 50% 0%;
color:#666;
font-family:Arial, tahoma, verdana;
font-size:12px;
position:relative;
min-height:100%;
}

html,* html body {
height:100%;
}


#header,#footer {
position:absolute;
}

.clear {
clear:both;
font-size:0%;
line-height:0%;
height:0px;
}

h1 span {
display:none;
}
.wrapper {
width:948px;
margin:0 auto;
}

/* =Misc(links)
----------------------------------------------- */
a {
color:#660066;
text-decoration:none;
}
a:hover {
text-decoration:underline;
color:#336600;
}

img {
border:none;
}

/* =Header
----------------------------------------------- */
#header {
height:200px;
top: 0px;
width:100%;
min-width:948px;

width: expression( (document.documentElement.clientWidth || document.body.clientWidth) < 948 ? '948px' : '100%');
}
h1 {
position:absolute;
}
.menu_other {
position:absolute;
list-style:none;
padding:0;
margin:3px 0 0 218px;
}
.menu_other li{
float:left;
}
.menu_other li a{
display:block;
height:37px;
}
.menu_other li a span{
display:none;
}
.m1 {
background:url(../images/m1.jpg) no-repeat 0% 0%;
width:127px;
}
.m1r {
background:url(../images/m1r.jpg) no-repeat 0% 0%;
width:127px;
}
.m2 {
background:url(../images/m2.jpg) no-repeat 0% 0%;
width:151px;
}
.m2r {
background:url(../images/m2r.jpg) no-repeat 0% 0%;
width:151px;
}
.m3 {
background:url(../images/m3.jpg) no-repeat 0% 0%;
width:162px;
}
.m3r {
background:url(../images/m3r.jpg) no-repeat 0% 0%;
width:162px;
}
.m4 {
background:url(../images/m4.jpg) no-repeat 0% 0%;
width:187px;
}
.m4r {
background:url(../images/m4r.jpg) no-repeat 0% 0%;
width:187px;
}

.slogan {
position:absolute;
width:255px;
margin:212px 0 0 253px;
font-style:italic;
text-align:center;
font-size:14px;
color:#CC6633;

}
.login_form {
position:absolute;
margin:63px 0 0 248px;
width:291px;
}
.txt_login {
float:left;
}
.txt_login_inp {
float:left;
background:url(../images/input_bg.gif) no-repeat 0% 0%;
width:125px;
height:17px;
padding:3px 5px;
}
.txt_login_inp input{
width:125px;
height:17px;
background:#FEF9B8;
font-size:11px;
border:0;
}

.grown_box {
background:url(../images/grown_box.jpg) no-repeat 0% 0%;
position:absolute;
margin:54px 0 0 539px;
width:364px;
height:226px;
padding:16px 0 0 30px;
}
.grown_box p{
padding:0 0 8px 40px;
color:#336600;
font-size:14px;
font-weight:bold;
}
.grown_box ul{
list-style:none;
padding:0;
margin:0;
width:226px;
}
.grown_box ul li{
background:url(../images/top_line.gif) no-repeat 0% 100%;
float:left;
width:113px;
padding:2px 0 4px 0;
font-size:12px;
color:#660066;
}
.grown_box ul li a{
color:#660066;
text-decoration:none;
}
.n_border {
background:none !important;
}

/* =Content
----------------------------------------------- */
#content {
background:url(../images/content.gif) no-repeat 50% 314px;
padding:200px 0 204px 0;
min-width:948px;
width: expression( (document.documentElement.clientWidth || document.body.clientWidth) < 948 ? '948px' : '100%');
}
.left_col {
float:left;
padding:191px 0 0 25px;
width:150px;
}
.cont {
float:right;
width:575px;
padding-right:85px;
}
.cont2 {
float:right;
width:660px;
}

/* =Footer
----------------------------------------------- */
#footer {
background:url(../images/footer.jpg) no-repeat 50% 100%;
height:204px;
bottom:0;
width:100%;
min-width:948px;
width: expression( (document.documentElement.clientWidth || document.body.clientWidth) < 948 ? '948px' : '100%');
}
.copy {
position:absolute;
margin:174px 0 0 24px;
}
.built {
position:absolute;
margin:174px 0 0 837px;
}

.bottom_links {
width:880px;
margin:0 auto;
border-top:solid 1px #8A7873;
padding:22px 15px 0 0;
}
.paypal {
float:right;
}

.collumn {
float:left;
width:224px;
font-size:12px;
line-height:16px;
color:#A18C72;
}
.collumn a{
color:#A18C72;
}
.collumn p{
color:#7CA84C;
font-size:14px;
padding-bottom:8px;
font-weight:bold;
}
.share {
margin-top:5px;
}




