/*
Theme Name: Business-Phones.us Theme
Theme URI: http://www.xantek.net/
Description: Xantek.net custom theme for phone phones site
Version: 1.0
Author: Xantek.net
Author URI: http://www.xantek.net/
Tags: fixed width center with top nav

	All rights reserved


*/


/* Gobal  Definition*/
body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
        font-size:12px;
	background-image: url(images/body_bg.jpg);
}

.clearfloat {
	clear: both;
	height: 0px;
}

.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	margin: 0px auto;
}

h1 {
	color: #972d50;
	font-size: 22px;
	font-weight: normal;
	margin: 0px 5px 5px 25px;
}
a {
	color: #023148;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #021b27;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #abedfb;
}
p {
	text-align: justify;
	font-size: 14px;
	line-height: 2.5ex;
	color: #333;
	padding: 0px 20px;
}
span.focus {
	color: #972d50;
}



/* Top Navigation */
#navigation_wrapper {
	width: 530px;
	margin: 0px auto;
	overflow: auto;
	float: right;
}
#navigation_wrapper ul {
	height: 100px;
	margin: 0px;
	padding: 0px 0px 0px 15px; 
	list-style-type: none; 
	list-style-image: none; 
}
#navigation_wrapper li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#navigation_wrapper ul li a {
	display: block;
	height: 55px;
	margin: 0px 1px 0px 1px;
	padding: 40px 10px 0px 10px;	
	color: #adb1b9;
	font-size: 17px;
	text-decoration: none;
	text-align: center;
}
#navigation_wrapper ul li a:hover {
	color: #f2c849;
	background-image: url(images/navtop_btn_hover.png);
}
#navigation_wrapper li.current_page_item a {
	color: #F2C849;
}
#navigation_wrapper ul li.current_page_item a:hover {
	color: #F2C849;
	cursor: default;
	background-image: none;
}


/* */
div.headline_wrapper {
	height: 47px;
	margin: 30px 0px 30px 20px;
}
div.headline_left {
	width: 15px;
	height: 47px;
	float: left;
	background-image: url(images/headline_left.png);
	background-repeat: no-repeat;
}
div.headline {
	height: 47px;
	float: left;
	background-image: url(images/headline.png);
	background-repeat: repeat-x;
}
div.headline h1 {
	margin: 0;
	padding: 13px 0px 0px 0px;
	color: #0ABCE2;
	font-weight: normal;
	font-size: 18px;
}
div.headline_right {
	width: 15px;
	height: 47px;
	float: left;
	background-image: url(images/headline_right.png);
	background-repeat: no-repeat;
}

.images_right {
	margin: 0px 0px 0px 30px;

}




















/* */
#footer_wrapper {
   width:100%;
   height:118px;   /* Height of the footer */
   background-image: url(images/footer_bg.jpg);
   background-repeat: repeat-x;
}
#footer_content {
	width: 940px;
	height:118px;
	margin: 0px auto;
	font-size: 11px;
}
#footer_company {
	width: 940px;
	height: 50px;
	background-image:url(images/footer_company_bg.png);
	background-repeat: no-repeat;
}
#footer_company_nav {
	width: 940px;
	padding: 10px;
}
#footer_company_nav ul {
	height: 30px;
	margin: 0px 0px 0px 50px;
	padding: 0px; 
	list-style-type: none; 
	list-style-image: none; 
}
#footer_company_nav li {
	height: 25px;
	width: 100px;
	margin: 0px 1px 0px 1px;
	padding: 5px 0px 0px 0px;
	float: left;
	text-align: center;
}
#footer_company_nav ul li a {
	text-decoration: none; 
	color: #000;
	font-size: 12px;
}
#footer_company_copyright {
	width: 165px;
	float: left;
	color: #FFF;
	text-align: right;
}
#footer_company_contact {
	width: 762px;
	float: right;
	color: #035178;
}


/* Styles for plugins */

ul.xantek_breadcrumbs {
	height: 30px;
	width: 540px;
	padding: 0px 0px 0px 43px;
	margin: 10px 0px 0px 0px;
	float: left;
	list-style-type: none; 
	list-style-image: none; 
}
ul.xantek_breadcrumbs li {
	padding: 0px;
	float: left;
	font-size: 12px;
	padding: 0 0 0 10px;
	color: #666;
}
ul.xantek_breadcrumbs a {
	color: #666;
	font-size: 12px;
	text-decoration: none;
}
