/*
Theme Name: WPR1
Description: A child theme for POM Health.
Version: 2
Author: Reason Media Group
Author URI: http://reasonmediagroup.com/
Template: pom_parent
*/



/* Global */

body {
	background: url("../images/site_bg.gif");
	font-family: 'Trebuchet MS', sans-serif;
	}

#content {
	width: 1065px;
	background: url("../images/content_bg.png");
        margin-top: -0px;
        padding-top: 1px;
	padding-left:13px;
        padding-bottom:1px;
	}




/* Structure */

.site_logo {
	position: absolute;
	top: 10px;
	left: 40px;
	}

#page {
	width: 1078px;
	margin-left: auto;
	margin-right: auto;
	/*position: relative;*/
	}

#header {
	width: 1078px;
	height: 105px;
	position: relative;
	}

.content_bg_top {
	width: 1078px;
	background: url("../images/content_bg_top.png");
	height: 32px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	}

.content_bg_bottom {
	width: 1078px;
	background: url("../images/content_bg_bottom.png");
	height: 37px;
	position: absolute;
	top: 0px;
	left: 0px;
	}

#footer {
	width: 1078px;
	height: 85px;
	position: relative;
	margin-top: 0px;
	padding-top: 20px;
	}



/* Header Navigation */


#top_navigation {
	width: 1078px;
	position: relative;
	}

.search {
	position: absolute;
	top: 10px;
	right: 30px;
	}

.top_nav_search {
	background: #5c0e16;
	border: 1px solid #992834;
	height: 20px;
	width: 140px;
	color: #ffffff;
	font-style: italic;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left: 30px;
	}

#search_submit {
	position: absolute;
	top: 5px;
	right: 150px;
	}

#bottom_navigation {
	position: absolute;
	right: 30px;
	top: 32px;
	color: #921925;
	font-family: 'Trebuchet MS', sans-serif;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 70px;
	z-index: 100;
	}

#bottom_navigation a {
	color: #921925;
	font-family: 'Trebuchet MS', sans-serif;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	}

#bottom_navigation a:hover {
	color: #921925;
	text-align: center;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	}

#bottom_navigation ul {
	list-style: none;
	}

#bottom_navigation li {
	display: inline;
	float: right;
	margin-left: 5px;
	}

.tab_row {
	height: 39px;
	width: 9px;
	}

.tab_left {
	background: url("../images/tab_left.png");
	height: 39px;
	width: 9px;
	}

.tab_middle {
	background: url("../images/tab_middle.png");
	height: 39px;
	}

.tab_right {
	background: url("../images/tab_right.png");
	width: 9px;
	height: 39px;
	}

.tab_left_active {
	background: url("../images/tab_left_active.png");
	width: 9px;
	height: 39px;
	}

.tab_middle_active {
	background: #ffffff;
	height: 39px;
	text-align: center;
	}

.tab_right_active {
	background: url("../images/tab_right_active.png");
	width: 9px;
	height: 39px;
	}



/* Header Navigation */


#footer_navigation {
	margin-left: -30px;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
	color: #ffffff;
	font-family: 'Trebuchet MS', sans-serif;
	z-index: 100;
	}

#footer_navigation a {
	color: #ffffff;
	font-family: 'Trebuchet MS', sans-serif;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	}

#footer_navigation a:hover {
	color: #ffffff;
	text-align: center;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	}

#footer_navigation ul {
	list-style: none;
	}

#footer_navigation li {
	display: inline;
	}

.subcat input {margin-right:15px}
