/* Basic Site CSS : Background & Links : Non SiteStorePro Specific CSS */
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.4;
	background-color: #006699;
	background-repeat: repeat-x;
	background-image: url(../images_design/page_backgr.jpg);
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
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: underline;
}

/* Values Below Format the Sample Template Included With Site Store Pro */

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, {
	margin-top: 0;	
	padding-right: 15px;
}
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;
}

/* ~~this fixed width container surrounds the other divs~~ */
.site_outer_border {
	width: 1100px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header_background is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header_background {
	width: 100%;
}

.sidebar1 {
	float: right;
	width: 205px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	background-image: url(../images_design/SideBar_Background.jpg);
	background-repeat: repeat-x;
}

.searchbar {
	float: right;
	width: 300px;
	padding: 5px;
	height: 100px;
	clear: both;
	text-align: right;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.content {
	width:1070px;
	float: left;
	padding: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
}

.main_content_area{
	overflow: visible;
	float: left;
	width: 820px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}

/* ~~ 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. */
}

/* ~~ The bottom_links (footer)_background ~~ */
.bottom_links_background {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	background-image: url(../images_design/bottom_footer_backgr.jpg);
	height: 200px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	background-repeat: repeat-x;
	background-position: center top;
}

/* ~~ 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 div as the final element following the last floated div (within the #container) if the #bottom_links_background is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.Main_Body_background{
	/*deprecated from older version*/
}

.bottom_links {
/*deprecated from older version	*/
}

.Bottom_Copyright_Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #999999;
	margin: 2px;
	padding: 1px;
}
.shareit_box {
	text-align: center;
	margin: 4px;
	padding: 4px;
	float: right;
	clear: both;
}
-->
