/*------------------*\
|* global interface *|
\*------------------*/
body {
  margin: 0px;
  padding: 0px;
  color: #222211;
  background: #FEC85E;
  font: normal 12px verdana, sans-serif;
  text-align: center;
}

body#image {
 background:#fff;
 border:0px solid;
 margin:0 auto;
}

body#image .imagedetail{
 background:#fff;
 border:0px solid;
 text-align:center;
}

body#image .imagecaption{
  clear:left;
  text-align:left;
}


img.left, left {
 float:left;
 margin-right:8px;
}

img.right, .right {
 float:right;
 margin-left:8px;
}


html { min-height: 100%; margin-bottom: 1px; } /* forces vertical scrollbar in non-IE browsers to prevent "page shifting"*/



img {
  border: 0px;
}

/* forms */
form {
  margin: 0px;
}


/* links */
a {
  color: #CC3300;
}
a:visited {
  color: #FF6600;
}
a:hover {
  color: #F7AF21;
  text-decoration: none;
}

#content a {
  color: #009900;
}
#content  a:visited {
  color: #006600;
}
#content a:hover {
  color: #F7AF21;
  text-decoration: none;
}


/* headings */
h1 {
  font-size: 16px;
}
h2 {
  font-size: 15px;
  margin:0px 0 25px 0;
  margin-left:255px;
  font-style:italic;
}

h2.center {
  font-size: 15px;
  margin:0px 0 25px 0;
  font-style:italic;
}

.center {
 text-align:center;
}


h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-weight: normal;
  font-size: 11px;
}


#accessibility {
  position: absolute;
  left: -9000px;
  width: 9000px;
}
#wrapper {
  margin: 0px auto;
  width: 775px;
  text-align: left;
  border:1px solid #FC231C;
  background:#fff;
}


.titlebar {
 float:left;
 width:100%;
 border:0px solid;
 margin-top:0px;
 padding-top:0px;
}

.crumb {
  font-size: 11px;
  margin-top:0px;
  float:left;
  width:60%;
  padding-left:10px;
}


/*---------*\
|* content *|
\*---------*/
#ocwrapper {
 background: #fff;
 border:0px solid;
/* float:left;*/
}

#icwrapper {
/* width:100%;*/
}

#leftsidebar {
  margin: 00px 0 0 0px;
  padding: 0px;
  width: 200px;
  float: left;
  position: relative;
  border:0px solid black;
/* hide the left sidebar by default */
}

#leftsidebar ul {
 list-style:none;
 padding:0px;
 margin:00px;
 margin-left:10px;
 margin-right:0px;
}

#leftsidebar ul li{
 background: url(/images/oshara_nav_bullet.jpg) center left no-repeat;
 height:30px;
 padding-left:30px;
 font-weight:bold;
 padding-top:3px;
}

#leftsidebar ul li.level1{
 padding-left:30px;
 font-weight:bold;
 padding-top:3px;
 margin-left:12px;
}


#leftsidebar ul li a{
 color:#FC231C;
 text-decoration:none;
 font-size:10px;
}

#leftsidebar img {

}

#rightsidebar {
  margin-right: -200px;
  padding: 10px 10px 10px 0px;
  width: 190px;
  float: left;
  position: relative;
  display:none;
}
#contentwrapper {
  width: 570px;
/* use 575 when border is off */
  float: right;
  position: relative;
  border:0px solid;
}
#content {
  margin: 0px 20px 0px 0px;
  padding: 0 0px;
  background: #ffffff;
  text-align:justify;

}
/* ******************** */
/* COLORS COLORS COLORS */
/* ******************** */
#content b {
 color:#68384E;
 text-align:left;
}

#content h2, .titlebar h2 {
 color:#39641C;
}

#home #content ul li {
 color:#39641C;
 font-style:italic;
 font-weight:bold;
 font-size:90%
}

ol.contact li {
 padding: 3px 0;
 text-align:left;
}

ol.contact li.required .column {
 float:left;
 width:100px;
}

ol.contact li.required input {
 background:#ffffdd;

}


/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */

/* ************ */
/*   CATEGORY  */
/* ************ */
.NameImage {
 float:left;
 min-width:150px;
 margin-right:15px;
}

.HeaderImage {
 float:right;
 min-width:200px;
 margin-left:15px;
}

.catheader {
 border:0px solid black;
 font-weight:bold;
 text-transform:uppercase;
 margin-bottom:10px;
}

/*--------*\
|* header *|
\*--------*/
#logo {
  width: 775px;
  height: 146px;
  background: url(/images/oshara_header.jpg) top left no-repeat;
  text-indent: -9999px;

}
#logo h1, #logo a {
  margin: 0px;
  width: 100%;
  height: 100%;
}
#logo a {
  text-decoration: none;
  display: block;
}
#header {


}
#loginbar {
  float: right;
  text-align: right;
  display:none;
}


/*------------*\
|* navigation *|
\*------------*/
.navbar {
  margin-bottom: 0px;
  display:none;
}
ul.primarynav, ul.secondarynav {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #ffffff;
  float: left;
  list-style: none;
  display:none;
}


