﻿
html, body 
{
            font: 100% Arial, Helvetica, sans-serif;

           
            margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

            padding: 0;

            text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
            background: #4D1037 url(../images/bg.gif) repeat-x top left;
            color: #000000;
         
           

}

#container {

            width: 1000px;

            margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

            
            text-align: left; /* this overrides the text-align: center on the body element. */
    
        top:0;

            
}




#mainContentbg 
{
  
    background: #4D1037 url(../images/yogateds_bg.jpg) no-repeat;
          width: 1000px;
   float:left;
margin:0;
            padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
border: 0 solid #000000;
top:0;
}

#mainContent 
{
    width: 900px;
     float:left;

            padding: 0;
            border: 0 solid blue;
            margin: 0 0 0 50px;    
}

 

#navlist {

 

float:left;

width:100%;
padding:2px 0 0 0;
margin:0 0 0 0;
height:38px;
background:#70174F;
font-family: Times New Roman;
font-size:18px;
text-decoration:none;
font-weight:normal;
}

 

#navlist li

{

height:23px;
float:left;
list-style-type: none;
border: solid 0 #000;
padding: 5px 26px 10px 15px;
background: url(../images/menu_separator.gif) no-repeat bottom right;
margin:0;
}

#navlist li.no_separator

{

height:24px;
float:left;
list-style-type: none;
border: solid 0 #000;
padding: 5px 0 10px 10px;
background:none;
margin:0;
}

 

#navlist li a

{

 

color:#fff;
text-decoration:none;
 

}

 

#navlist li a:hover, #navlist li a#current

{


text-decoration:none;
color:#EF9429;

 

}

 
#footer 
{
 
 width: 940px; 
clear: left;

 padding:10px 0 30px 0;
 margin: 0 auto;  
 background: #70174F url(../images/footer_bg.jpg) repeat-y;
 
}

.info 
{
    width:200px;
 float:left;
 text-align:right;   
 font-family: Helvetica, Arial;
font-size: 11px;
color:#FFF;
    margin:10px  0 0 0;
    

}

 
#footernavlist 
{
    margin:10px  0 0 25px;
    padding:0;
    float:left;
    width:670px;
}

 

#footernavlist li

{

float:left;

list-style-type: none;
height:18px;
padding: 0 10px 0 10px;
font-family: Helvetica, Arial;
font-size: 11px;
border-right: solid 1px #FFF;

}

#footernavlist li.noborder

{

float:left;

list-style-type: none;
height:18px;
padding: 0 10px 0 10px;
font-family: Helvetica, Arial;
font-size: 11px;
border-right: solid 0 #FFF;

}

 

#footernavlist li a

{

 
text-decoration: none;
color:#fff;

 

}

 

#footernavlist li a:hover

{

 text-decoration: none;
color: #F19C4F;

 

}

 

 

.home_intro  {

width: 350px;

float:left;
background: #FFF;
margin: 20px 50px 14px 40px;

 

}

.home_intro p 
{
    
 margin: 10px 0 0 0;  
 line-height: 20px;
}
#home 
{
    float:left;
    height:100%;
    border:solid 0 #000;
    background-color: #FFF;
    width:100%;
}
.home_intro #logo {


color: #70174F;
font-size:350%;
font-family:Times New Roman;

margin: 0 0 0 -12px;

 

}


.internal_intro  {

width: 250px;

float:left;

margin: 20px 0 25px 40px;

 

}

.internal_intro #logo {


color: #70174F;


margin: 0 0 8px -12px;

 

}

 h2, h2 a, h3 a, h2 p
 {
     
     color: #F19C4F;
     font-size:18px;
     font-family:Helvetica, Arial;
     margin:4px 0 5px 2px;
     padding:0;
     line-height: 24px;
     font-weight:bold;
 }
 
 
 p 
 {
     
     color: #666;
     font-size:12px;
      font-family:Helvetica, Arial;
     margin:4px 10px 0 5px;
     padding:0;
     font-weight:normal;
     line-height: 18px;
     
 }

#banner {

width: 400px;
text-align:center;
float:left;
border: solid 0 #000;
margin: 10px 0 10px 0;
vertical-align:middle;
padding: 25px 0 0 20px;
height:265px;
background: #FFF;
}

 

.box{

 

float:left;
margin:0;
padding:0;
width:299px;
height:150px;
background-color: #E6DCB9;

border-right: solid 1px #D3BCA8;
border-bottom: solid 1px #D3BCA8;
}


#blog.box, .box#blog  {

 
margin:0;
padding:0;
float:left;

