/*
 *
 * Basic Elements
 *
 */

html {
	overflow-x: auto;
} 

body {
	background: #ffffff;
	border: 0px;
	color: #000000;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

form {
	display: inline;
}

h1,
h2,
h3 {
	color: #000000;
	font-weight: bold;
	margin: 0px 10px 10px 0px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
	font-style: italic;
}

hr {
	background: #800000;
	height: 3px;
	text-align: center;
	width: 100%;
}

img {
	border: 0px;
}

td {
	border: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

ul.extra {
	/* list-style-image: url(images/bullet_quicklinks.png); */
	list-style-image: url(images/bullet.png);
	margin: 0px 0px 0px 20px;
	padding: 4px;
	line-height:18px;
}

ul a {
	font-weight: bold;
}

a:link,
a:active,
a:visited {
	color: #f98f02;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

/*
 *
 * Positioning Elements
 *
 */

.clear-both {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.inline {
	display: inline;
}

/*
 *
 * Alignment Elements
 *
 */

.image-left
	float: left;
	margin: 0px 15px 15px 0px;
}

.image-right {
	float: right;
	margin: 0px 0px 15x 15x;
	
}

.spacer {
	height: 15px;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

/*
 *
 * Formatting Elements
 *
 */

.legend {
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dashed;
	border-color: #CCC;
}

.legend2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

/*
 *
 * Layout Elements
 *
 */

.layout {
	width: 100%;
}

/*
 *
 * Header Elements
 *
 */

#header {
	background: transparent url(images/header_v2.jpg) repeat-x top center;
	border-bottom: 3px solid #000000;
/*	border-left: 1px solid #ffffff;
	border-right: 1px solid #000000;
	border-top: 1px solid #ffffff;  */
	height: 160px; /* 135 originally */
	text-align: center;
	width: 100%;
}

/*
 *
 * Logo Elements
 *
 */

#logo {
	height: 50px;
}

#logo img {
	margin: 10px -30px -30px 50px;
}

/*
 *
 * Menu Elements
 *
 */

#menu {
	color: #ffffff;
	font-weight: bold;
	left: 0px;
	padding: 5px;
	position: absolute;
	right: 0px;
	top: 110px;
/*	top: 137px; */
	text-align: center;
	vertical-align: middle;

}

#menu a:link,
#menu a:active,
#menu a:visited {
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover {
	color: #ffaa00;
	text-decoration: none;
}

/*
 *
 * Side Bar Elements
 *
 */

#sidebar {
	background: #fbf6db;
	width: 200px;
	border-right: 1px solid #f98f02;

}

/*
 *
 * Quick Links Elements
 *

#quicklinks {
	background:  transparent url(http://patbar.com/images/quicklinks.jpg) no-repeat top left;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #000000;
	border-top: 1px solid #ffffff;
	color: #ffffff;
	height: 284px;
	padding: 8px;
}

#quicklinks a:link,
#quicklinks a:active,
#quicklinks a:visited {
	color: #000000;
	text-decoration: none;
}

#quicklinks a:hover {
	color: #ffffff;
	text-decoration: none;
}

#quicklinks a.email {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

#quicklinks a.email:hover  {
	color: #000000;
}

*/

/*
 *
 * Quick Links Elements v2
 *
 */

#quicklinks {
	background: #fbf6db;
	background-repeat:no-repeat;
	background-position:top left;
	background-image:url(images/column_shine.png);
	color: #000000;
	padding: 8px;
	width: 200px;
}

#quicklinks a:link,
#quicklinks a:active,
#quicklinks a:visited {
	color: #000000;
	text-decoration: none;
}

#quicklinks a:hover {
	color: #000000;
	text-decoration: underline;
}

#quicklinks a.email {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

#quicklinks a.email:hover  {
	color: #000000;
}



/*
 *
 * Order Center Elements
 *

#ordercenter {
	background: transparent url(http://patbar.com/images/ordercenter.jpg) no-repeat top left;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #000000;
	border-top: 1px solid #ffffff;
	color: #ffaa00;
	height: 284px;
	padding: 8px;
}

#ordercenter a:link,
#ordercenter a:active,
#ordercenter a:visited {
	color: #ffffff;
	text-decoration: none;
}

#ordercenter a:hover {
	color: #ffaa00;
	text-decoration: none;
}

#ordercenter .legend {
	color: #ffffff;
}
*/

/*
 *
 * Order Center Elements v2
 *
 */

#ordercenter {
	background: #fbf6db;
	background-repeat:no-repeat;
	background-position:top left;
	background-image:url(images/column_shine.png);
	color: #000000;
	height: 284px;
	padding: 8px;
	width: 200px;
}

#ordercenter a:link,
#ordercenter a:active,
#ordercenter a:visited {
	color: #000000;
	text-decoration: none;
}

#ordercenter a:hover {
	color: #000000;
	text-decoration: underline;
}

#ordercenter a.email {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

#ordercenter a.email:hover  {
	color: #000000;
}



