﻿@import url("navigation.css");
@import url("header.css");
@import url("content.css");
@import url("sidebar.css");
@import url("footer.css");
@import url("btn_for_homepage.css");


/*------------------------------------------------------------*
**  Styling for vitalhealth.biz
**  Copyright - Simply Design
**------------------------------------------------------------*/

body {
margin: 0 auto;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
background: url(../images/bg.jpg) top left repeat-x fixed #2b6599;
color:#333;
}

#prewrap {
background:none;
margin:0 auto;
padding:0 0 10px 0;
}

#wrap {
background: url(../images/pageback.jpg) top left repeat-y;
color:#333333;
margin:0 auto;
padding:0px 0px;
width:940px;
}


/***** Various tags *****/

a {
color:#A950A0;      
text-decoration:underline;
}

a:hover {
color:#076324;      
text-decoration:none;
}

p {
margin:8px 0 14px 0;
}


/***** Table styles *****/




table {
margin:0 10px 10px 10px;
line-height:1.3em;
border-color: #e5e5e5;     
}

table p{
padding:0;
}


input, textarea{
border:2px solid #e5e5e5;       
margin:0;
padding:2px;
}


/***** Various classes *****/

hr {
  border: 0;
  height: 2px;
  background-color: #e5e5e5;      
  color: #e5e5e5;
  width: 100%;
  text-align:center;
}

table.gbentry {
line-height:1.0em;
border:1px solid #e5e5e5;      
width:98%;
margin: 5px;
padding: 5px;
}

td.gbtitle {
background-color:#e5e5e5;      
font-weight:bold;
line-height:1.0em;
margin: 5px;
padding: 5px;
font-size:1.0em;
}

td.gbcontent {
line-height:1.1em;
padding: 5px;
font-size:1.0em;
}

td.gbtitle img.button {
border:0px solid #e5e5e5;      
padding:0px;
margin:0px;
background:#e5e5e5;      
width:auto;
}

.nixhier {
	display:none;
}



