/* CSS Document */
.headings
{
	font-face: Georgia;
        font-style: italic;
	font-weight: bold;
        font-size: 24px;
        padding-top: 5px;
	margin: auto;
}
/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 793px;
	background: white;
	margin: auto;
}
#wrapper
{
	width: 793px;
	background: white;
	margin: auto;
}
/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
	width: 787px;
	height: 76px;
	background: white url(images/soma_header.gif) no-repeat;
	margin: auto;
	padding: 0 5px 0 0;
	font-face: Georgia;
	color: #8C8C8C;
	font-style: italic;
	font-size: 23px;
	text-align: right;
}

#headertext
{
        padding: 15px 10px 0 0;
}
a#product-link:link,  a#product-link:visited {
	color:#000;
}
a#product-link:hover, a#product-link:active {
	color:#FCE89E;
}
	
/*-------------------------------------------------
  Top Navigation
-------------------------------------------------*/
#topnavbar
{
        position: relative;
        right: 1px;
        width: 792px;
        height: 51px;
        padding: 0 0 4px 0;
        margin: auto;
        vertical-align: middle;
}

.topnav
{
        position relative;
        background: white url(images/navbutton.jpg) no-repeat;
        width: 129px;
        height: 51px;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
}


#topnavtext
{
        position: relative;
        top: 15px;
        height: 46px;
        font-face: Georgia;
        font-weight: bolder;
        font-style: italic;
        font-size: 20px;
        color: black;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
}

#topnavtext2
{
        position: relative;
        height: 46px;
        top: 3px;
        font-face: Georgia;
        font-weight: bolder;
        font-style: italic;
        font-size: 20px;
        color: black;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        vertical-align: top;
}
#topnavtext2pos
{
        position: relative;
        bottom: 11px;
}
#productnav
{
        width: 785px;
		height:10px;
        float:left;
		display:inline;
        background: url(images/productnav.jpg) bottom no-repeat;
		margin:0 0 0 3px;
}

#productnav_text
{
        position: relative;
        padding: 5px 0 0 7px;
        font-weight: bold;
        font-face: arial;
        font-size: 14px;
}
a.productnav:link, a.productnav:visited, a.productnav:active
{
        position: relative;
        padding: 0 0 0 15px;
        font-weight: bold;
        color: #FCE89E;
        text-decoration: none;
}
a.productnav:hover
{
        text-decoration: underline;
}
/*-------------------------------------------------
  Home Page
-------------------------------------------------*/
#splash
{
        float:left;
		display:inline;
        width: 345px;
        height: 380px;
        background: white url(images/pills.jpg) no-repeat;
        padding: 0 0 0 0;
        margin: auto;
}
#splashtext
{
        position: relative;
        top: 230px;
        background: white;
        padding: 0 0 0 0;
        margin: auto;
}
#contentbox
{
        width: 389px;
        height: 185px;
        vertical-align: top;
        background: white url(images/content_right.jpg) no-repeat;
        padding: 0 0 10px 0;
        margin: auto;
}
.contentboxtext
{
        margin: auto;
        padding: 0 5px 0 5px;
}
/*-------------------------------------------------
  Sidebar
-------------------------------------------------*/
#sidebar-container {
	float:left;
	display:inline;
	width:389px;
	margin:0 0 0 20px;
}

/*-------------------------------------------------
  Products
-------------------------------------------------*/
#product-index-left {
	background:url(images/pills.gif) no-repeat;
	float:left;
	display:inline;
	width:370px;
	height:228px;
}
#product-index-right {
	float:left;
	display:inline;
	width:370px;
	margin:0 0 0 25px;
}
#product-index-right ul {
	line-height:1.5em;
	font-size:16px;
	list-style:none;
}
#product-index-right li {
	list-style:none;
}
/*-------------------------------------------------
  General
-------------------------------------------------*/

#content-wrapper {
	width:773px;
	float:left;
	clear:both;
	padding:10px;
	font-size:13px;
}
/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
    width: 787px;
	height: 27px;
	background: white url(images/footer.jpg) no-repeat;
	text-align: center;
	margin: auto;
	float:left;
	display:inline;
}
#footer2
{
	width: 787px;
	height: 27px;
	background: white url(images/footer.jpg) no-repeat;
	text-align: center;
	margin: auto;
}

#footertext
{
        padding: 5px 0 0 0;
}
a.footertext:link, a.footertext:visited {
        color: black;
        font-face: Georgia;
        font-weight: normal;
        text-decoration: underline;
}
a.footertext:hover, a.footertext:active {
	color:#FCE89E;
	text-decoration:underline;
}
#disclaimer {
	width:570px;
	float:left;
	display:inline;
	margin:10px 0 0 100px;
	border:1px solid #000;
	text-align:center;
}