/*<style type="text/css" media="screen"><!--*/
/* 	INLINE STYLES FOR NOW */
* {
	padding:0;
	margin:0;  
}

html,body{
	width:100%;
    height:100%;
}

body {
	background-image:url(/images/main-bg.gif);
    background-repeat: repeat-x;
}

/* Form field CSS */
input[type="text"] {
	border:1px solid #dddddd;
    padding-left:1px;
    padding-right:1px;
    padding-top:2px;
    padding-bottom:2px;
    font-size:11px;
}
textarea {
	border:1px solid #dddddd;
    padding-left:1px;
    padding-right:1px;
    padding-top:2px;
    padding-bottom:2px;
    font-size:11px;
    margin-top:3px;
    margin-bottom:3px;
}

.ImageBox100 {
	padding:3px; 
    border:1px solid #ececec; 
    width:110px; 
    height:110px; 
    text-align:center; 
    display:table-cell; 
    vertical-align:middle; 
    line-height:110px;
}

/*		MAIN LAYOUT		*/
#Panel_Container {
	width: 966px;
	margin:0 auto;
}
#Panel_Top {
	background-repeat: no-repeat;
	width: 966px;	
	background-color: black;
	height: 30px;
}
#Panel_Header {
	background-repeat: no-repeat;
	background-image: url(/images/header-top.gif);
	width: 966px;
	height: 82px;
}
#Panel_Menu {
	background-repeat: no-repeat;
	background-image: url(/images/menu-bot.gif);
	width: 966px;
	height: 27px;
	margin-bottom:8px;  
}
#Panel_Left { 
	width:205px; 
	float:left;	
}
#Panel_Center { 
	width:547px;
	padding: 0 8px;
	float:left;
}
#Panel_Right { 
	width:195px; 
	float:left; 
}
#Panel_Footer { 
 	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0;
	margin-right: auto;
	background-color:#ffffff;
	width: 959px;
	float:left;
	border:1px solid #dddddd;
	padding-top:15px;
	padding-bottom:15px;
}

/*		WIDGET! (slightly messy)	*/
.Widget { padding-bottom:8px;  }
.Widget_TopLeft, .Widget_TopRight, .Widget_BottomLeft, .Widget_BottomRight { 
	background-image: url(/images/widget/standard.gif); height: 9px; font-size: 2px;
}
.Widget_TopLeft, .WidgetBottomLeft { margin-right: 9px; }
.Widget_TopRight, .Widget_BottomRight { margin-left: 9px; margin-top: -9px; }
.Widget_TopRight { background-position: 100% 0;	}
.Widget_BottomLeft  { background-position: 0 -9px; margin-right: 9px; }
.Widget_BottomRight { background-position: 100% -9px;}
.Widget_NoGap { margin-top: 0; margin-bottom: -1px; padding-bottom: 1px; }
.Widget_Inside {
	background: #FFFFFF;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;	
	padding-left: 10px;
	padding-right:10px; 
}
/* Widget with red left bar */
.Widget_RedLeft {
	background-image: url(/images/widget/redleft.gif) !important;
}
/* Widget with red right bar */
.Widget_RedRight {
	background-image: url(/images/widget/redright.gif) !important;
}
.Widget_RedSpanLeft {
	background-image:url(/images/widget/redspan.gif); background-repeat: repeat-y; background-position: -1px;
    padding-left:15px;
}
.Widget_RedSpanRight {
	background-image:url(/images/widget/redspan.gif); background-repeat: repeat-y; background-position: right;	
}

/* Content section */
.ContentSection {
	padding-top:5px;
}

/* Footer left and right */
.Panel_FooterLeft { 
	text-align: left;
	float:left;
	width: 100%;
}
.Panel_FooterLeft li {
	list-style:none;
    display:inline;
}
.Panel_FooterRight { 
	text-align: right;
	float:right;
	/*width: 10%;*/
	padding-right:10px;
}
/* Top left and right */
.Panel_TopLeft { 
	text-align: left;
	float:left;
	width: 45%;
}
.Panel_TopRight { 
	text-align: right;
	float:right;
	width: 45%;
	padding:7px; 
}
.Panel_TopRight input[type="text"] {
	height: 13px;
	display:inline;
    border:1px solid #494949 !important;
    background-color: #1c1c1c !important; 
    font-size:10px; 
	padding:1px;
    color:#FFFFFF;
}