width:299px;
height:150px;
background: #E6DCB9 url(../images/blog_bg.jpg) no-repeat;

border-right: solid 1px #D3BCA8;
border-bottom: solid 1px #D3BCA8;
}



#blog.box1  {

 margin:0;
padding:0;

float:left;

width:300px;
height:150px;
background: #E6DCB9 url(../images/blog_bg.jpg) no-repeat;

border-right: solid 0 #D3BCA8;
border-bottom: solid 1px #D3BCA8;
}



.box1 {

 margin:0;
padding:0;

float:left;
width:300px;

height:150px;
background-color: #E6DCB9;

border-right: solid 0 #D3BCA8;
border-bottom: solid 1px #D3BCA8;

}

 

.box img, .box1 img {

 


margin: 10px 10px 0 10px ;
padding:0 ;
float:left;

border: solid 0 red;

}

.box_title {
color: #70174F;
padding:0;
float:left;
font-size:14px;
font-family:Helvetica, Arial;
border: solid 0 blue;
margin: 10px  0 0 0 ;
width:90px;
height: 90px;
}

.box_title a 
{
    text-decoration:none;
}

.box_title a:hover 
{
    text-decoration:none;
}

 #blog.box .box_title, #blog.box1 .box_title, .box #blog .box_title {
color: #70174F;
padding:0;
float:left;
font-size:14px;
font-family:Helvetica, Arial;
border: solid 0 blue;
margin: 20px  0 0 140px ;
width:160px;
height: 80px;
}

 #blog.box .box_title p, #blog.box1 .box_title p {
color: #666;
padding:0;
font-size:11px;
font-family:Helvetica, Arial;
border: solid 0 blue;
margin:0;
line-height: 14px;
}

 #news.box .box_title,  #news.box1 .box_title  {
color: #70174F;
padding:0;
float:left;
font-size:36px;
font-family:Times New Roman;
border: solid 0 blue;
margin: 7px  0 0 10px ;
width:280px;
height: 93px;
}

 #news.box .box_title p,  #news.box1 .box_title p  {
color: #666;
padding:0;
font-size:11px;
font-family:Helvetica, Arial;
border: solid 0 blue;
margin:0;
line-height: 14px;
}


 #news.box .box_title input, #news.box1 .box_title input  
 {
     margin: 27px 0 0 0;
 }
 
 
 
 #classes.box1 .box_title, #classes.box .box_title  {
color: #70174F;
padding:0;
float:left;
font-size:36px;
font-family:Times New Roman;
border: solid 0 blue;
margin: 5px  0 0 10px ;
width:250px;
height: 98px;
}

 #classes.box1 .box_title p, #classes.box .box_title p {
color: #666;
padding:0;
font-size:11px;
font-family:Helvetica, Arial;
border: solid 0 blue;
margin:0;
line-height: 14px;

}

#classes.box1 .box_title img, #classes.box .box_title img 
{
    
    
margin: 2px 2px 0 0 ;
padding:0 ;
float:left;

border: solid 0 red;
}

a.box_link, input.box_link {

border: solid 0 green;
display:block;
width:39px;
height:36px;
margin: 0 0 0 55px;
background: url(../images/link_button.jpg);
float:left;

}

a:hover.box_link  {

border: solid 0 green;
display:block;
width:39px;
height:36px;
margin: 0 0 0 55px;
background: url(../images/link_button_over.jpg);
float:left;

}

#news.box input.box_link, #news.box1 input.box_link {

border: solid 0 green;
display:block;
width:39px;
height:36px;
margin: 0 0 0 255px;
background: url(../images/link_button.jpg);
float:left;

}

#blog.box a:hover.box_link, #blog.box1 a:hover.box_link {

border: solid 0 green;
display:block;
width:39px;
height:36px;
margin: 0 0 0 255px;
background: url(../images/link_button_over.jpg);
float:left;

}


#blog.box a.box_link, #blog.box1 a.box_link {

border: solid 0 green;
display:block;
width:39px;
height:36px;
margin: 0 0 0 255px;
background: url(../images/link_button.jpg);
float:left;

}

#news.box a:hover.box_link {

border: solid 0 green;
display:block;
width:39px;
height:36px;
margin: 0 0 0 255px;
background: url(../images/link_button_over.jpg);
float:left;

}

#classes.box1 a.box_link, #classes.box a.box_link {

border: solid 0 green;
display:block;
width:39px;
height:36px;
margin: 0 0 0 255px;
background: url(../images/link_button.jpg);
float:left;

}

