@charset "utf-8";


/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 8em;

}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 15em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
	margin-top: -5%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 95%;
	
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
#post_display {
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: rgba(204,204,204,.7);
}

/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 12.75em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{

}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{

}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	padding-top: 0.5em;
	padding-right: 0.75em;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	color: rgba(255,102,0,1);
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{

}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{


}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{

}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe 
php body - deleted
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
*/
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter: alpha(opacity:0.1);
}
	ul.MenuBarVertical li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	}
body {

	
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 1160px;
	
	background-color: rgba(255,255,255,0.5);

	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); /* IE */
	margin-top: 40;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	box-shadow: 2px 2px 6px 1px #999999;
}


#header {
	height: 15px;
	font-size: 24px;
	text-align: center;
	background-repeat: no-repeat;
	width: 1160px;
	margin-bottom: 0px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: rgba(37,75,112,1);
}

#main_area {
	border: thin solid rgba(176,176,176,1);
	background-repeat: repeat-x;
	background-color: rgba(255,255,255,0.9);
}
#menu_home {
	float: left;
	height: 45px;
	width: 175px;
	margin-left: 12px;
	padding-top: 4px;
}


#banner_menu {
	height: 57px;
	background-color: rgba(255,255,255,0.7);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(230,206,166,1);
}
#paging {
	width: 180px;
}
#main_admin {
	text-align: center;
	width: 280px;
	clear: none;
	float: none;
	margin-left: 400px;
	margin-bottom: 40px;
}
#product_table {
	background-color: rgba(255,255,255,1);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.productBox {
	height: 145px;
	width:435px;	
}


.productBox_PVC {
	height: 258px;
	width:363px;
}

.productBox_Smaller {
	height: 146px;
	width:330px;
}

#insert_form {
	width: 230px;
	background-color: rgba(0,204,255,1);
	text-align: center;
	float: none;
}
#form_div {
	background-color: rgba(255,255,255,0.6);
	text-align: left;
	background-image: url(Images/Stick-note.gif);
	color: #006;
	padding-top: 20px;
	height: 248px;
	width: 182px;
}
#left_table {
	width: 180px;
	margin: 5px;
	height: 180px;
	background-color: rgba(0,0,153,1);
}
#left_menu_table {
	float: right;
}

#prod_display {
	background-color: rgba(255,255,255,1);
}

#right_table {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: rgba(230,206,166,1);
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	border-top-color: rgba(255,255,255,1);
	border-right-color: rgba(255,255,255,1);
	border-left-color: rgba(255,255,255,1);
}
#right_table_smaller {
	width: 255px;
	float: left;
}

#right_table_text {
	margin: 2px;
	padding: 2px;
	border: thin outset rgba(51,51,51,1);
}

#cart_total {
	float: left;
	height: 17px;
	padding: 5px;
}

#PayPal_btn {
	float: left;
	margin-right: 20px;
	height: 20px;
	text-align: center;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
}
#footer_space {
	height: 20px;
}
#footer {
	height: 120px;
	text-align: center;
	color: rgba(255,255,255,1);
	background-repeat: repeat-x;
	width: 950px;
}
#long_footer {
	background-image: url(Images/footer_img.jpg);
	height: 150px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,1);
}
#long_footer_2 {
	background-color: #333333;
	height: 150px;
}


#facebook {
	float: left;
	margin-left: 20px;
	margin-top: 30px;
}
#help_PIC_div {
	margin: 30px;
}


#radar_logo {
	float: right;
	margin-right: 25px;
	clear: none;
}
#footer_TEXT p {
	color: rgba(255,255,255,1);
}





/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
#text_div_footer {
	width: 600px;
	float: left;
	height: 60px;
	font-size: 11px;
	margin-left: 60px;
	margin-top: 35px;
	text-align: left;
}


/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
nav ul {
	list-style: none; /* this removes the list marker */
	border-top: 2px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}

nav ul li {
	border-bottom: 2px solid #666; /* this creates the button separation */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
#sm_logo {
	float: left;
	margin-right: 6px;
	margin-top: 9px;
}
#help_div {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: rgba(102,102,102,1);
	border-right-color: rgba(102,102,102,1);
	border-bottom-color: rgba(102,102,102,1);
	border-left-color: rgba(102,102,102,1);
	background-repeat: no-repeat;
	color: rgba(0,0,0,1);
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#help_div_2 {
	width: 210px;
	float: left;
	margin: 8px;
}

#help_div_3 {
	float: right;
	width: 210px;
}
#help_div_4 {
	margin-left: 40px;
	float: right;
	margin-top: 15px;
	margin-right: 250px;
	text-align: left;
}

#help_div_5 {
	width: 700px;

}
#help_div_6 {
	width: 550px;
}
#help_div_7 {
	width: 420px;
	text-align: left;
}
#help_div_10 {
	padding-left: 50px;
}


#help_div_sm {
	float: left;
	height: 130px;
	width: 88px;
	margin: 3px;
}

#just_BG {
	background-repeat: no-repeat;
	background-color: rgba(206,220,233,1);
}





#footer p_address {
	color: rgba(255,255,255,1);
	float: left;
	text-align: left;
	background-color: rgba(51,103,153,1);
	width: 300px;
	height: 50px;
}
#footer_index {
	width: 924px;
	background-color: rgba(131,148,158,0.1);
	text-align: center;
	float: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: rgba(51,51,51,1);
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}

.montage_shipping {
	box-shadow: 2px 2px 8px 1px #333;
	height: 82px;
	width: 130px;
	margin-left: 25px;
}



/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #333333;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	font-size: 19px;
	font-family: "Arial Black", Gadget, sans-serif;
}

nav ul a, nav ul a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-color: #333333;
}



/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

nav ul a:hover, nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
	background-color: #333333;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: underline;
	font-size: 21px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 1.900rem;
}
p {
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 19px;
	font-weight: bold;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}
#TEXT_table {
	margin: 10px;
	padding: 10px;
	border: thin outset rgba(197,145,23,1);
	text-align: left;
	font-size: 12px;
}


#TEXT_contact {
	width: 540px;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: rgba(102,140,179,1);
}
#h1_div_MENU {
	width: 175px;
}


.trayContentItem {
	box-shadow: 2px 2px 8px 1px #333;
	height: 290px;
	width: 775px;
	
}

.ver_menu_div {
	margin: 4px;
	padding-top: 4px;
	width: 182px;
	box-shadow: 2px 2px 6px 1px #999999;
	height: 760px;
}

.trayContentItem_short {
	box-shadow: 2px 2px 8px 1px #333;
	height: 290px;
	width: 465px;
}

.secondColumn {
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); /* IE */
	width: 154px;
	float: left;
	height: 290px;
	background-color: #FFFFFF;
}


.columnContent {
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); /* IE */
	background-color:  #FFFFFF;
}
#MENU_hold {
	height: 510px;
}
#logo {

}
#phone {
	padding-top: 10px;
}
#space {
	height: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(153,153,153,1);
}
#form_div {
	background-image: url(Images/Stick-note.gif);
	width: 160px;
	height: 220px;
}
#knob {
	float: left;
	width: 160px;
}
#help_div_5 {
	width: 450px;
}
#help_div_6 {
	float: right;
	height: 40px;
	width: 200px;
	clear: left;
}
#prod_display {
	font-size: 12px;
}
#regis_form {

}
#banner_new  {
	float: left;
}
#banner_left  {
		float: right;
}
#banner_left_2  {
		float: right;
}
