@import url("home.css");
@import url("navigation.css");
@import url("products.css");
*{
	padding:0px;
	margin:0px;
}
a{
	color:inherit;
	text-decoration:none;
}

a:hover{
	color:inherit;
	text-decoration:none;
	}

body{
	background-image:url(../images/images/mainbg.png);
	background-repeat:repeat-x;
	background-color:#0b4e98;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	color:#0b4e98;
	font-size:12px;
}

#title{
	width:430px;
	float:left;
	height:115px;
	}

#title h1{
	font-weight:normal;
	font-size:55px;
}
#title h1 span{
	font-weight:bold;
}

#title h2{
	font-weight:bold;
	font-size:16px;
        color:#23395c;
	}
h2{
    font-weight:normal;
    color:#2f4568;
    font-size:14px;
    margin-bottom:10px;
    font-weight:bold;
    }
h3{
    font-weight:bold;
    color:#2f4568;
    font-size:14px;
    margin-bottom:10px;
    }

#wrapper{
	width:928px;
	margin:auto;
}

#head{
	width:910px;
	margin:auto;
}
#breadcrumb{
    width:636px;
    padding:9px 0px;
    height:36px;
    background-image:url(../images/images/breadcrumb_bg.png);
    background-repeat:no-repeat;
    position:relative;
    margin-top:14px;
    margin-bottom:6px;
}
strong{
    font-weight:bold;
    color:black;
}


#content{
	width:892px;
	/*width:890px;*/
	margin:auto;
	background-color:#FFFFFF;
	padding:10px;
	margin-top:-35px;
}

#inner_content{
	min-height:600px;
	text-align:left;
	padding-left:15px;
	padding-top:30px;
        color:black;
}

#foot{
	background-color:#083a71;
	width:890px;
	margin:auto;
	margin-top:0px;
	min-height:100px;
	padding-top:20px;
	color:white;
	font-size:11px;
	padding-left:15px;
}

#foot .list{
	float:left;
	width:245px;
	color:#648FBE;
	list-style-image:url(../images/images/icons/arrow_bullet.png);
	margin-left:30px;
	}
#foot .list a:hover{
	text-decoration:underline;
}

#searchbox form{
	width:250px;
	float:left;
}
/* Replaced img with .image_hover*/
#searchbox .image_hover{
	float:left;
}
#searchbox{
	font-weight:bold;
}

#query{
	border:0;
	background-image:url(../images/images/icons/components/search_box.png);
	height:18px;
	padding-left:20px;
	background-color:#E8EEF5;
	font-size:14px;
	background-repeat:no-repeat;
	width:146px;
}

#help_tag_line{
	font-weight:normal;
	font-size:14px;
	margin:5px 0px;
}

#help_line{
	font-weight:bold;
	font-size:22px;
	margin-bottom:10px;
}

#advancedsearch{
	color:black;
	font-size:10px;
	clear:both;
	display:block;
}


#tandc{
	color:white;
	float:right;
	font-size:10px;
	margin-right:16px;
}
#tandc a:hover{
        text-decoration:underline;
        }


#searchbox{
float:right;
}
#login{
    list-style-type:none;
}
#login label{
    font-weight:bold;
    color:#485a66;
}

#loginform{
    background-image:url(../images/images/login_bg.png);
    background-repeat:no-repeat;
    width:481px;
    min-height:354px;
    padding-top:175px;
    padding-left:35px;
    float:left;
}
#loginform a{
    color:#485a66;
    text-decoration:underline;
    font-weight:bold;
}

#loginform #login_email{
    width:330px;
}

#create_account{
    width:310px;
    float:left;
    margin-left:20px;
}

#create_account h3{
    color:#81899d;
}

#create_account #create_account_button{
    margin-left:50px;
    margin-top:12px;
}

#create_account #prof_disc{
    margin-top:65px;
}

#create_new_account_form{
    background-image:url(../images/images/create_account/create_new_acc_bg.png);
    background-repeat:no-repeat;
    color:#6d728a;
}
#create_new_account_form legend{
    color:#2f4568;
    font-weight:bold;
}
legend{
    padding:5px;
    margin-left:10px;
}

