/* @override http://lformxserve01.local/O%20-%20P/PhonePhix/Site/2010-02-09/css/core.css */

@import url('reset.css');

/* --- STYLE OVERRIDES ---  */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/* --- CRUMBS --- */
#crumbs {
	display: none;
}

#tools {
	display: none;
}

#searchform {
	display: none;
}

#pagination {
	clear: both;
	display: block;
}

/* # --- PAGINATION STYLES ---*/

#pagination {
	margin-bottom: 15px;
	xfloat: right;
	xoverflow: hidden;
	font-size: 1.2em;
}

#pagination ul {
	float: right;
}

#pagination li {
	float: left;
	margin: 0 3px;
	background: #ae2226;
	padding: 4px 6px;
}

#pagination li.active a {
	text-decoration: underline;
	font-weight: bold;
}

#pagination li a:hover {

}

#pagination span, #pagination b {

}

#pagination b {

}

#pagination li a {
	text-decoration: none;
	color: #fff;
	
}


/* # --- Tab Settings --- */
.tab {
	display: none;
}

.tabs {
	overflow: hidden;
}

.tabs ul {
	clear: both;
}

.tabs ul li {
	float: left;
}

.tabs li a {
	xdisplay: block;
	xfont-size: 12px;
	xfont-weight: bold;
	xtext-transform: uppercase;
	xtext-decoration: none;
	xmargin: 0px;
	xfont-weight: normal;
	xpadding: 3px 4px;
	xcolor: #fff;
	xborder: 1px solid #bbb;	
	xborder-bottom: none;
	xborder: 0;
	xborder-right: 1px solid #fff;
	xbackground: #999;
	xpadding: 10px;	
}

.tabs li a.active {
	xbackground: #fff;
	xborder-bottom: 1px solid #fff;
	xcolor: #000;
}


/* --- PREDEFINED CONTENT STYLES ---*/

.textobj {
	/* --- textobj is a floated right image with flowed text ---*/
}

.textobj .image {
	float: right;
	margin: 0 0 25px 25px;
	padding: 10px;
	
}

.textobj .image img {
	border: 1px solid #eee;
	text-shadow: #000 0px 0px 10px;
	xdisplay: block;
	padding: 2px;
}

.textobj .text {
	color: #000;
	font-size: 1.1em;
}

.textobj .text p {
}


/* --- CONTACT STYLES ---*/
.contactmap {
	float: right;
	margin-left: 15px;
}

.contactform {
	float: left;
	width: 500px;
}

ul#contactform {
	xbackground: #ae2226;
	xpadding: 15px;
	overflow: hidden;
}

#contactform li {
	clear: both;
	xcolor: #fff;
	xline-height: 1.2;
	margin-bottom: 10px;
	overflow: hidden;
}

#contactform fieldset {
	float: left;
	width: 200px;
}

#contactform label {
	display: block;
	width: 100px;
}

#contactform input {
	xpadding: 3px;
}

#contactform textarea {
	width: 450px;
	height: 120px;
}

#contactform .submit {
	xbackground: #e2dddc url(../images/bg-button.png) repeat-x;
	border: 1px solid #402415;
	color: #fff;
	font-size: 1.2em;
	padding: 5px 15px;
}
/* --- IMAGES & SHADOW STYLES ---*/

.dropShadow {
	xborder: 1px solid #666;
}

.shadow_wrap {
	float: right;
	display: block;
	padding: 1px 4px 4px 1px;
	margin-left: 20px;
	margin-bottom: 15px;
}

#main .sb-shadow {
	background: #999;
}



/* --- CLEAR FIXES --- */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {display: inline-block;}  /* for IE/Mac */

hr {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* --- UTILITY STYLES ---*/

.hidden {
	display: none;
}

div.right, span.right {
	float: right;
}

div.left, span.left {
	float: left;
}

.clear {
	clear: both;
}

.nullclear {
	clear: both;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
	display: none;
}

.nofloat {
	float: none;
}

.nomargin {
	margin: 0px;
}

.last {
	border: 0px;
	margin-right: 0px;
	padding-right: 0;
}

.bold {
	font-weight: bold;
}


