﻿@import url('bedrail-layout.css');
body {
	background-color:silver;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #202020;
}

#master-container {
	background-color: #FFFFFF;
}

#masthead {
	background-image: url('../bedrail-images/bedrail-mastheadBG.gif');
}

#masthead-leftbox{
	background-image: url('../bedrail-images/logo-Direct-Buy-Medical.gif');
	background-repeat: no-repeat;
}

#masthead-rightbox{
	background-image:url('../bedrail-images/bedrail-serviceRep.gif');
	background-repeat:no-repeat;
	text-align:left;
}

#top-menu{
	 background-image: url('../bedrail-images/bedrail-slice.gif');
	 background-repeat: repeat-x;
	 text-align: center;
}

#main-panel {
	background-color:white
}

#right-panel-left{
	background-image: url('../bedrail-images/bedrail1.gif');
	background-repeat:no-repeat;
}

#right-panel-center{
	background-image:url('../bedrail-images/bedrail2.gif');
	background-repeat:no-repeat;
}

#right-panel-right{
	background-image: url('../bedrail-images/bedrail3.gif');
	background-repeat:no-repeat;
}

#center-column{
	background-image: url('../bedrail-images/checkmarkdiv.gif');
	background-repeat:no-repeat;
}

#footer {
	clear: both;
	background-color: #cdf;
}


#bottom-menu{
	 background-image: url('../bedrail-images/bedrail-slice.gif');
	 background-repeat: repeat-x;
	 text-align: left;
}


#footer-centerbox{
	text-align:center;
	padding: 0 0 0 0;
}



h1 {
	font-size: xx-large;
	font-weight: bold;
	color: #0000CC;
}

h2 {
	font-size: x-large;
	font-weight: bold;
	color: #1993D1;
	margin-right: 20px
}

h3 {
	font-size: large;
	font-weight: bold;
	color: #3779A4;
}

h4 {
	font-size: medium;
	color: #000000;
	margin-right: 28px;
}

h5 {
	font-size: medium;
	color: #336699;
}

h6 {
	font-size: small;
	color: #333333;
}

#menu-vert {
	background-color: #ACC8E3;
}

/* Styles for menu */
#menu-vert  ul {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 100%;
	text-align:center;
	/*border-top: 1px solid #f5f5f5;*/
}

#menu-vert li {
	padding: 0 0 0 0;
	margin:	 0 0 0 0;
}

#menu-vert a {
	display: block;
	font-weight: bold;
	color: #1A4FB3;
	padding:15px;
	width: 132px;
	border-bottom: 4px solid #f5f5f5;
	border-top: 4px solid #f5f5f5;
}

#menu-vert a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: navy;
	padding:18px;
	background-color: #FFFFB0;

}

/* Styles for Footer */
#footer p {
	font-size: xx-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}

#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #0093D0;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: black;
    font-weight: bold;
    background-color: silver;
}


#top-menu a {
	color: white;
	text-decoration: none;
}


#top-menu a:hover {
	text-decoration: none;
	color: black;
    font-weight: bold;
    background-color: silver;
}


#bottom-menu a {
font-size: x-small;
	color: white;
	text-decoration: none;
}

#bottom-menu a:hover {
	text-decoration: none;
	color: black;
    font-weight: bold;
    background-color: silver;
}

br.clear{
	clear:both;
}

.content-wrapper-5{
	padding: 5px 5px 5px 5px;
}
	
.content-wrapper-10{
	padding: 10px 10px 10px 10px;
}

.float-right {
	float:right;
	margin: 5px;
}

.small-font{
	font-size:small;
}

.xsmall-font{
	 font-size:x-small;
}

.style-bold{
	font-weight:bold;
}

.style-italic{
	font-style:italic;
}

.style-times-new-roman{
	
}





