#create_new_account_form fieldset, #create_new_account_form p{
    width:500px;
}
#rate li{
    width:21px;
    height:19px;
    background-image:url(../images/images/rating_on.png);
    background-repeat:no-repeat;
    float:left;
    margin-right:2px;
}
#rate{
    list-style-type:none;
	margin-top:25px;
	margin-bottom:50px;
}


/* The new Menu */

#header { /*- Styling... -*/
width: 915px;
background: url(../images/images/new_menu/menubarbg.png) no-repeat top;
height: 35px;
position: relative;
margin-left:7px;
z-index:30;
}

#header a {
color: #fff;
text-decoration: none;
}

#header ul {
list-style-type: none;
position: absolute;
top: 4px;
left: 5px;
right: 4px;
bottom: 4px;
width: 906px;
}

#header ul li.current {
position: relative;
float: left;
padding: 2px 0 2px 0;
background: url(../images/images/new_menu/ulli-bg.png) repeat-x bottom;
height: 24px;
}

#header ul li.current:hover{
background: url(../images/images/new_menu/ulli-bg.png) repeat-x top;
}

#header ul li.current a {
float: left;
display: block;
padding: 4px 18px 0 18px;
border-right: 1px solid #9cb2d5;
height: 20px;
}

#header ul li.current ul.subWide {
position: absolute;
top: 31px;
width: 630px;
padding: 5px 10px 0 10px;
min-height: 250px;
height: auto!important;
height: 250px;
background: url(../images/images/new_menu/menubarbg.png) no-repeat 0px bottom;
font-size: 0.8em;
}

#header ul li.current ul.subWide li {
width: 200px;
float: left;
margin: 1px 0 1px 5px;
height: 19px;
background: url(../images/images/new_menu/sub-ulli-bg.png) no-repeat left center;
}

#header ul li.current ul.subWide a {
border-right: none;
display: block;
color: #022541;
padding: 5px 0 0 10px;
height: 14px;
margin: 0 0 0 5px;
background: url(../images/images/new_menu/submenu-a-bg.png) no-repeat left;
}

#header ul li.current ul.subWide a:hover {
text-decoration: underline;
}

.clearFix {
clear: both;
}


/* end of the new Menu */

/*Contact Us form */

.contact_us_form .field{
    padding:5px 15px;
    display:block;
    width:110px;
}
.contact_us_form input[type='text'], .contact_us_form textarea{
    width:210px;
}

/* Search page */
.PagingList li{
    display:inline;
    margin-right:5px;
}
.PagingList li a{
   color:#357f09;
}
.PagingList li a:hover{
    text-decoration:underline;
}

.search_top{
   background-image:url(../images/images/search/search_top_bg.png);
   background-repeat:no-repeat;
}

.search_top a{
    color:#357f09;
    padding-left:5px;
}

.search_top a:hover{
    text-decoration:underline;
}

#home_news ul li{
    padding:10px 5px;
    border-left:1px solid #B7C0CF;
}
#home_news ul li a{
   font-weight:bold;
}

.browse_blogs li{
    list-style-type:none;
}

.browse_blogs .blogintro{
    min-height:100px;
    margin-bottom:5px;
    padding:10px;
    width:633px;
    background-image:url(../images/images/browse_news_item.png);
    background-repeat:no-repeat;
}

.browse_blogs .blogintro p{
    width:600px;
}
.blogintro a{
    color:#357f09;
}
.blogintro a:hover{
    text-decoration:underline;
}
.blogintro h3 a{
    color:#2f4568;
}
.news_calendar{
    width:210px;
}

.news_calendar h2{
    color:black;
    font-size:12px;
}
.news_calendar h3{
    background-color:#23395c;
    color:white;
}

.news_calendar ul li{
    list-style-type:none;
    margin-left:15px;
    border-top:1px solid #cfcece;
    list-style-image:url(../images/images/news_pages/news_cal_arrow.png);
    list-style-type:square;
}