#classes.box1 a:hover.box_link, #classes.box a:hover.box_link {

border: solid 0 green;
display:block;
width:39px;
height:36px;
margin: 0 0 0 255px;
background: url(../images/link_button_over.jpg);
float:left;

}

a, h2 a:hover, h3 a:hover 
{
    
    color: #70174F;
    
}

a:hover
{
    
    color: #F19C4F;
    
}

#blog p, #news p 
{
    
 margin: 0 0 0 0;   
}

#products 
{
    

width: 530px;

float:left;
border-left:solid 1px #D3BCA8;
margin: 110px 0 20px 8px;
padding: 0 0 15px 20px ;

 
    
}

#text 
{
    

width: 550px;

float:left;
border-left:solid 0 #D3BCA8;
margin: 110px 0 20px 10px;
padding: 0 0 15px 30px ;

 height:100%;
    
}

#contacts 
{
    

width: 550px;

float:left;

margin: 110px 0 20px 10px;
padding: 0 0 15px 30px ;
 min-height: 260px; 
 height:100%;
    
}

.prod_cat 
{
    color: #70174F;
    font-size:140%;
font-family:Helvetica, Arial;
}

.prod_text 
{
    padding: 15px 10px 0 0;
 float:left;
 width:248px;
 color:#666;
   font-family:Helvetica, Arial;
    font-size:12px;
    line-height:18px;
}

.prod_name
{
   font-weight:normal;
   font-size: 16px;
   margin: 0 0 10px 0;
   line-height:18px;
   padding:0;
}

#products p 
{
 margin:0;
 padding:0;   
}

.prod_image 
{
 
 float:left;   
   
    margin: 15px 0 0 0;
    width: 250px;
    text-align:left;
}

.prod_image img 
{
    
     border: solid 1px #70174F;
}

.prod_price_header 
{
     color:#70174F;
   font-family:Helvetica, Arial;
    font-size:110%;
    margin:20px 0 0 0;
}


.item 
{
 
 float:left;
 width:620px;
 border-bottom:solid 0 #D3BCA8;   
height:80px;
margin: 0 0 0 0 ;
padding:2px ;
border: solid 0 #000;
 color:#666;
    font-size: 12px;
    font-weight:bold;
}

.price 
{
 
 float:left;
 width:540px;
 border-bottom:solid 1px #D3BCA8;   
height:100%;
margin: 0 0 0 0 ;
padding:2px  ;
font-weight:normal;
}

.f-var0 
{
    display:inline;
    margin:0;
      border:solid 0 #000;
     width:87px;
    height:34px;
    
}

.price_desc 
{
     width:355px;
     display:inline;
    color:#666;
    font-size: 12px;
     border:solid 0 #000;
      margin:7px 0 4px 0;
    padding:5px 0 0 0;
   
    float:left;
    font-weight:normal;
}

.price input.btn 
{
   
    width:87px;
    height:31px;
    margin:3px 0 0 0;
    padding:0;
float:left;
  
}

#internal 
{
    width:100%;
    float:left;
    background: #FFF;
   
    margin:0;
    padding:0;
    border:solid 0 #000;
}

.small 
{
    color:#666;
    font-size:11px;
}

a.menu_link 
{
 border:solid 0 #000;
 display:block;
 height:21px;
 padding: 4px 0 0 27px;   
 background: none;
 font-family:Helvetica, Arial;
    font-size:90%;
    color:#666;
    margin:0 0 0 -25px;
    
     text-decoration:underline;
    
}

a.menu_link_selected,  a:hover.menu_link
{
     text-decoration:none;
    margin:0 0 0 -25px;
  
  
 border:solid 0 #000;
  font-family:Helvetica, Arial;
    font-size:90%;
    color:#70174F;
 display:block;
 height:21px;
 padding: 4px 0 0 27px;   
 background: url(../images/selected_cat.jpg) no-repeat;
    
}

.product 
{
    
    width: 550px;
border:solid 1px #000;


margin: 0 0 20px 0;
    
}

.ad_title 
{
     font-family:Helvetica, Arial;
    font-size:12px;
   font-weight:bold;
    color:#F19C4F;
    margin: 10px 0 0 0;
    float:left;
    border: solid 0 #000;
}

.ad_text 
{
    
     font-family:Helvetica, Arial;
    font-size:11px;
    float:left;
     color:#666; 
     margin: 2px 0 5px 0;
}

.purple 
{
       font-weight:normal;
    color:#70174F;
}


.orange 
{
       font-weight:normal;
    color:#F19C4F;
}