/*	MISCELLANEOUS LAYOUT STYLES */
.ProductCategories
{ 
	padding: 0px;
    width:100%;
}
.ProductCategories .prodBox1
{
	width: 33%; 
	font-size: 12px;
	color: #FFFFFF; 
    float:left;  
}
.ProductCategories .prodBox2
{
	width: 33%;  
	font-size: 12px;
	color: #FFFFFF; 
    float:left; 
}
.ProductCategories .prodBox3
{
	width: 34%;  
	font-size: 12px;
	color: #FFFFFF; 
    float:left; 
}
.ProductCategories .prodTitleBox1
{
	background: #560997;
    padding:4px;
}
.ProductCategories .prodTitleBox2
{
	background: #719709;
    padding:4px;
    margin-left:7px;
}
.ProductCategories .prodTitleBox3
{
	background: #097797;
    padding:4px;
    margin-left:7px;
}
.ProductBox {
}

/* Two column table cells split in half _ PROBABLY STRIP IN FAVOUR OF FLUID LAYOUT[haha] */
.TDRightDivEven {
	margin: 0 auto;
	width:48%;
	height:20px;
	float:right;
	padding:5px;
	background-color:#efefef;
	margin-bottom:2px;	
}
.TDRightDivOdd {
	margin: 0 auto;
	width:48%;
	height:20px;
	float:right;
	padding:5px;
	background-color:#fafafa;
	margin-bottom:2px;
}
.TDLeftDivOdd {
	margin: 0 auto;
	width:48%;
	height:20px;
	float:left;
	padding:5px;
	background-color:#fafafa;
	margin-bottom:2px;
	color:#990000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
.TDLeftDivEven {
	margin: 0 auto;
	width:48%;
	height:20px;
	float:left;
	padding:5px;
	background-color:#efefef;
	margin-bottom:2px;
	color:#990000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}

.GreyBottomBorder {
	padding-bottom: 5px;
	border-bottom: 1px solid #ececec;
}

/*	Branch Details Style (PROBABLY getting axed)*/
.Branch{
	clear:both; 
	padding-top:10px;
	color:#444444;
	padding-left:10px;
    border-top:1px solid #dddddd;
}
.BranchDetailsBox { 
	width:48%;
	float:left;
	vertical-align: top;
}
.BranchMapBox { 
	width:230px;
	height:200px;
	float:right;
	text-align: center;
	vertical-align: top;
	padding:6px;
	border:1px solid #ececec;
	background-color:#ffffff; 
}
.BranchFullSpan {
	width: 100%; 
	clear:both;
}
.BranchTitle {
	font-size:13px;
	color: maroon;
	text-transform:uppercase;
}
.BranchNormalBold {
	font-weight: bold;
}
.BranchNormal {
}
.BranchHalfSpan {
	width: 48%; 
	vertical-align: top; 
}
/* PRODUCT TABS */
#ProductTab_Box {
	margin: 0px 0 0px auto;
	width:300px;
}
.ProductTab_Area { 
	background-color:#ffffff;
	padding:8px;	
}
ul.ProductTab_Tabs {
	margin-left:0px  !important; 
	padding-left:0px  !important;
	margin-top:5px;
	margin-bottom:6px;
}
ul.ProductTab_Tabs li {
	list-style:none;
	display:inline;	
}
ul.ProductTab_Tabs li a {
	background-color:#ffffff;
	color:#770000;
	padding:3px 3px 6px 3px;
	text-decoration:none;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #ececec; 
	background-repeat:repeat-x;	 
	background-position:bottom;
}
ul.ProductTab_Tabs li a:hover {
	background-color:#ececec;
	border-color:#ececec;
}
ul.ProductTab_Tabs li a.active {
	background-color:#ffffff;
	color:#770000;
	border:1px solid #ececec; 
	border-bottom: 1px solid #ffffff; 
	background-repeat:repeat-x;
	background-position:top;	
}
.ProductTab_Content {
	background-color:#ffffff;
	padding:10px;
	border:1px solid #ececec; 	
	font-family:Arial, Helvetica, sans-serif; 
	background-repeat:repeat-x;	 
	background-position:bottom;	
}
#content_2, #content_3, #content_4 { display:none; }

.ProductTab_Content ul {
	margin:0px;
	padding:0px 20px 0px 5px;
}

/* Featured Product Tab */
#FeaturedProducts {
	padding-left:24px;
}
.newsletter_button a {
	color: black !important;
	padding-right: 5px;
	padding-top: 2px;
	position: relative;
	overflow: visible;
	float: left;
	text-align: center;
	height: 20px;
	width: 79px;
	background-repeat: no-repeat;
	background-image: url(/images/button.gif);
	margin-top: 10px;
}
.clear {
	clear: both;
}
/*--></style>*/