/* Start of CMSMS style sheet 'infusion_main' */
#pageWrapper{
/* defines the actual page area containing menus and content */
	width: 900px;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #553019;
}

body {
/* defines formatting applied to html body */
	color:#553019;
	background-color:#FFFFCC;
	margin:0px;
	padding:0px;
        font-family: "Gill Sans MT", "Verdana", serif;
	font-size:0.8em; 
}

#content{
	margin-left: 185px;
	width: 660px;
	/*background-color:white;*/
	padding:10px 10px 10px 10px;
	border:2px solid #553019;

      
        /* for understanding browsers */
        min-height:480px; 
        height:auto !important;
        height: 480px;
background-image: url("uploads/images/body-bg.jpg");
background-position: bottom right;
background-repeat: no-repeat;
overflow: none;
}

#content a{
        font-family: "Gill Sans MT", "Verdana", serif;
        text-decoration: underline;
	color: #333333;
}

#content a:visited{
        color: #333333;
        text-decoration: underline;
}

#content a:hover{
        color: #9E9E9E;
        text-decoration: none;
}

#content ul{
list-style: none;
margin-left: .5em;
}

#content li{
background-image: url("uploads/images/list-bullet.jpg");
background-repeat: no-repeat;
background-position: 0 .5em;
padding-left: 1.2em;
}
      
.wrapper{
	width: 95%;	
	margin:0px 8px 20px 5px; 
}

#bodyWrapper{
	margin: 0;
	padding-top: 10px;
	position: relative;
	width: 100%;
	background-color:white;

}

#leftColumn {
	position:absolute;
	left: 0;
	top: 0;
	width:160px;

}

#navHeader {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background-color: white;
	background-image: url("uploads/images/banner3.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	border-bottom: 2px solid #B62016;	
}

#navheader2{
	position: relative;
	top: 0;
	left: 50%;
	width: 50%;
	height: 150px;
	background-color: white;
	background-image: url("logo-small.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
	border-bottom: 2px solid #B62016;	
}

#banner-top{
	position: relative;
	top: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #B62016;
	overflow: hidden;
}

#banner-bottom{
	position: relative;
	top: 0;
	left: 0;
	height: 22px;
	width: 100%;
	background-color: white;
	background-image: url("images/banner-bottom-bg.jpg");
	background-repeat: repeat-x;
	overflow: hidden;
	padding-top: 5px;
}

#googlesearch{
	margin-top: 20px;
	position: relative;
	border-top: 1px solid black;
	top: 0;
	left: 0;
	overflow: hidden;
	padding-top: 5px;
	padding-left: 3px;
}


#footer{
        text-align: center;
        padding: 5px 0 5px 0;
font-size: 10px;
}

#footer a{
        font-family: "Gill Sans MT", "Verdana", serif;
        text-decoration: underline;
	color: #333333;
	font-size: 10px;

}

#footer a:visited{
        color: #333333;
        text-decoration: underline;
}

#footer a:hover{
        color: #9E9E9E;
        text-decoration: none;
}

#menu-image{
        position: relative;
        left: 0px;
        bottom: 0;
        height: 255px;
        width: 189px;
        background-image: url("images/menu-img.jpg");
	background-position: bottom;
        background-repeat: no-repeat;
        margin-top: 200px;
}


/* CONTENT STYLING */
h1{
   font-size: 1.4em;
}

h2{
   font-size: 0.9em;
font-style: italic;
margin: 0;
line-height: 5px;
}

h3{
   font-size: 15px;
}

h4{
font-size: 0.9em;
margin: 0;
line-height: 1.5em;
}

#product-table{

}

#product-table td{
align: center;
padding: 20px 10px 20px 10px;
border-bottom: 1px solid #553019;
}

.left-img{
padding-right: 10px;
}

.right-img{
padding-left: 10px;
}
/* MENU STYLING */

/* The wrapper determines the width of the menu elements */
#menuwrapper{ 
	padding-top: 10px;
	width: 150px;
	font-size: 0.85em;
}

#menuwrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menuwrapper ul ul{
	margin: 0;
	padding: 0;
	font-size: 0.85em;
}

#menuwrapper li{
background-image: url("uploads/images/list-bullet.jpg");

background-position: 0 .5em;

}

#menuwrapper ul li ul{
	width: 145px;
}

#menuwrapper li a{
        color: #EFEFEF;
        display: block;
        background-color: #A7342F;
        text-decoration: none;
        padding: 3px 10px 4px 10px;
        border-top: 0;
        border-bottom: 0;
        font-family: Arial;
	font-weight: bold;    
        width: 100%;
margin-bottom: -2px;
}

#menuwrapper ul ul li a{
        color: #EFEFEF;
        display: block;
        background-color: #A7342F;
        text-decoration: none;
        padding: 3px 0px 4px 25px;
        border-top: 0;
        border-bottom: 0;
        font-family: Arial;
font-weight: bold; 
margin-bottom: -2px;
}


#menuwrapper li a:hover{
        color: white;
        background-color: #C3837A;
margin-bottom: -2px;
}

#currentpage{
        padding-left: 10px;
}

.top-menu-item{
        padding-left: 8px;
        padding-right: 5px;
        font:12px "Gill Sans MT", helvetica, sans-serif;
        font-weight: bold;
        color: #EFEFEF;
}

.top-menu-item a{
        color: #EAEAEA;
        text-decoration: none;
        font-family: arial;
}

.top-menu-item a:visited{
        color: #EAEAEA;
        text-decoration: none;
        font-family: arial;
}

.top-menu-item a:hover{
        color: white;
        text-decoration: none;
        font-family: arial;
}
/* End of 'infusion_main' */

