@charset "utf-8";
/* CSS Document */

body {
background: url(../images/bg.png);
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size:12px
}

a:active{outline:0;border:0}
a:focus{outline:0;border:0}
img{border:0}

#wrapper {
width: 663px;
margin: 0 auto;
margin-top: 30px;
overflow: hidden;
}

#header {
background: url(../images/headerbg.png);
height: 260px;
width: inherit;
overflow: hidden;
}

#content {
background: url(../images/contentbg.png);
min-height: 300px;
width: inherit;
overflow: hidden
}

#footer {
background:url(../images/footerbg.png) no-repeat;
height: 112px;
width: inherit;
padding-bottom: 50px
}

#logo {
position: relative;
top: 25px;
left: 30px;
}

#login {
position: relative;
top: 90px;
left: 460px;
width: 200px
}

#login input[type="text"], #login input[type="password"]{
background: url(../images/inputbghome.png) no-repeat;
border: 0;
height: 22px;
width: 166px;
color: #CCCCCC;
}

#login input[type="image"] {
position: relative;
left: 100px;
}

#joinfrm {
width: 471px;
height: 221px;
margin: 0 auto;
background: url(../images/joinfrmbg.png) no-repeat;
text-align: center;
overflow: hidden;
padding: 5px
}

#joinfrm form {
text-align: left;
position: relative;
top: 20px;
left: 40px
}

#joinfrm form input[type="text"], #joinfrm form input[type="password"]{
border: 0;
background: url(../images/inputbgjoin.png) no-repeat;
height: 28px;
width: 296px;
padding-left: 10px;
padding-top: 4px;
}

#joinfrm form input[type="image"] {
position: relative;
left: 240px;
}

#redbox {
background: #feef9c url(../images/redboxbg.png) repeat-x;
min-height: 300px;
width: 460px;
margin: 0 auto;
margin-bottom: 30px;
border: 3px dashed red;
}

#redbox ul {
list-style: none;
font-size: 18px;
line-height: 160%
}

#redbox ul li{
padding-left: 40px;
background: url(../images/check.png) no-repeat;
background-position: 0px 5px;
}

#menuhead {
width: 300px;
position: relative;
top: 90px;
left: 400px
}

#menuhead a {
color: #66ffff;
text-decoration: none;
margin-left: 10px;
}

#menuhead ul {
list-style: none;
}

#menuhead li {
display: inline;
padding-left: 5px;
padding-right: 12px;
padding-bottom: 5px;
padding-top: 5px
}
.registerbg {
background-position: 12px 0px;
}

#mencolsel a {
color: #f9f9f9;
font-weight: bold
}

#cms {
width: 500px;
margin: 0 auto
}

#cms p {
line-height: 170%;
}

blockquote {
padding: 10px;
quotes: "\201C" "\201D";
position: relative;
top: -20px;
margin-bottom: -40px
}
blockquote:before { content: open-quote; font-weight: bold; font-size: 50px; position: relative; top: 25px; color: #ABABAB}
blockquote:after { content: close-quote; font-weight: bold; font-size: 50px; color: #ABABAB; position: relative; left: 350px; bottom: 40px}

#gdi img {
float: right;
margin-right: 30px
}

#footer {
color: #ccc;
padding: 20px
}

#left-footer {
position: relative;
top: -8px;
line-height: 160%;
margin-left: 15px;
float: left
}

#left-footer a{
color: #ccc
}

#right-footer {
float: right;
margin-right: 60px
}

#contact-frm {
position: relative;
left: 80px
}

label.error { 
  color: #FF0000;
  vertical-align: top;
  font-size:9px;
  margin-left: 10px;
  font-style: italic
 }
 
 #designer {
 position: relative;
 left: 70px;
 padding-bottom: 20px
 }
 
 #socialicons {
 position: relative;
 right: 10px;
 bottom: 7px
 }
 
 #my-account {
 padding: 50px;
 }
 
  #my-account a {
  color: #0099CC;
  text-decoration: none
  }
  
  #my-account ul {
  font-size: 14px;
  position: relative;
  right: 40px
  }
  
   #my-account ul li{
   display: inline
   }
 
   #my-account table{
   text-align: left
   }