*
{
    border: medium none;
}
 
img
{
    border: 0px;
}

strong
{
    font-weight: bold;
}
h1
{
    font-size: 24px;
    font-family: Georgia, Times New Roman Serif;
    color: #b63933;
    font-weight: normal;
    margin: 0px;
    padding: 10px 0px;
    line-height: 20px;
}
h1 span
{
    font-size: 20px;
    color: Black;
}
h2
{
    font-size: 18px;
    font-family: Georgia, Times New Roman Serif;
    color: #000;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    line-height: 18px;
}
h2 span
{
    font-size: 20px;
    color: #b63933;
    font-weight: bold;
}
h3
{
    font-weight: bold;
    color: #5e5e5e;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    display: inline;
}
h3 span
{
    font-weight: normal;
    color: #5e5e5e;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    display: inline;
}
h4
{
    font-size: 11px;
    font-weight: bold;
    color: #e63e3e;
    margin: 0px;
    padding: 0px;
    display: inline;
}

h5
{
    font-size: 14px;
    color: #e63e3e;
    margin: 0px;
    padding: 0px;
}
h6
{
    font-size: 12px;
    color: #000;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: inline;
    line-height: 18px;
}

span
{
    color: #5e5e5e;
    font-weight: normal;
}
a, 
a:focus, 
a:visited
{
    color: #5e5e5e;
    outline: none;
}

a:hover
{
    color: #000;
}
.link_b a
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}

.link_b a:visited
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.link_b a:hover
{
    color: #bf0202;
    font-weight: bold;
    text-decoration: none;
}

.link_r a
{
    color: #bf0202;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}
.link_r a:visited
{
    color: #bf0202;
    font-weight: bold;
    text-decoration: none;
}
.link_r a:hover
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

span.button
{
    background-color: #fde7dc;
    border-color: #fff #eeae90 #eeae90 #fff;
    border-style: solid;
    border-width: 1px;
    padding: 2px 5px 2px 5px;
    
}
span.button input
{
   background:none;
   border:0;
   font-size: 11px;
   color: #bf0202;
   cursor: pointer;
   margin: 5px 0px 0px 0px;

}
span.button1
{
    background-color: #f8c4ab;
    border-color: #fff #eeae90 #eeae90 #fff;
    border-style: solid;
    border-width: 1px;
    padding: 2px 5px 2px 5px;
    
}
span.button1 input
{
   background:none;
   font-weight: normal;
   border: 0;
   font-size: 11px;
   color: #bf0202;
   cursor: pointer;
   margin: 0px;

}
span.button2
{
    background-color: #f8c4ab;
    border-color: #fff #eeae90 #eeae90 #fff;
    border-style: solid;
    border-width: 1px;
    padding: 2px 5px 2px 5px;
    
}
span.button2 input
{
   background:none;
   font-weight: bold;
   border: 0;
   font-size: 11px;
   color: #bf0202;
   cursor: pointer;
   margin: 8px 0px 0px 0px;

}
span.button3
{
    background-color: #fde7dc;
    border-color: #fff #eeae90 #eeae90 #fff;
    border-style: solid;
    border-width: 1px;
    padding: 2px 5px 2px 5px;
    
}
span.button3 input
{
   background:none;
   font-weight: normal;
   border: 0;
   font-size: 11px;
   color: #bf0202;
   cursor: pointer;
   margin: 0px;

}
.artists_image img
{
	background-color: White;
	border: solid 1px #f8c4ab;
	padding: 5px;
	margin: 0px 0px;
	vertical-align: top;
	width: 90px;
	height: 60px;
}
.artists_image a:hover img
{
	background-color: #f8c4ab;
}
.artists_image_big img
{
	background-color: White;
	border: solid 1px #f8c4ab;
	padding: 5px;
	margin: 0px 0px;
	vertical-align: top;
	width: 300px;
	height: 200px;
}
.artists_image_big a:hover img
{
	background-color: #f8c4ab;
}
#backbutton a {
  text-decoration: none;
  color: #5E5E5E;
}
#backbutton a:hover {
  text-decoration: none;
  color: #5E5E5E;
}
#page_input_field
{
    height: 20px;
    border: solid 1px #f8c4ab;
    font-size: 11px;    
    color: #5e5e5e;
    outline: none;
}
.container 
{
    display: block; 
    position: absolute; 
    min-height: 100%;
    width: 100%;
}
.header 
{
    width: 100%;
    height: 29px;
    background: transparent url(../images/header_bg.gif) repeat-x scroll center top;
    position: relative;
    display: block; 
    top: 0px;
}
.main2
{
    margin: 0px;
    padding: 0px;
    top: 0px;
    width: 969px;
    min-height: 100%;
    position: relative;
}
.clearing
{
    clear: both;
}
/* --TOP NAVIGATION------------------------------------- */

