@import 'cumquat/clear.css';
@import 'cumquat/structure.css';
@import 'cumquat/typography.css';
@import 'cumquat/common.css';
@import 'generic.css';


a:link, a:visited {
  color: #cce9f8;
}

body, p, h1, h2, h3, h4, ol, ul, li, form, table, td, th, fieldset, pre {
  color: #415157;
}

#header p, #header h1, #header h2, #header h3, #header h4, #header ol, #header ul, #header li, #header form, #header table, #header td, #header th, #header fieldset, #header pre {
  color: #ffffff;
}

.page-center-content {
  width: 980px;
}
.page-top {
  height : 148px;
  position: relative;
}
.header-address{
  position: absolute;
  right: 10px;
  top: 20px;
}

body {
  background-color: #1A1A1A;
}

#home {
  background: #515a5d url('../images/page_bg.png') repeat-x top left;
}



#navigation-wrap {
  background: #fff url('../images/header_bg.png') repeat-x right bottom;
  /*border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #54595e;*/
}


#navigation {
  padding: 0;
}


#header-wrap {
  background: transparent;
  display:block;
  min-height : 90px;
}

/*
#page_index #header-wrap {
  height : 288px;
}
#page_index #header {
  background: transparent url('../images/title-big-light.png') no-repeat center top;
  min-height: 320px;
}
*/

#header {
  text-align: left;
}

#logo {
  text-align: left;
  width: 322px;
  height: 120px;
  overflow: hidden;
  margin: 0 auto;
}

#header h2 {
  font-size: 18px;
  line-height: 20px;
}

#home #header h1 {
  padding-top: 60px;
}

#home #header #register {
  margin-top: 20px;
}

#home h2 img {
  vertical-align: middle;
  margin-right: 7px;
}

/* Content */
#container-wrap {
  background: transparent;
  min-height: 800px;
}

#content-wrap {
  margin-top: 3px;
  background: transparent;
  width : 980px;
  height: 451px;
  display: block;
  overflow: hidden;
  position: relative;
}

#content-background, #content-foreground, #content, .content-borders{
  width : 980px;
  height: 451px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
#content-background{
  z-index: 2;
}
#content {
  z-index: 10;
}
#content-foreground {
  z-index: 3;
  background: url("../images/foreground_border.png") no-repeat 50% 50%;
}

#content p, #content h2, #content span, #content a:link, #content a:visited, #content li, #content td {
  color: #fff;
}
#content p{
  padding-bottom: 10px;
}

#content ul.list > li{
  border-bottom : 1px dotted #ccc;
  padding-bottom : 3px;
  margin-bottom : 3px;
}
#content .mask{
  background: transparent url("../images/mask.png") no-repeat 50% 50%;
  position: absolute;
  width: 980px;
  height: 451px;
}
#content .inner{
  padding : 20px;
  position: absolute;
}
#content .inner2{
  padding : 20px;
  position: absolute;
  width:100%;
}
#content .inner ul{
  list-style:url("../images/li.png");
  margin-bottom: 10px;
}

.content-borders-top, .content-borders-bottom, .content-borders-left, .content-borders-right{
  background-image: url("../images/content-borders.png");
  background-repeat: no-repeat;
  position: absolute;
  z-index: 100;
}
.content-borders-top, .content-borders-bottom{
  width: 980px;
  height: 20px;
}
.content-borders-left, .content-borders-right{
  width: 20px;
  height: 411px;
}
.content-borders-top{
  background-position: left top;
  left: 0;
  top: 0;
}
.content-borders-bottom{
  background-position: left bottom;
  left: 0;
  top: 431px;
}
.content-borders-left{
  background-position: 0 -20px;
  left: 0;
  top: 20px;
}
.content-borders-right{
  background-position: 100% -20px;
  right: 0;
  top: 20px;
}
.content-borders-content{
  position: absolute;
  z-index: 99;
  left: 2px;
  top: 2px;
  width: 976px;
  height: 447px;
}


#features {
  width: 500px;
}

.feature-image {
  float: right;
  border: 5px solid #e4e6e7;
  margin-left: 20px;
}


