/*---[ undohtml ]-------------------------- */
:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,td
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

address { font-style:normal }

fieldset{
padding:.5em;
}

* { margin: 0; padding: 0; }


/* layout ---------------------------------------*/
body {  
background:#f6f0d6;
color:#444;
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif;
font-size: small;
text-align: center;
background-image: url(../images/body-bg.jpg);
background-repeat: repeat-x;
}

* html body	{
font-size:x-small; /*for IE5 Win*/
f\ont-size:small;/*for other IE versions*/
}

html>body	{/*be nice  to Opera*/
font-size:small;
}

#container	{
width:770px;
margin:0px auto;
text-align:left;
background-image: url(../images/container-bg.jpg);
background-repeat: repeat-y;
}

#container .inside	{
padding:0px 10px;
background-image: url(../images/page-top.jpg);
background-position:top left;
background-repeat:no-repeat;
}

/* branding ------------------------------------*/
#branding	{
width:750px;
height:95px;
margin:0;
}

#branding h1	{
display:none;
}

#branding h2	{
display:none;
}

/* --- #content ---------------------------*/

#content {
float:left;
width:565px;
}

#content_main	{
float:right;
width:330px;
overflow:hidden;
background-image: url(../images/content-main-top.jpg);
background-position: left top;
background-repeat: no-repeat;
/*background:#999;*/
}

#content_main .inside	{
padding:60px 0px 0 0px;
background-image: none;
}

#content_main .column_left	{
float:left;
width:50%;
line-height:150%;
}

#content_main .column_right	{
float:right;
width:50%;
line-height:150%;
}

#content_sub1	{
float:left;
width:235px;
background:#fff;
/*background-color:#ccc;*/
}

#content_sub1 .inside	{
padding:0px 0px 0 0px;
background-image: url(../images/content-sub1-bg.jpg);
background-repeat:no-repeat;
background-position: left top;
}

#content_sub2	{
float:right;
width:185px;
/*background-color:#ccc;*/
}

#content_sub2 .inside	{
padding:0px 0px 0 0px;
}

#site_info	{
width:770px;
height:80px;
margin:0 auto;
background-image: url(../images/ftr-bg.jpg);
background-repeat: no-repeat;
clear:both;
}

#site_info address	{
float:left;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:110%;
line-height:150%;
font-weight:normal;
color:#ab5b5b;
margin:30px 0 0 20px;
padding:0;
}

#site_info #nav_supp {
float:right;
color:#ab5b5b;
margin:30px 20px 0 0;
}

#site_info #nav_supp a {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:110%;
line-height:150%;
font-weight:normal;
color:#ab5b5b;
}

/* nav styles --------------------------------------------*/

/* Main Site Nav ------------------------------------------*/
#nav_main	{
padding:70px 0 0 230px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:normal;
color:#b81414;
letter-spacing:1px;
}

#nav_main ul	{
margin-left: 0;
padding-left: 0;
list-style-type: none;
display:inline;
}

#nav_main li	{
display:inline;
padding:0px 0 0px 0px;
}

#nav_main a	{
font-family: Georgia, "Times New Roman", Times, serif;
padding:0px 0 0px 0px;
font-weight:normal;
color:#b81414;

}

#nav_main a:link, #nav_main a:visited	{
color:#b81414;
text-decoration: none;
}

#nav_main a:hover	{
text-decoration:underline;
color:#804040;
}

/*---[ current menu state styles ]---------------------------*/
#home #nav-home a,
#about #nav-about a,
#shops #nav-shops a,
#brands #nav-brands a,
#contact #nav-contact a	{
text-decoration:underline;
color:#804040;
}

/* Site Sub Nav ----------------------------------------------*/
#nav_sub	{
width:950px;
height:25px;
margin:0 15px;
background-image: url(../images/sub-nav-bg.jpg);
background-repeat: repeat-x;
text-align:right;
}

#nav_sub ul	{
margin:0 0 0 0;
padding:5px 0 0 0;
color:#fff;
list-style-type: none
}

#nav_sub li	{
display:inline;
}

#nav_sub a	{
padding:3px 10px;
color:#fff;
font-weight:normal;
}

#nav_sub	a:hover	{
text-decoration:underline;
}

#toplinks	{
float:right;
margin:0 10px 0 0;
padding:5px 0 0 0;
color:#fff;
}


/* text styles ---------------------------------------------*/
h1	{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:200%;
font-weight:normal;
color:#b81414;
margin:0 0 10px 0;
}

h2	{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:140%;
font-weight:normal;
color:#804040;
margin:15px 0 0px 0;
}

#content_sub2 h2	{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:100%;
color:#333;
margin:0 0 10px 0;
text-align: right;
}

h3	{
font-size:120%;
color:#333;
margin:0 0 0 0;
}

p	{
line-height:140%;
}


/* link styles --------------------------------------------*/
a:link, a:visited	{
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
color:#b81414;
font-weight:bold;
}

a:hover	{
text-decoration:underline;
color:#804040;
}

/* lists ---------------------------------------------------*/

ul{
margin:10px 0;
padding:0;
list-style-type: square;
}

ul ul{
list-style-type: disc;
}

ul ul ul{
list-style-type: none;
}

ul.basiclist	{
margin:10px 0;
list-style-type:square;
}

ul.basiclist li	{
margin-left:20px;
margin-top:5px;
}

ol	{
margin:10px 0;
padding:0;
list-style-type:decimal;
}

ol li	{
margin-left:25px;
margin-top:5px;
}

ol.basicorderedlist	{
margin:10px 0;
list-style-type:decimal;
}

ol.basicorderedlist li	{
margin-left:25px;
margin-top:5px;
}