.top_nav
{
    width: 375px;
    height: 22px;
    position: absolute;
    margin: 2px 0px 0px 274px;
    padding-top: 3px;  
    color: #c37643; 
}
.top_nav a
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin: 0px 5px;
    outline: none;
}
.top_nav a:visited
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin: 0px 5px;
}
.top_nav a:hover
{
    color: #f8c4ab;
    font-weight: bold;
    text-decoration: none;
}
.family_nav
{
    width: 330px;
    height: 22px;
    position: absolute;
    margin: 2px 0px 0px 639px;
    padding-top: 3px; 
}
.family_nav a
{
    color: #f8c4ab;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}
.family_nav a:visited
{
    color: #f8c4ab;
    font-weight: bold;
    text-decoration: none;
}
.family_nav a:hover
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.family_nav img
{
    margin-left: 10px;
}
/* ----------------------------------------------------- */

.left_col
{
    width: 234px;
    xheight: 100%;
    padding: 0px 0px 33px 40px;  
    margin: 0px;
    position: relative;
    float: left;
}
.double_col
{
    width: 695px;
    xheight: 100%;
    padding: 0px 0px 33px 0px;
    margin: 0px;
    position: relative;
    float: right;
}

/* --LEFT COLUMN------------------------------------- */
.logo
{
    width: 234px;
    height: 122px;
    margin: 0px;  
    padding-top: 40px;
    float: left;
    border-bottom: solid 1px #f8c4ab;
}
/* --SIDE NAVIGATION------------------------------------- */
/* Level 1 */
.side_nav
{
    float: left;
    min-height: 95px;
    margin: 0px;
    position: relative;
    width: 234px;
}

.side_nav ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.side_nav li
{
    margin: 0px 10px;
    width: 214;    
    text-align: left;
    clear: both;

}


.side_nav a
{
  background: transparent url(../images/arr_or_big.gif) no-repeat scroll left;
  display: block;
  padding: 6px 0px 0px 15px;
  width: 194px;
  height: 20px;
  color: Black;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: solid 1px #fde7dc;
  outline: none;
}
.side_nav span a 
{
  background-image: none;
  display: block;
  padding: 6px 0px 0px 15px;
  width: 194px;
  height: 40px;
  color: Black;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: solid 1px #fff;
}
.side_nav span a:hover
{
  background-image: none;
  display: block;
  padding: 6px 0px 0px 15px;
  width: 194px;
  height: 40px;
  color: Black;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: solid 1px #fff;
}

.side_nav a:hover
{
  background-image: url(../images/arr_or_big_on.gif);
  color: #b63933;
}
.side_nav li ul 
{
    border-top: solid 1px #fde7dc;
    width: 209px;
}
.side_nav li ul li 
{
  border: none;
  margin: 0px;

}
.side_nav li ul li a 
{
  color: #bf0202;
  font-weight: bold;
  text-decoration: none;
  background-image: none;
  border-style: none;
  background-color: #FFFFFF;
  text-transform: none;
  padding: 2px 0px 0px 15px;
  outline: none;
}
.side_nav li ul li a:hover 
{
  color: #000;  
  font-weight: bold;
  text-decoration: none;
  background-image: none;
  border-style: none;
  background-color: #fde7dc;
  text-transform: none;
}


/* -------------------------------------------------- */
.search_box
{
    width: 234px;
    height: 139px;
    float: left;   
    margin-bottom: 15px;
}
.search_form
{
    padding: 15px;
    margin: 0px;
}
.search_form ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.search_form ul li
{
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 5px 0px;
}
#input_field
{
    width: 190px;
    height: 16px;
    border: solid 1px #f8c4ab;
    font-size: 11px;   
    line-height: 11px; 
    color: #5e5e5e;
    padding: 3px;
}
#select_field
{
    width: 198px;
    height: 24px;
    border: solid 1px #f8c4ab;
    font-size: 11px;   
    line-height: 11px; 
    color: #5e5e5e;
    padding: 2px;
}
#input_field_
{
    width: 99%;
    height: 100%;
    border: solid 1px #f8c4ab;
    font-size: 11px;    
    color: #5e5e5e;
    padding: 3px;
}
#txtarea_
{
    font-family: Tahoma, Arial, Sans-Serif;
    border: solid 1px #f8c4ab;
    font-size: 11px;    
    color: #5e5e5e;
    padding: 3px;
    overflow: hidden;
}
#input_field1
{
    width: 100%;
    height: 20px;
    border: solid 1px #f8c4ab;
    font-size: 11px;    
    color: #5e5e5e;
    vertical-align: middle;
    margin: -5px 10px auto auto;
    float: right;
}
#input_field2
{
    width: 50%;
    height: 20px;
    border: solid 1px #f8c4ab;
    font-size: 11px;    
    color: #5e5e5e;
    vertical-align: middle;
    margin-top: -5px;
}



.flash_box
{
    padding-left: 5px;
    width: 370px;
    height: 163px;
    float: left;
}



/* -------------------------------------------------- */
.footer 
{
    display: block; 
    bottom: 0; 
    height: 33px;
    width: 100%;
    position: absolute;
    background-color: #eeae90;
}

/* --BOTTOM NAVIGATION------------------------------------- */

.copyright
{
    width: 234px;
    height: 23px;
    position: absolute;
    margin-left: 0px;  
    padding: 10px 0px 0px 40px;
    background: #fff url(../images/copyright_bg.gif) no-repeat scroll right 0;
}
.copyright span
{
    margin-left: 15px;  
}
.bottom_nav
{
    width: 695px;
    height: 23px;
    background-color: #eeae90;
    position: absolute;
    margin-left: 274px;
    padding: 10px 0px 0px 15px;
}
.bottom_nav a
{
    margin: 0px 5px;
    outline: none;
}
/* ----------------------------------------------------- */
.right
{
    float: right;
    padding-top: 10px;
}

.quotation
{
    font-family: Georgia, Times New Roman Serif;
    font-weight: normal;
    color: #5e5e5e;
    font-size: 11px;
    line-height: 16px;
    font-style: italic; 
    display: inline;   
}
.author
{
    font-family: Tahoma, Arial, Sans-Serif;
    color: Black;
    font-size: 11px;
    font-weight: normal;
    display: inline;
}
.heading
{
    font-family: Tahoma, Arial, Sans-Serif;
    color: #e63e3e;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 10px;
}
.simple_text
{
    color: #5e5e5e;
    font-family: Tahoma, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 11px;
}
.disc_cd
{
    border: solid 1px #e39d4f;
    display:inline;
    width: 65px;
    height: 65px;
    float: left;
    margin-right: 10px;
}
.selectdropdown {
    border:1px solid #F0C4CB;
    color:#76656B;
    font-family:arial;
    font-size:11px;
    padding:3px;
}