/* CSS Document */

/*Standard Styling*/


body {
text-align:center;
margin:0;
font-family: Calibri, Geneva, Helvetica, sans-serif;
font-size:.9em;
color:#fff;
background:#000 url(../Images/StyleImages/background.jpg) repeat-x;
}

.block {
width:850px;	
margin:0 auto 0 auto;
}


h1 {font-size:22px; margin:0; padding:5px 5px 0 0; color:#FFF; font-weight:400;}
h2 {font-size:18px; margin:0; padding:0 5px 7px 0; color:#3F3; font-weight:400;}
h3 {font-size:17px; margin:0; padding:7px 5px 0 0; color:#3F3; font-weight:400; border-bottom:1px dotted #3f3;}
p { margin:10px 10px 10px 0; }
img { border:none; }
dl { margin:0; }

a:link, a:visited {
	color:#6CF;
	text-decoration:none;
	}

a:hover, a:active {
	color:#6C0;
	text-decoration:underline;
	}

.clearer {clear:both; height:0px; overflow:hidden; }
.l_clear {clear:left; height:0px; overflow:hidden; }
.r_clear {clear:right; height:0px; overflow:hidden; }

.error_box {
border:1px solid #990000;
background:#FF3333;
color:#FFFFFF;
font-size:16px;
font-weight:bold;
margin:10px;
}

.valid_box {
border:1px solid #006600;
background:#66CC66;
color:#FFFFFF;
font-size:16px;
font-weight:bold;
margin:10px;
}


.info_box {
border:1px solid #960;
background:#FC6;
color:#FFF;
font-size:16px;
font-weight:bold;
margin:10px;
}



/*Layout Styling*/

#header {
padding:0 0 5px 0;
position:relative;
z-index:1;
}

#contact_box1 {
width:450px;
float:right;
position:relative;
z-index:100;
text-align:right;
margin-top:-10px;
}

#contact_box2 {
width:165px;
float:left;
text-align:left;
margin-top:340px;
margin-left:5px;
font-size:13px;
border-top:2px solid #666;
border-bottom:4px solid #999;
padding-top:10px;
}

#body_holder {
/*background:#e4e4e4 url(../Images/StyleImages/body_bg.jpg) bottom repeat-x;*/
overflow:hidden;
padding:0;
position:relative;
z-index:1;
}


#main_menu {
float:left;
width:220px;
border:1px solid #FFF;
background: #E4E4E4 url(../Images/StyleImages/menu_back25.jpg) bottom repeat-x ;
position:absolute;
z-index:100;
display:block;
font-family:Arial, Helvetica, sans-serif;
}

#main_menu dt {
text-align:left;
}

#main_menu dt {
height:28px;
margin:0 auto 0 auto;
}

#main_menu a:link, #main_menu a:visited {
display:block;
line-height:28px;
height:28px;
padding:0 20px 0 20px;
color:#000;

}

#main_menu a:hover, #main_menu a:active {
background:#000 url(../Images/StyleImages/menu_item.jpg) repeat-x;
color:#CF3;
border-top:1px solid #FFF;
border-bottom:1px solid #CF3;
height:26px;
text-decoration:none;

}

#main_menu dt:hover ul.submenu, #main_menu dt.over ul.submenu {
display:block;
}

#main_menu dt:hover a {
border-top:1px solid #FFF;
border-bottom:1px solid #FFF;	
}

#main_menu dt:hover ul.submenu li a {
padding-top:1px;
padding-bottom:1px;	
border-top:none;
border-bottom:none;
}

#main_menu dt:hover ul.submenu li a:hover {
border-top:1px solid #FFF;
border-bottom:1px solid #FFF;	
padding-top:0;
padding-bottom:0;	
}

ul.submenu {
padding: 0;
margin: 0 0 0 219px;
list-style: none;
width:220px;
background: #E4E4E4 url(../Images/StyleImages/menu_back25.jpg) top repeat-x ;
border-top:1px solid #FFF;
border-right:1px solid #FFF;
border-bottom:1px solid #FFF;
border-left:1px solid #FFF;
display:none;
margin-top:-30px;
}

ul.submenu li {

	
}





#content_area {
float:left;
background: #333 url(../Images/StyleImages/content_fill.jpg) bottom left no-repeat;
width:798px;
margin-left:50px;
/*margin-top:25px;*/
border:1px solid #FFF;
overflow:hidden;
min-height:578px;
margin-bottom:10px;
}

