﻿html,body { margin: 0; padding: 0; }

body
{
    margin: 0;
    padding: 0;
    height: 100%;
    background-repeat: repeat-x;
    background-image: url('../images/images/bg.jpg');
}

.Outer
{
    background-position: center top;
    position: absolute;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;

}

.Main 
{
    padding:0; 
    width:1008px; 
    height:100%; /* works only if parent container is assigned a height value */ 
    margin:auto;
}

img 
{
    padding:0px;
    margin:0px;
}

h1 
{
    font-family:Arial, Helvetica, sans-serif; 
    font-size:14px;
    font-weight:bold; 
    color:#BE6D29; 
    padding:0px;
    margin:0px;
}

ul 
{
    list-style:none;
    background-image:url(images/template/menubg.gif);
    margin:0px;
}

li 
{
    padding-bottom:3px;
}

li a
{
    font-family:tahoma; 
    font-size:14px;
    font-weight:bold; 
    color:#000000; 
    text-decoration:none;
    height:20px;
    padding-bottom:2px;
}

.MenuSub a
{
    font-family:tahoma; 
    font-size:13px;
    font-weight:bold;
    color:#ca006c; 
    text-decoration:none;
    height:20px;
    padding-bottom:2px;
}

a 
{
    padding:0px;
    margin:0px;
}

.Top 
{
    width:1006px;
}

#basket
{
    font-family: Arial;
    font-size: 0.8em;
    color: Black;
    width: 307px;
    height: 51px;
    background-image: url('../images/images/template_03.jpg');
    background-repeat: no-repeat;
    text-align:right;
    padding-top:25px;
}

#LabelBasket 
{
    font-family: 'Lucida Sans Unicode','Lucida Grande';
	font-size: 11px;
    margin-right:48px;
    font-weight:bold;
}

/**************************************************************
   Top menu
 **************************************************************/

div#menubar
{
    width:950px;
    background-color:#fcf2de;
    height:30px;
    clear:both;
    margin-left:auto;
    margin-right:auto;
    border-top:1px solid #f7dbd0;
    border-bottom:1px solid #f7dbd0;
    text-align:center;
    padding-top:6px;
}

div#menubar ul
{
}

div#menubar ul li
{
    font-family:Arial;
    font-size: 0.6em;
    color:Black;
    display: inline;
    list-style-type: none;
    
}

div#menubar ul li a
{
    color:Black;
    text-decoration:none;
    font-weight:normal;
}


div#menubar ul li a:hover
{
    color:#d03770;
    text-decoration:none;
}

/**************************************************************
   Dropwdown Menus
 **************************************************************/

.menudrop
{
    position: absolute;
    border: 1px solid #BE6D29;
    z-index: 100;
    background-color: #F5EEE6;
    display: none;
    background-repeat:no-repeat;
    width:935px;
    margin-left:15px;
    margin-top:-5;
    padding:20px;
    font-family:Arial;
    font-size:12px;
    color:#000000;
}

.menudrop a
{
    color:#000000;
    text-decoration:none;
}

.menudrop ul
{
    list-style-type: none;
    padding:10px;
}

.menudrop ul li
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:#000000;
}

.menudrop ul li a
{
    font-size:12px;
    font-weight:bold;
    color:#000000;
}

/**************************************************************
   Middle Content
 **************************************************************/

.Middle
{
    width: 1006px;
    background-color: White;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../images/Template/template_08.gif');
    background-repeat: no-repeat;
    min-height:1002px;
}

.Bottom 
{
    width:1006px;
}

.TextHeaders
{
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    color: #ca006c;
}

p
{
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    color: #000;
}

.Text
{
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    color: #ca006c;
}

.Textlabel
{
    font-family: Arial;
    font-size:11px;
    font-weight: bold;
    color: #000000;
}

.ProductText
{
    font-family: Arial;
    font-size: small;
    font-weight: normal;
    color: #ca006c;
    text-decoration:none;
}

.ProductText a
{
    text-decoration:none;
}

.BasketGrid 
{
    border:0px;
    width:800px;
    font-family:Arial;
    font-size:smaller;
}

.boldlinks 
{
    padding-left:60px; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:14px;
    font-weight:bold; 
    color:#000; 
    text-decoration:none;
}

.tablesearch
{
    background-position: left top;
    width: 50px;
    text-align:right;
}

.qtybox 
{
    width:30px;
    height:26px;
    border:1px solid #000;
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
    text-align:center;
}

.emailboxes
{
    width: 30px;
    height: 26px;
    border: 1px solid #FF3399;
    font-family: Arial;
    font-size: 20px;
    text-align: center;
    color: #000;
}

.boldtext 
{
    font-family:Arial, Helvetica, sans-serif; 
    font-size:14px;
    font-weight:bold; 
    color:#ca006c; 
}

.boldtext a
{
    color:#ca006c; 
    text-decoration:none;
}

/*Modal Popup*/
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalPopup {
    background-color:#ffffdd;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    text-align:center;
}
.hidden {display:none}

.flyOutDiv
{
     display: none;
     position: absolute;
     width: 502px;
     z-index: 3;
     opacity: 0;
     filter:(progid:DXImageTransform.Microsoft.Alpha(opacity=0));
     padding: 0px;
     border:1px solid #000000;
}

.flyOutDivCloseX
{
 padding: 0px; 
}

.CustomValidatorCalloutStyle div, 
.CustomValidatorCalloutStyle td { 
    border:solid 1px blue; background-color: #FFFFFF; 
}

.choicebox 
{
    width:90%; 
    border:1px solid #000000; 
    padding:10px;; 
    background-color:#e6f4ff; 
    margin-bottom:15px;
    height:60px;
}

.menupanels 
{
    display:none;
    text-align:left;
    width:250px;
}

#carousel
{
    background-position: left top;
    width:1006px;
    background-image: url('../images/images/template_12.jpg');
    background-repeat: no-repeat;
    clear:both;
    height:180px;
}

.textcontent 
{
    width:580px;
    font-family: 'Lucida Sans Unicode','Lucida Grande';
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	margin-left:100px;
}

.newsletter 
{
    font-family:Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color: #000000;
	margin-left:18px;
	margin-top:10px;
    }