/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
  display:none;
  margin-bottom: 3px;
  padding: 5px 10px;
  border-bottom: 1px solid #57594b;
  background: #edf2cb;
}




/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 0px;
  margin: 0px;
  background: #e2e1eb;

}
#contentheader .error, #contentheader .message {
  margin: 0px;
  padding: 2px;
  border: 0px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  text-align: left;
}
#contentheader .error {
  background: #8c3030;
}
#contentheader .message {
  background: #3a5841;
}


/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
  background: #e2e1eb;

}


/* ******************** */
/*   CATEGORY CONTACT US*/
/* ******************** */
#category_contactus .catheader {
 border-right:1px solid #7F9DB9;
 width:330px;
}


#category_contactus .form {
 float:left;
 clear:left;
 border-bottom:1px solid #7F9DB9;
 border-top:1px solid #7F9DB9;
 margin:10px 0 10px 0px;
 padding:10px 0 10px 0px;
 text-align:center;
}

#category_contactus form .columnleft {
 border:0px solid;
 width:255px;;
 float:left;
 text-align:left;

}

#category_contactus form .columnright {
 border-left:1px solid #7F9DB9;
 width:270px;
 clear:none;
 padding-left:6px;
 text-align:left;
 float:right;
height:340px;
}



#category_contactus .form ul {
 list-style:none;
 border:0px solid;
 padding-left:0px;
 margin-left:0px;
}





#category_contactus .button {
 float:left;
 clear:right;
 text-align:center;
 margin-left:225px;
 margin-top:5px;
 margin-bottom:5px;

}


ul.contact li{
 clear:both;
 padding-bottom:5px;
 border:0px solid;
 margin-top:0px;
 padding-top:0px;
 margin-bottom:5px;
}

div.columnright ul.contact li{
 margin-bottom:12px;
}



ul.contact li div.column {
 float:left;
 clear:both;
 width:99px;
 border:0px solid;
}

ul.contact ol li{
 clear:both;
 padding-bottom:0px;
 border:0px solid;
 margin-bottom:0px;
 list-style:none;
}




/*-----------------*\
|* global elements *|
\*-----------------*/


.shadowtop, .shadowbottom {
  height: 0px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}



.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: 15px;
  height: 0px;
  font-size: 1px;
display:none;
}
/*
.shadowtop {
  background: url(/images/shadow-top.gif) bottom repeat-x;
}
.shadowbottom {
  background: url(/images/shadow-bottom.gif) top left repeat-x;
}
.shadowleft {
  background: url(/images/shadow-left.gif) left repeat-y;
}
.shadowright {
  background: url(/images/shadow-right.gif) right repeat-y;
}
.shadowtopleft {
  float: left;
  background: url(/images/shadow-topleft.gif) bottom left no-repeat;
}
.shadowtopright {
  float: right;
  background: url(/images/shadow-topright.gif) bottom right no-repeat;
}
.shadowbottomleft {
  float: left;
  background: url(/images/shadow-bottomleft.gif) top left no-repeat;
}
.shadowbottomright {
  float: right;
  background: url(/images/shadow-bottomright.gif) top right no-repeat;
}
*/

/* ********** */
/* LINK ITEMS */
/* ********** */

.TitleImage {
 float:left;
 margin-right:10px;
}

.linklisting {
 float:left;
 clear:left;
 margin: 15px 0px 20px 0px;
width:100%;
}

.linklisting h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  margin: 2px 0px;
}
.linklisting h4.linktitle a {
  padding-bottom: 0px;
}

/* ************** */
/* DETAILED ITEMS */
/* ************** */

#detailed .linkdescription {
  margin: 10px 0px 10px 0px;
}

#detailed .linkdetailed {
  margin: 10px 0px 10px 0px;
  clear:left;
}

#detailed .linkdetailed .image {
 display:block;
 border:0px solid;
 text-align:center;
 margin:10px;
}





/* paging */
.paging {
  text-align: right;
  clear:right;
  float:right;
  margin:10px 0px;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}

.titlebar {
 float:left;
 width:100%;
}

.crumb {
  font-size: 11px;
  margin-top:8px;
  float:left;
  width:60%;
}



/* sub headings */


/* lists */
#category #content ul {
  margin: 10px 0px 0px 20px;
  padding: 0px;
  font-size: 12px;
  list-style: none;
}



/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}



.hide {
  display: none;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

/*--------*\
|* footer *|
\*--------*/
.catFooter {
 padding:10px;
}

.catbody {

}

#footer {
  margin-top: 3px;
  padding: 5px;
  border-top: 0px solid #57594b;
  color: #8a8d77; 
  font-size: 9px;
}
#footer img {
  float: right;
}

.credits {
 text-align:right;
 font-size:9px;
 margin-top:10px;
}

.bsculpt {
  float: right;
  padding: 30px 0px 10px 15px;
}

.image {
  float: right;
  width: 250px;
}

.ImageCaption {
  font-size: 10px;
  text-align: justify;
}