#login-form {
  float: right;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #d9dcde;
  padding-left: 50px;
  margin-top: 20px;
}

#login-form {
  width: 300px;
}

#login-form table {
  width: 300px;
}


/* main nav */

#main-nav {
  margin: 0 auto;
  padding: 0;
  /*float: left;*/
  display: block;
  border-bottom : 3px solid #c5860b;
  width : 97%;
}

#main-nav li {
  float: left;
  display: inline;
  margin: 0;
  padding: 0 10px 0 0;
  color: #ffffff;
  /*background : url("../images/nav_left.png") no-repeat left top;*/
}
#main-nav li:first-child{
  padding-left:10px;
}

#main-nav li img {
  vertical-align: middle;
  margin-left: 3px;
}

#main-nav a {
  display : block;
  color: #606C65;
  font-weight: bold;
  font-size: .9em;
  padding : 0 10px 0 0;
  /*background : url("../images/nav_right_off.png") no-repeat right top;*/
}
#main-nav a div {
  display : block;
  padding-left : 10px;
  /*background : url("../images/nav_left_off.png") no-repeat left top;*/
  height : 20px;
  overflow : hidden;
}

#main-nav a:hover, #main-nav li.active a{
  color: #1a171b;
  text-decoration : none;
  background : url("../images/nav_right.png") no-repeat right top;
  /*background-image : url("../images/nav_right.png");*/
}
#main-nav a:hover div, #main-nav li.active a div{
  /*background-image : url("../images/nav_left.png");*/
  background : url("../images/nav_left.png") no-repeat left top;
}


/**** about ****/
#page_about .page-content-wrapper{
  display : block;
  width : 100%;
  height : 451px;
  overflow:hidden;
  clear : both;
  position : relative;
}
#page_about .page-content-left{
  position:absolute;
  left: 0;
  top: 0;
  width : 342px;
}
#page_about .page-content-right{
  position:absolute;
  width : 634px;
  height: 451px;
  left: 346px;
  top: 0;
  overflow : auto;
}

/**** services ****/
#page_services .page-content-wrapper{
  display : block;
  width : 100%;
  height : 451px;
  overflow:hidden;
  clear : both;
  position : relative;
}
#page_services .page-content-left, #page_links .page-content-left{
  position:absolute;
  left: 0;
  top: 0;
  width : 342px;
}
#page_services .page-content-right, #page_links .page-content-right{
  position:absolute;
  width : 634px;
  height: 451px;
  left: 346px;
  top: 0;
  overflow : auto;
}

/**** links ****/
#page_links .page-content-wrapper{
  display : block;
  width : 100%;
  height : 451px;
  overflow:hidden;
  clear : both;
  position : relative;
}
#page_links .page-content-left{
  position:absolute;
  left: 0;
  top: 0;
  width : 342px;
}
#page_links .page-content-right{
  position:absolute;
  width : 634px;
  height: 451px;
  left: 346px;
  top: 0;
  overflow : auto;
}
#page_links h3{
  color: #C5860B;
  padding: 0;
  margin:0;
}
#page_links .page-content-right .inner li{
  padding-bottom: 10px;
}

/**** testimonials ****/
#page_testimonials .page-content-wrapper{
  display : block;
  width : 100%;
  height : 451px;
  overflow:hidden;
  clear : both;
  position : relative;
}
#page_testimonials .page-content-left{
  position:absolute;
  left: 0;
  top: 0;
  width : 342px;
}
#page_testimonials .page-content-right{
  position:absolute;
  width : 634px;
  height: 451px;
  left: 346px;
  top: 0;
  overflow : auto;
}

/**** contact ****/
#page_contact .page-content-wrapper{
  display : block;
  width : 100%;
  height : 451px;
  overflow:hidden;
  clear : both;
  position : relative;
}
#page_contact .page-content-left{
  position:absolute;
  left: 0;
  top: 0;
  width : 342px;
}
#page_contact .page-content-right{
  position:absolute;
  width : 636px;
  height: 451px;
  left: 341px;
  top: 0;
  overflow : hidden;
}

/****** footer *******/

#footer-wrap {
  position: relative;
  margin: 0 auto;
  width: 97%;
}