/*
 *
 * Content Elements
 *
 */

#content {
	background: #ffffff url(http://patbar.com/images/content.jpg) repeat-x top left;
	padding: 8px;
	width: 100%;
}

#content ul a {
	color: #900000;
	font-weight: bold;
	text-decoration: none;
}

#content ul a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

/*
 *
 * Footer Elements
 *
 */

#footer {
	color: #404040;
	height: 21px;
	text-align: center;
	vertical-align: middle;
}

#footer a:link,
#footer a:visited,
#footer a:active {
	color: #404040;
	font-weight: bold;
}

#footer a:hover {
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}

#letter {
	background: #fbf6db;
	border: 1px solid #000000;
	height: 700px;
	margin: 50px auto 25px auto;
	padding: 20px;
	text-align: left;
	width: 500px;
}

.release {
	color: #ffffff;
	height: 700px;
	margin: 0px auto 25px auto;
	padding: 20px;
	text-align: justify;
	width: 500px;
}

.release h1, .release h2, .release h3 {
	color: #ffffff;
	text-align: center;
}

.release-green {
	background: #003c16;
}

.release-blue {
	background: #04306a;
}

/*
 *
 * Miscellaneus Elements
 *
 */

.alt {
	margin: 0px auto 0px auto;
	width: 75%;
}

.alt0,
.alt1,
.alt2,
.alt3,
.alt4 {
	font-size: 12px;
	padding: 10px;
	text-align: left;
	vertical-align: center;
}

.alt0 {
	background: #920d07;
	color: #ffffff;
}

.alt1 {
	background: #f98f02;
}

.alt2 {
	background: #fab62b;
}

.alt3 {
	background: #fec875;
}

.alt4 {
	background: #ffeebb;
}

.alt0 a,
.alt1 a,
.alt2 a,
.alt3 a,
.alt4 a {
	color: #007000;
	font-weight: bold;
	text-decoration: underline;
}

#content .alt0 ul a,
#content .alt1 ul a,
#content .alt2 ul a,
#content .alt3 ul a,
#content .alt4 ul a {
	color: #007000;
	font-weight: bold;
	text-decoration: underline;
}

.second .alt0,
.second .alt1,
.second .alt2,
.second .alt3,
.second .alt4 {
	font-size: 18px;
}

.newsbox {
	background: #f98f02;
	color: #000000;
	float: right;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	margin-top: 50px;
	padding: 15px;
	width: 250px;
}

.newsbox hr {
	border: 0px;
	color: #000000;
	height: 1px;
}

.newsbox a {
	color: #000000;
	text-decoration: underline;
}

.highlighted
{
	background: #ffeebb;
	border: 1px solid #000000;
	padding: 5px;
}

.textual-information-box
{
	padding: 0px 15px 15px 15px;
	text-align: justify;
	vertical-align: top;
}

.press-release-box
{
	background: #fbf6db;
	border-left: 1px solid #f98f02;
	padding: 15px;
	text-align: justify;
	vertical-align: top;
	width: 300px;
}

.right-column
{
	background: #fbf6db;
	border-left: 1px solid #f98f02;
	padding: 15px;
	/*text-align: justify;*/
	vertical-align: top;
	width: 170px;
}

.news-flash-box
{
	padding: 15px;
	text-align: justify;
	vertical-align: top;
}

.news-flash
{
	background: #900000;
	color: #ffffff;
	padding: 15px;
	text-align: justify;
	vertical-align: top;
	width: 49%;
}

.news-flash-wide
{
	background: #800000;
	color: #ffffff;
	padding: 15px;
	text-align: justify;
	vertical-align: top;
	width: 49%;
	width: 100%;
}

.news-flash h2
{
	text-align: left;
	color: #ffffff;
}

.news-flash-wide h2
{
	text-align: left;
	color: #ffffff;
}

p.orangelinks a
{
	color: #f98f02 !important;
	font-weight: normal !important;
	text-decoration: underline !important;
}

p.orangelinks a:hover
{
	color: #000000 !important;
	font-weight: normal !important;
	text-decoration: underline !important;
}

#priceheadline
{
	background: #fbf6db;
	border: 1px solid #000000;
	color: #000000;
	float: right;
	font-size: 18px;
	font-weight: bold;
	margin: 15px;
	padding: 15px;
	text-align: justify;
}

.article
{

}

.article-title
{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 10px 10px 0px;
}

.article-content
{
	color: #000000;
	margin: 0px 10px 10px 0px;
}

/* Tabbed Navigation */

.tab_nav {
	float:left;
	background-repeat:no-repeat; 
	background-image:url(images/tab_down_V2.png);
	padding-top:16px;
	width:192px;
	height:42px;
	text-align:center;
}
.tab_nav:hover {
	background-image:url(images/tab_hoverV2.png);
}

/* Column Left: Contact Info */

#contactinfo {
	background-color:#760b00;
	background-image:url(images/contactinfobg.png);
	background-repeat:repeat-x;
	padding:14px;
	text-align:center;
}