﻿/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #2E2F29;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	font-size: 10px;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	border-right: 1px solid #1E1E1B;
	border-bottom: 1px solid #494B43;
	border-left: 1px solid #1E1E1B;
	background: #20211D;
	width: 153px;
}

.input2 {
	float: right;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 0.5em;
	text-align: justify;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: MS Sans Serif, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d1d3ca;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	color: #FFFFFF;
}

.text2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/** LINKS */

a {
	color: #FF0000;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #FFFFFF;
	text-decoration: none;
}

a.link1:hover {
	text-decoration: underline;
}

a.menu {
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
}

a.news {
	color: #d3d13d;
	text-decoration: none;
}

a.news:hover {
	text-decoration: underline;
}

a.promotion {
	color: #e39d2f;
	text-decoration: none;
}

a.promotion:hover {
	text-decoration: underline;
}

a.email {
	color:Aqua;	
	text-decoration: none;
}

a.email:hover {
	text-decoration: underline;
}

a.faq 
{
    font-weight:bold;
	color: #d3d13d;
	text-decoration: none;
}

a.faq:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	font-size: 10px;
}

.style1 a {
	color: #FFFFFF;
}

.style1 a:hover {
}

.style2 {
	text-align: center;
	color: #C4C7B9;
}

.style2 a {
	color: #C4C7B9;
}

.style2 a:hover {
}

/** BACKGROUNDS */

.promo1{
    background: url(images/b_bot_hor.gif) no-repeat left bottom;
}
.promo2{
    background: url(images/b_top_hor.gif) no-repeat left top;
}
.promo3{
    background: url(images/b_bot_left_ver.gif) repeat-y left top;
}
.promo4{
    background: url(images/b_bot_right_ver.gif) repeat-y right top;
}

.bg1 {
	background: url(images/homepage04.jpg) repeat-y left top;
}

.bg2 {
	background: url(images/homepage05.jpg) no-repeat left bottom;
}

.bg3 {
	background: url(images/homepage08.gif) no-repeat left top;
}

.bg4 {
	background: url(images/homepage09.jpg) no-repeat left top;
}

.bg5 {
	background: url(images/homepage13.jpg) no-repeat left top;
}

.bg6 {
	background: url(images/homepage20.jpg) no-repeat left top;
}

.bg7 {
	background: url(images/subpage2_03.jpg) repeat-y left top;
}

.bg8 {
	background: url(images/subpage2_04.jpg) no-repeat left bottom;
}

.frameTop {
	background: url(images/f_top_hor.gif) no-repeat top;
}

.frameSide {
	background: url(images/f_side_ver.gif) repeat-y left top;
}

.frameBottom {
	background: url(images/f_bot_hor.gif) no-repeat left bottom;
}

.sFrameTop {
	background: url(images/bb_top_hor.gif) no-repeat top;
}
.sFrameLeft {
	background: url(images/b_bot_left_ver.gif) repeat-y left bottom;
}
.sFrameRight {
	background: url(images/b_bot_right_ver.gif) repeat-y right bottom;
}
.sFrameBottom {
	background: url(images/bb_bot_hor.gif) no-repeat bottom;
}


/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.Btn
{
	border-style: none;
    border-color: inherit;
    border-width: medium;
    background-image:url('Images/Button.gif');
    background-color:Transparent;
    background-repeat:repeat-x;
    text-align:center;
    font-family:Tahoma;
    color:White;
    font-size:11px;  
    cursor:hand;
    padding-bottom:2px;
}

.TblCart
{
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color:#5A5A5A;
	background-image:url('Images/CartBG.gif'); 
	background-repeat:repeat-y;	
}

.TblChat
{
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color:#5A5A5A;
	background-image:url('Images/ChatBG.gif'); 
	background-repeat:repeat-x;	
}

.TxError
{
	color: #FF0000;	
}

.DpFields
{
    border:solid 1px #8D8D8D;
	color:#171717;	
}

.TxFields
{
    border:solid 1px #8D8D8D;
	color:#171717;	
}

.lblTxError
{
	font-family:Tahoma;
	color:red;
	font-size:11px;
}

.LblTx1
{
	color:Aqua;	
}

.LblTx2
{
	color:#d3d13d;	
}

.LblTx2_Bold
{
    font-weight:bold;
	color:#d3d13d;	
}

.LblTx3
{
    color:#e39d2f;    
}