#footer {
  padding: 10px 20px 0 0;
  text-align: left;
  font-size: 11px;
  color: #606c65;
}

#footer p {
  color: #606c65;
  font-size: 11px;
}

#footer p img {
  vertical-align: bottom;
}

#footer a {
  color: #606c65;
  padding : 5px 5px;
  font-size: .9em;
}
#footer a:hover{
  text-decoration: none;
  color : #C5860B;
}

#footer-links a, #copyright-info {
  margin: 0;
}

#footer-links {
  float: right;
  margin-top : 12px;
  text-align: right;
}

#footer-links a.active{ background-color: #1A1A1A;}

.footer-logo{
  position: absolute;
  left: 0;
  top : 0;
}

#by {
  padding-left: 10px;
}

#by a {
  margin-left: 10px;
}






/* forms */

#home #id_email {
  width: 390px;
}


/* user nav */

#user-nav #status-details {
  margin-right: 60px;
}

#user-nav #status-avatar {
  border: 1px solid #cccccc;
  padding: 0;
  float: right;
  padding: 1px;
}

#user-nav #status-avatar img {
  vertical-align: top;
}


/*** profile ***/

#user-profile {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  behavior:url("border-radius.htc");
  border-width: 8px;
  border-color: #dfe5e7;
  border-style: solid;
  background-color: #ffffff;
  padding: 20px;
}

#user-profile * {
  color: #415157;
}

#user-profile a {
  color: #1a77a7;
}

#profile-avatar {
  float: left;
  display: inline;
}

#profile-avatar img {
  vertical-align: top;
}

#profile-user {
  margin: 0 0 0 100px;
}

#profile-user h1 {
  padding: 9px 0 0 0;
}

#add-user {
  float: right;
  width: 120px;
  padding: 20px 0 0 0;
}

#add-user p {
  color: #6e8893;
}

#twitter-status {
  border-width: 1px 0 0 0;
  border-color: #dfe5e7;
  border-style: solid;
  padding: 10px;
  margin: 20px 0 0 0;
  color: #415157;
}

#twitter-status .twitter-username {
  font-weight: bold;

}

#twitter-status #twitter-title {
  float: left;
  display: inline;
}
#twitter-status #status {
  margin: 0 0 0 90px;
  text-align: left;
}
#twitter-status #status .time {
  font-size: 10px;
}



#profile-messages {
  border-width: 1px 0 0 0;
  border-color: #dfe5e7;
  border-style: solid;
}

/**** help ****/

#help td {
  padding: 4px 10px;

}