.news_calendar ul li ul li{
    margin-left:30px;
    background-color:#edecec;

}

/* Finish Order */

#finishorder{
    background-image:url(../images/images/finishorder/finish_order_bg.png);
    background-repeat:repeat-y;
    width:666px;
    margin-top:20px;
}

#finishorder_main{
    width:515px;
    margin:auto;
    margin-top:40px;
    margin-bottom:40px;
}
.column2 p{
    width:50%;
    float:left;
}
.invoiceid{
    font-weight:bold;
    font-size:18px;
}

.paid{
    color:#0B4E98;
    font-size:26px;
    text-align:right;
}

.invoice_cart{
    width:100%;
    border-collapse:collapse;
    border:1px solid #c8c8c8;
    background-color:#efefef;
    margin:15px 0px;
}

.invoice_cart td,.invoice_cart th{
    padding:2px 10px;
}

.invoice_cart .desc{
    width:390px;
    text-align:center;
}
.invoice_cart .amount{
    text-align:center;
}

.invoice_cart td{
    text-align:right;
    font-weight:bold;
}

#col1 p{
    margin-top:5px;
    margin-bottom:5px;
}

#col1 p a, .text_link{
    color:#367312;
}

.shipping_address_label .head a{
    color:white;
}


.AccountMessageList{
    list-style-type:none;
}

.message{
    margin-bottom:3px;
}

.send_message{
    border:0px;
}
/* Home Slide show **/
 .slideshow div{
                height:199px;
                width:608px;
                position:relative;
            }
            .heading1{
               position:absolute;
               left:101px;
               top:14px;
               color:white;
               font-weight:bold;
               font-size:20px;
            }
            .heading2{
               position:absolute;
               left:101px;
               top:44px;
               color:white;
               font-size:18px;
            }

            .slide_content{
                position:absolute;
                top:100px;
                width:285px;
                color:white;
                left:15px;
            }
            .slide_content p{
                width:260px;
            }
/* End of Home Slide show */


/* Account Orders */
.OrderItemList{
    list-style-type:none;
}

.error{
    color: red;
    font-weight:normal;
    font-size:10px;
}

/*Ticker links*/

.ticker_links{
    position:absolute;
    right:23px;
    bottom:5px;
}
.ticker_links li{
    display:block;
    float:left;
    width:21px;
    height:21px;
    margin-left:5px;
    text-align:center;
    color:white;
    padding-top:2px;
    background-image:url(../images/images/blob.png);
    background-repeat:no-repeat;
}
.ticker_links .selected{
   /*border:1px solid green;
    background-color:white;*/
    background-image:url(../images/images/blob_selected.png);
    color:black;
    background-repeat:no-repeat;
}

#logout_link{
    position:absolute;
    bottom:10px;
    right:355px;
}


.content_table td{
padding:5px;
}

.bulletlist li{
   line-height:24px;
   list-style-type:circle;
}
.bulletlist{
    margin-bottom:20px;
}

#showonpage li{
    list-style-image:url(../images/images/bullet_arrowe.png);
    margin-left:30px;
}

#showonpage li a{
    color:#0B4E98;
}
#showonpage li a:hover{
    text-decoration:underline;
}

.bulletlist li{
    background-repeat:no-repeat;
    background-position:left;
     margin-bottom:2px;
}
#spec h3{
    margin-top:20px;
}

.enbolden{
   color:#00458F;
   background-image:url(../images/images/bullet_arrowe.png);
   background-repeat:no-repeat;
   background-position:left top;
}
.ProductOptionList{
    list-style-type:none;
    clear:both;
}

/* Shows the alternative text on the telephonist image*/
.image_hover{
	background-image:url(../images/images/icons/telephonists.png);
	width:153px;
	height:116px;
	position:relative;
}

.image_hover p{
	position:absolute;
	bottom:0px;
	background-color:black;
	color:white;
	font-family:verdana;
	font-size:10px;
	display:none;
        padding:3px;
        font-weight:bold;
}

/* End  */