#content {
margin-left:170px;
padding-left:10px;
/*border-left:1px solid #FFF;*/
text-align:left;
min-height:578px;
background:url(../Images/StyleImages/content_bg.jpg) top repeat-x;

}



#footer { clear:both; padding-left:50px; overflow:hidden; }

.foot_menu{
overflow:hidden;
margin-bottom:5px;
}

.foot_menu dt {
float:left;

}



/****************************** Module Styles **********************************/
/* News Ticker Styles */
/*
#news{
width:450px;
padding-right:20px;
/*border-right:1px solid #666666;
padding-bottom:10px;
float:left;
overflow:hidden;
/*min-height:400px;
}
*/
#news h3 {
color:#666666;
margin:10px 5px 0 5px;
}

#news .news_author {
margin:0 5px 0 10px;
}

.news_author {
font-size:10px;
color:#999999;
}

.news_item {
padding-bottom:10px;
border-bottom:1px solid #CCCCCC;
margin:10px;
overflow:hidden;
}

/****************************************************************/
/* Contact Form Styles */


#contact_form {
margin:10px;

width:400px;
}

#contact_form th {
vertical-align:top;
width:150px;
text-align:left;
}

#contact_form input, #contact_form select {
width:250px;

}

#contact_form textarea {
width:250px;
height:150px;
}

#contact_form .submit_btn {
width:100px;
}

#contact_form .submit_holder {
text-align:right;
padding:10px;

}

/****************************************************************/
/* Login form */

.login_box {
width:270px;
float:left;
margin:25px 0 25px 80px;

}

.login_box th, .login_box td {
padding:5px;
}

.login_box h2 {
background:url(../Images/StyleImages/cart_table_header.png) repeat-x;
/*color:#FFF;*/
padding:5px;
margin-bottom:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#qlogin {
border:1px solid #CCC;
background:#FFF url(../../Images/StyleImages/qlogin.jpg) bottom repeat-x;
margin:5px 0 5px 0;
}

#qlogin .tinput {
width:160px;
color:#666;
}

#qlogin h2 {
border-bottom:1px #FF9900 solid;
padding:5px;
width:auto;
background:#F5F0D3;
color:#FF9933;
margin-bottom:5px;
}


#login_form_holder {
margin:10px;
border:1px solid #CCC;
background:#F4F4E8;
}

#login_form_holder table {
margin: 0 10px 0 10px;
}

/****************************************************************/
/* Registration form */

#registration_form {
margin:10px;
}

.usernote {
font-size:11px;
}

/****************************************************************/
/* User Profile */

#profile_summary {
width:400px;
float:left;
overflow:hidden;


}

#user_summary {
margin:10px;

}

#user_summary th, #user_summary td {
padding:3px;
}







/****************************************************************/
/****************************************************************/
/* Site wide generic styles */

#pager_holder, #list_options {
margin:0 0 10px 10px;
padding:0;
}

#pager_holder { min-height:30px; }
*html #page_holder { height:30px; }

#pager_holder p, #list_options p {margin-top:0;}
#pager_holder select, #list_options select {font-size:10px; color:#666666; }

.paging {
height:25px;
}

.paging dt {
float:left;
height:20px;
width:20px;
line-height:20px;
border:#CCCCCC 1px solid;
margin:2px;
vertical-align:middle;
text-align:center;
background:#E4E4E4;
}

.paging dt a:link, .paging dt a:visited {
text-decoration:none;
width:20px;
height:20px;
line-height:20px;
display:block;
}

.paging dt a:hover, .paging dt a:active {
text-decoration:none;
width:20px;
height:20px;
line-height:20px;
display:block;
background:#F5F0DC;
color:#3C0;
}

#curpage a:link, #curpage a:visited {
background:#FFF;
color:#000;
}

#curpage a:hover, #curpage a:active {
background:#6CC;
color:#000;
}

#page_st {
height:20px;
width:auto;
border:none;
margin:2px;
vertical-align:middle;
text-align:left;
background:none;
line-height:20px;
}

#linkback {
float:right; 
display:inline; 
width:140px;	
	
}

#seo_footer {
width:640px;
text-align:left;	
}