/* columns */
.columns{
  width : 100%;
  display : block;
  clear : both;
}
.columns-wrapper{
  position:relative;
  clear:both;
  float:left;
  width:100%;
  overflow:hidden;
}
.columns-two{
  width : 33%;
  float : left;
}
.column-left, .column-right, .column-middle{
  width : 49%;
  float : left;
  position : relative;
  padding : 0;
  margin : 0;
  overflow : hidden;
}
.column-middle{ width : 34%; }
.column-content{padding : 10px; text-align : justify; color:#fff;}
.column-content li, .column-content p, .column-content span{color:#fff;}

/* box */
.box{
  border : 1px solid transparent;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  behavior:url("border-radius.htc");
  overflow : hidden;
}
.box-light, .box-dark{
  display : block;
  width : 320px;
  max-height : 200px;
  overflow : hidden;
  position : relative;
  margin : 0 auto 10px auto;
}
.box-light .box-title, .box-dark .box-title{
  text-transform : uppercase;
  font-size : 1.5em;
  font-weight : bold;
  text-align : right;
  padding : 10px 20px 0 0;
  font-family: Helvetica, Arial, Verdana, sans-serif;
}
.box-light .box-content, .box-dark .box-content{
  display : block;
  text-align : left;
  padding : 25px 10px 5px 10px;
}
.box-light .box-footer, .box-dark .box-footer{
  background-position : center bottom;
  background-repeat : no-repeat;
  overflow : hidden;
  display : block;
  height : 10px;
}
.box-light .box-footer{ background-image : url("../images/box-light.png"); }
.box-dark .box-footer{ background-image : url("../images/box-dark.png"); }
.box-light{ background : url("../images/box-light.png") no-repeat 50% 0%;}
.box-light .box-title{ color: #B17A32;}
.box-dark{ background : url("../images/box-dark.png") no-repeat 50% 0%;}
.box-dark .box-title{ color: #FFFFFF;}
.box-main .box-content{ height : 150px;}

/*** BOX Mailing ***/
.box_mailing label{
  display : block;
  color: #B17A32;
  font-weight: bold;
  font-size:1.7em;
  padding : 5px 0;
}
.box_mailing span{
  text-align:left;
  font-size:.9em;
  line-height:1.2em;
  padding-top:5px;
  display: block;
}
.box_mailing input[type=submit]{
  background-color: #B17A32;
  border-color: #B17A32;
  color: #fff;
  text-transform: uppercase;
  font-weight:bold;
}
.box_mailing input[type=text]{
  border-color : #B17A32;
  width : 230px;
}

/*** BOX Product ***/
.box_product{
  width : 300px;
  height : 200px;
  overflow : hidden;
}
.box_product_wrapper{
  width : 350px;
}
.box_product .product_image{
  width : 100px;
  float : left;
}
.box_product .product_image img{
  max-width : 100px;
}
.box_product .product_data{
  width : 200px;
  float : left;
}
.box_product .product_data .product_title{
  color : #B17A32;
  font-size : 1.3em;
  font-weight:bold;
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  padding-left : 10px;
}
.product_title a:link,
.product_title a:visited{
  color : #B17A32;
}
.box_product .product_data .product_info{
  font-size : .9em;
  line-height: 1.2em;
  padding-left : 10px;
}

/* LINKS */
div.links ul{
  padding : 0;
  margin : 0;
  list-style : none;
}
div.links ul li{
  display : block;
  border-bottom : 1px solid #e8e8e8;
  padding : 0 0 5px 0;
}
div.links ul li a{display : block; width:100%; padding : 5px;}
div.links a:hover{text-decoration : none; color: #B17A32;}
div.links a span{
  display : block;
  font-size : 90%;
  color : #ABB4B6;
  line-height : 9px;
}

#banner_links{
  width : 624px;
  height: 100px;
  overflow : hidden;
}

/* CONTACT */
div.form ul, div.info ul{
  margin : 0;
  padding : 0;
  list-style : none;
}

div.form form, div.info ul{
  padding: 10px 30px;
}
div.form li, div.info li{
  display : block;
  padding : 5px 0;
  clear : both;
}
div.form label, div.info label{
  display : block;
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  font-weight: bold;
  padding : 0 5px;
  font-size : 1.2em;
  text-transform : uppercase;
}
div.info label{ font-weight : bold; padding : 0;}
.icon_contact{
  position : absolute;
  width : 48px;
  height: 48px;
  background-position : 50% 50%;
  background-repeat : no-repeat;
  right : 10px;
  top : -20px;
  z-index: 10;
}
.icon_contact_info{ background-image : url("../images/icon_email.png");}
.icon_contact_form{ background-image : url("../images/icon_form_contact.png");}

div.form li a{display : block; width:100%; padding : 5px;}
div.form input[type="text"], div.form textarea{ width : 99%; border-width: 1px; font-size: .9em;}
div.form input[type="submit"]{ float : right; }
div.form textarea{height : 100px;}


/* PRODUCTS */
ul.products-home{
  padding : 0;
  margin : 0;
  list-style : none;
}
ul.products-home li{
  float : left;
  width : 230px;
  height: 100px;
  margin: 5px;
  overflow : hidden;
  border : 1px solid #C8C8C8;
  border-right-width : 2px;
  border-bottom-width : 2px;
  text-align : center;
  cursor : pointer;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  behavior:url("border-radius.htc");
}

ul.products-home .product-content{
}

#eModal{
  color : #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior:url("border-radius.htc");
}

#player{
  position: absolute;
  left: 830px;
  top: 105px;
  z-index: 1000;
}
#jfmp3_prePlaylist{
  visibility: hidden;
}