/* CSS Document */

/*Standard Styling*/


body {
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:0.8em;
height:100%;
line-height:120%;
text-align:center;
background:#176DAC url(../Images/StyleImages/bg.jpg) repeat-x;
}


.block {
width:900px;
padding:0 9px 0 9px;
margin:0 auto 0 auto;
text-align:left;
}



h1 {font-size:22px; margin:10px; padding:5px; color:#36C; font-weight:400;}
h2 {font-size:1.4em; margin:10px; padding:5px; color:#114955; font-weight:400; }
h3 {font-size:1.1em; margin:10px; padding:5px; color:#333; font-weight:800;}
h4 { margin:10px; padding:0 5px; color:#666; font-weight:800;}
p { margin:10px; padding:0 5px; }
img { border:none; }
dl { margin:0; }

ul { margin-left:15px; list-style:disc; }

a:link, a:visited {
	color:#40D2EC;
	text-decoration:underline;
	}

a:hover, a:active {
	color:#616161;
	text-decoration:none;
	}

.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*/

#body_container {
background:#FFF;
min-height:500px;
}


#header {
margin:0;
padding:0;
height:165px;
}


#main_menu {
height:20px;
margin-top:5px;
margin-bottom:3px;
background:url(../Images/StyleImages/navbar_bg.jpg) no-repeat;
}

#main_menu ul {
list-style:none;
overflow:hidden;
margin:0;
padding-left:16px;
}

#main_menu li {
margin:0;
list-style:none;
display:inline;
}

#main_menu li a {
margin:0 0 0 0;
border-right:1px solid #fff;
padding:2px 7px 4px 7px;
font-weight:bold;
color:#fff;
text-decoration:none;
display:block;
float:left;
font-size:12px;
height:14px;
}

#main_menu li a.first {
border-left:1px solid #fff;
}

#main_menu li a:hover {
background:#76BAED;
color:#fff;
}

#main_menu li#active a {
background:#76BAED;
color:#fff;
cursor:default;
}






#content {
background:url(../Images/StyleImages/content_bg.jpg) no-repeat;
background-position:left 120px;
overflow:hidden;
}


*html #content { height:430px; overflow:visible; }


#footer {
margin:1.6em 0 0 0;
padding:0;
height:4em;
line-height:4em;
text-align:center;
font-size:.7em;
clear:both;
border-top:1px solid #DBDBDB;
color:#aaa;
}

#footer p {
float:right;
padding-right:15px;
margin-top:0;
}

#footer a {
color:#aaa;
}



/****************************** 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;
clear:left;
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;
}
