body {
   background-color: #000000;
}

a {
   color:#a12ed1;
}

p {
   color: #333333;
}

span {
   color:#a7a7a7;
}

h2, h2 a {
   color:#343333;
}

h2 a:hover {
   color:#a12ed1;
}

h3, h3 a {
   color:#a12ed1;
}

h3 a:hover {
   color:#6f6f6f;
}


/*--------------------------*/
/*..........Menus..........*/
/*------------------------*/

#menu ul li a {
   color:#DAA420;
}

#menu ul li a:hover {
   color: #cb6ff1;
}

#menu ul li.selected a {
   color: #fff;
}


ul.tabs-menu li a, ul.sub-menu li a {
   color: #6f6f6f;
}

ul.tabs-menu li a:hover, ul.sub-menu li a:hover {
   color: #a12ed1;
}


ul.tabs-menu li a.current, ul.sub-menu li a.current {
   color: #fff;
   background-color: #a12ed1;
}

/* hover fix for IE6*/
ul.tabs-menu li a:hover.current, ul.sub-menu li a:hover.current {
   color: #fff;
}


/*-----------------------------------*/
/*..........Divs & Classes..........*/
/*---------------------------------*/

#container-top {
   background: repeat-x url(../images/magenta/line.gif) bottom;
}

#container-center {
	background-color: #ffcc66;
	background-image: url(../images/magenta/ccenter-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#container-bottom {
   background: repeat-x url(../images/magenta/line.gif) top;
}

span.note {
   color:#ff0000;
}

a.continue {
   background: no-repeat url(../images/magenta/continue.gif) bottom left;
}

a:hover.continue {
   background: no-repeat url(../images/magenta/continue-hover.gif) top left;
}

.selected {
   background: url(../images/magenta/menu-bg.gif) right top no-repeat;
}

li.selected a {
   background: url(../images/magenta/menu-abg.gif) left top no-repeat;
}

#container {
	background-color: #0000000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}

.title {
   background: repeat-x url(../images/magenta/line.gif) bottom;
}

div.line {
   background: repeat-x url(../images/magenta/line.gif) bottom;
}


/*---------------------------*/
/*..........Slider..........*/
/*-------------------------*/

#slider-holder {
   background: no-repeat url(../images/magenta/slider-bg.gif)  top center;
}

.slider-mini p, .slider-wide p {
   color:#c3c3c3;
}

.slider-mini h3, .slider-wide h3 {
   color:#f6f6f6;
}

.slider-mini span, .slider-wide span {
   color:#a12ed1;
}

a.readmore {
   color:#fff;
}

a:hover.readmore {
   color:#a12ed1;
}

#nextBtn a {
   background: transparent url(../images/magenta/arrow-right.png) no-repeat top center;
}

#prevBtn a {
   background: transparent url(../images/magenta/arrow-left.png) no-repeat top center;
}

#nextBtn a:hover {
   background: transparent url(../images/magenta/arrow-right-hover.png) no-repeat top center;
}

#prevBtn a:hover {
   background: transparent url(../images/magenta/arrow-left-hover.png) no-repeat top center;
}


/*-------------------------*/
/*..........List..........*/
/*-----------------------*/

ul.normal li, .product ul li {
   color:#6f6f6f;
   background: no-repeat url(../images/magenta/list-icon.gif) 0 2px;
}


/*---------------------------*/
/*..........Footer..........*/
/*-------------------------*/

#footer {
   background: no-repeat url(../images/magenta/footer.gif) top center #000000 ;
}

#footer p {
   color:#5e197a;
}


#footer ul li a, #footer a {
   color:#daa420;
}

#footer ul li a:hover {
   color:#5e197a;
}

div.thankyou strong.name {
   color:#a12ed1;
   font-weight:bold;
}
