@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	background:url(images/bg.jpg) repeat-x #DCE6F1;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#5E5E5E;
	line-height:18px;
}
.fullWidth{width:100%;}

.fullHeight{width:100%;}

.floatLeft{float:left;}

.floatRight{float:right;}

.clear{clear:both;}

.rowspacer{width:20px;}

.imageStyle{vertical-align:middle;padding-top:1px;}

p{margin:0px; padding:0px 0px 10px 0px}

table, td, div, img { border:0; border-collapse:collapse;}

ul { list-style: none;}

#header {
	height:129px;
	background:url(images/hed-bg.jpg) no-repeat;
	padding:4px 9px 0px 9px;
	/* padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#container {
	width: 918px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(userfiles/image/mainBG.jpg);
	background-position: center;
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 152px;
}
#sidebar1 a {
	display:block;	
}
#sidebar1 a:hover {
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
}
#mainContent {
	width:918px;
	margin:0 auto;
	padding: 0 20px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* margin-left: 172px - remove for netstore left margin ;*/
} 

#topnav 
{
height: 38px;
}

#topnav ul
{
margin:0px;
padding:0px;
}

#topnav ul li
{
float:left;
font:bold 14px Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

#topnav ul li a
{
display:block;
padding:10px 15px 10px 15px;
font:bold 14px Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
border-left: 1px solid #3300CC;
}

#topnav ul li a:hover
{
color:#27394B;
text-decoration:none;
}

#midpart-bg1
{
background:url(images/midbg1.jpg) repeat-y;
}

#midpart-bg2
{
background:url(images/midbg2.jpg) no-repeat;
padding:0px 9px;
}


#flash-banner
{
width:900px;
height:268px;
}

.blue-titlebar
{
height:30px;
border:1px solid #26517D;
background-color:#356AA0;
padding:10px 0px 0px 10px;
font:normal 20px Arial, Helvetica, sans-serif;
color:#FFFFFF;
}


#footer {
height:76px;
padding-top:15px;
background:url(images/foot-bg.jpg) no-repeat;
font:normal 11px Arial, Helvetica, sans-serif;
color:#FFFFFF;
line-height:16px;
position:relative;
top:0px;
left:0px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
	color: #123457;
	font-size: 10px;
}
#footer a {
font:normal 11px Arial, Helvetica, sans-serif;
color:#FFFFFF;
line-height:16px;
text-decoration:none;
}
#footer a:hover {
line-height:16px;
text-decoration:underline;
}
.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#pagetitle {
	font-size: normal 12px Arial;
        color: #5E5E5E;
	padding: 10px 0 5px 0;
	margin-bottom: 10px;
	width:647px;
}

#pagetitle1 {
	font-size: 18px;
        color: #ffa812;
	padding: 10px 0 5px 0;
	margin-bottom: 10px;
}


#rightpart
{
width:214px;
}

/*====== container =========*/

#arrowleft
{
width:10px;
padding:34px 10px 0px 0px;
}

#arrowright
{
width:10px;
padding:34px 0px 0px 10px;
}

#rotatebox
{
background-color:#FFFFFF;
height:101px;
width:607px;
}

#rotatebox img
{
float:left;
margin-right:8px;
}

/*====== rightpart =========*/

#formbox
{
border:1px solid #CFCFCF;
background:url(images/right-formbg.jpg) repeat-x bottom;
padding:10px;
}

.inputR
{
width:184px;
border:1px solid #CFCFCF;
background:url(images/input-bg.jpg) repeat-x #fff;
padding:3px 3px;
margin-bottom:5px;
font:normal 12px Arial, Helvetica, sans-serif;
color:#000000;
}

.textareaR
{
width:184px;
height:54px;
border:1px solid #CFCFCF;
background:url(images/input-bg.jpg) repeat-x #fff;
padding:3px 3px;
margin-bottom:5px;
font:normal 12px Arial, Helvetica, sans-serif;
color:#000000;
}

.blackbigh1
{
font:bold 18px Arial, Helvetica, sans-serif;
color:#ffa812;
line-height:22px;
}



