@charset "utf-8";
/* CSS Document */

/*=================== general ==========================*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul,li { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

img, .png{

}

a{
	outline: none;
}


/*==================== body =================================== */

body{
	background-image: url(../img/bg_body4.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #F0F1F3;
}

/*---- divs -------------------------------------------------------- */

#container{
	width: 904px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	
}

#header{
	height: 112px;
	background-image: url(../img/bg_header2.png);
	background-repeat: no-repeat;
	padding: 0 4px 0 0px;
}

#navigation{
	

}

#breadcrumb{
	height: 20px;
	width: 900px;
}

#banner{
	height: 257px;
	margin: 0 0 1px 0;
	background-image: url(../img/bg_banner.png);
	overflow: hidden;
}



#screenshot{
	height: 257px;
	width: 430px;
	overflow: hidden;
	float: left;

}

#content{
	width: 900px;
	margin: 0 3px 0 2px;
	padding: 0 0 20px 0;
	background-color:#fff;
	min-height: 100px;
	background-image: url(../img/bg_content.png);
	background-repeat: repeat-x;
	background-position: center top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CBD2D8;
	border-left-color: #CBD2D8;
}

#top3services{
	padding: 10px 0 0 0;
	min-height: 200px;
	margin: 0 0 20px 0;
}

#portfolio{
	float: right;
	width: 260px;
	height: 200px;
	margin: 0 20px 0 0;
	background-image: url(../img/bg_portfolio_on.png);
	background-repeat: no-repeat;
	background-position: center center;
}


#tagline2{
	width:570px;
	min-height: 180px;
	margin: 0 0 20px 20px;

}

#latest_news{
	background-image: url(../img/bg_news.png);
	background-repeat: repeat-y;
	padding: 0 0 0 0;
}

#latest_news_footer{
	background-image:url(../img/bg_news_bottom.png);
	background-repeat: no-repeat;
	height: 7px;
	background-position: center top;
	background-color: #FFFFFF;
}

#content_footer{
	width: 894px;
	margin: 0 1px 15px 3px;
	border-top: 1px solid #CBD2D8;
	background-image: url(../img/bg_content_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 3px;

}


#footer{
	width: 100%;
	display:block;
	min-height: 210px;
	background-image: url(../img/bg_footer.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #fff;
	border-bottom: 5px solid #14073A;
	padding-bottom:20px;
	
}

#footer_wrapper{
	width: 900px;
	margin: 0 auto;
}

#address{
	float: right;
	width: 260px;
	margin: 0 20px 0 0;
	_margin: 0 10px 0 0; /*- IE6 - */


}

#services {
	width: 600px;
	float:left;
}

.clearer{
	clear: both;
}


/*====================== clearer ======================================= */

.clearer{
	clear: both;
}

/*======================= fonts ============================================ */

p{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 15px;
	color: #666666;
	font-weight: normal;
}

p a{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 14px;
	color: #14073A;
	text-decoration: none;
}

p a:hover{
	text-decoration: underline;
}

#content_footer p{
	font-size: 11px;
	float: right;
	color:#999999;
}

#innerpage h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
	font-weight: lighter;
	letter-spacing: 1.5px;
	color: #14073A;
}
#innerpage h4{
	font-family: "Trebuchet MS";
	font-size: 14px;
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
	font-weight: lighter;
	letter-spacing: 1.5px;
	color: #14073A;
}

/*====================== logo ==================================== */

h1{
	width: 241px;
	height: 83px;
	background-image: url(../img/ukwebco_logo.png);
	margin: 12px 0 0 -425px;
	float:left;
	position:absolute;
	left: 50%;

}

h1 a{
	text-indent: -9999px;
	display: block;
	width: 241px;
	height: 83px;
}

/*========================== navigation ======================================= */

#navigation ul{
	float: left;
	margin: 0px 0px 0px 300px;
	_margin: 0px 0px 0px 150px;
}

#navigation ul li{
	float: left;

}

#navigation ul li a{
	height: 60px;
	padding-top: 30px;
	margin-top: 20px;
	display: block;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 15px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #a9b6be;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	width: 150px;
}

#navigation ul li a:hover{
	color: #1F0861;
}

body.portfolio #navigation ul li a.portfolio{
	color: #1F0861;
}

body.services #navigation ul li a.services{
	color: #1F0861;
	
}

body.about #navigation ul li a.about{
	color: #1F0861;
}

body.contact #navigation ul li a.contact{
	color: #1F0861;
}




#flags ul{
	position: absolute;
	left: 50%;
	margin: 0 0 0 330px;
	width: 90px;
	font-size: 9px;
	height: 20px;
}

#flags ul li{
	display: inline;
}

/*========================== flags =================================================*/

#flags{
	text-indent: -9999px;
}

/*======================= banner =============================================== */

#banner h2{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 36px;
	color: #B2BCC5;
	float: right;
	width: 400px;
	margin: 50px 0 0 0;
	height: 205px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 3px;


}

#banner h2 span{
	color: #ffffff;
	
}
/*========================== breadcrumb ============================================== */

#breadcrumb ul{
	margin: 0 0 0 5px;
}

#breadcrumb li{
	background-image: url(../img/bullit_breadcrumb.png);
	background-repeat: no-repeat;
	background-position: left 9px;
	text-indent: 11px;
	padding: 0 2px 0 12px;
	display: inline;	
}

#breadcrumb li a{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 12px;
	color: #B2BCC5;
	text-decoration: none;
}

#breadcrumb li a:hover{
	color: #14073A;
}


/*========================= top3services ======================================== */



#top3services ul{
}

#top3services ul li{
	float:left;
	width: 260px;
	min-height: 180px;
	padding: 20px 20px 20px 20px;
	background-image: url(../img/bg_top3services.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#top3services h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	padding: 0 0 5px 0;
	font-weight: lighter;
	color: #14073A;
}

#top3services h2 a{
	color: #14073A;
	text-decoration: none;
	display: block;
}

#top3services h2 a:hover{
	color: #1F0861;
	text-decoration: none;
}


#top3services h2.green{
	border-bottom:  #007D08 1px solid;
}

#top3services h2.red{
	border-bottom:  #BD2C18 1px solid;
}

#top3services h2.yellow{
	border-bottom:  #C69E00 1px solid;
}

#top3services p{
	padding: 10px 0 10px 0;
}

a.more{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 14px;
	color: #14073A;
	background-image: url(../img/bg_link_arrowbullit2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 0 23px;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/*---- portfolio/monitor -------------------------------------------------------- */



#portfolio h2{
	text-align: center;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 16px;
	margin: 10px 30px 0 33px;
	font-weight: bold;
	text-transform: uppercase;
}

#portfolio h2 a{
	display: block;
	width: 157px;
	padding: 35px 20px;
	color: #636B70;
	text-decoration: none;
	letter-spacing: 1px;
}

#portfolio h2 a:hover{
	color: #333333;
}

#portfolio h2 a span{
	font-size: 24px;
	line-height: 13px;
}

/*---- tagline2 text and telephonenumber -------------------------------------------------------- */

#tagline2 h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #798E9B;
	padding: 16px 0 0 0;
}
#tagline2 h4{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #798E9B;
	margin: 12px 0 0 0;

}

/*---- latest news item -------------------------------------------------------- */


#latest_news h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #14073A;
	font-size: 20px;
	margin: 0 0 0 30px;
	padding: 16px 0 0 0;
	width: 560px;
	font-weight: normal;
	border-bottom: 1px solid #ffffff;	
}

#latest_news p{
	margin: 6px 0 0 30px;
	width: 560px;

}

#latest_news .Rigtxt{
	float: right;
	width: 228px;
	padding: 5px;
	margin: 10px 30px 5px 0;
}
#latest_news .Rigtxt h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	width: 228px;
	font-weight: normal;
	border-bottom: 1px solid #ffffff;	
}
#latest_news .Rigtxt h2 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	text-decoration:none;
}
#latest_news .Rigtxt h2 a:hover{
	color: #000;
}

#latest_news .Rigtxt h4{
	font-family: "Georgia";
	color: #3a3a3a;
	font-size: 16px;
	margin: 10px 0px 0px 0px;
	font-weight: normal;
}
#latest_news .Rigtxt h4 a{
	font-family: "Georgia";
	color: #3a3a3a;
	font-size: 16px;
	font-weight: normal;
	text-decoration:none;
}
#latest_news .Rigtxt h4 a:hover{
	color: #000;
}

#latest_news .Rigtxt dl{
	margin:0px;
	padding:0px;
	width: 228px;
}	
#latest_news .Rigtxt dt{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#3a3a3a;
	width: 228px;
}
#latest_news .Rigtxt p{
	width: 228px;
	margin:0px;
	padding:0px;
}

#latest_news .Rigtxt dd{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#3a3a3a;
	width: 228px;
}

#latest_news ul{
	margin: 10px 0 0 30px; 
}

#latest_news li a{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 14px;
	color: #14073A;
	background-image: url(../img/bg_link_arrowbullit.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 0 23px;
	text-decoration: none;
}

#latest_news li a:hover{
	text-decoration: underline;
}

#lates_news_footer a{
	float: left;
}

/*---- page footer -------------------------------------------------------- */

#footer h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #14073A;
	font-size: 20px;
	padding: 16px 0 0 0;
	font-weight: normal;
	border-bottom: 1px dotted #14073A;

}

#footer ul{
	float: left;
	width: 250px;
	margin: 0 20px 0 20px;
	_margin: 0 21px 0 10px;/*- IE6 - */
}

#footer ul li{
	margin: 6px 0 0 0;
	width: 260px; 
	border-bottom: 1px dotted #BDC8CE;
}


#footer ul li a{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 14px;
	color: #93A4AE;
	text-decoration: none;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}

#footer ul li a:hover{
	color: #14073A;
}
#services h3{
	margin: 0 0 0 20px;
	width: 550px;	
}

#address h3{
	margin: 0 0 8px 0;
}

#address p{
	line-height: 16px;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 12px;
	color: #666666;
}

/*---- innerpages -------------------------------------------------------- */

#sidebar, #sidebarnew{
	width: 270px;
	float: left;
}

#innerpage, #innerpage2main, #innerpage_portfolio{
	float: right;
	width: 567px;
	padding: 20px 20px 20px 0;

}

/*---- innerpages subnavigation and sidebar-------------------------------------------------------- */

#sidebar h2, #sidebarnew h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	padding: 0 0 2px 0;
	margin: 22px 0 0 25px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #798E9B;
}

#sidebar ul.subnavigation{
	margin: 0px 0 0 25px;
	border-top: 1px solid #F0F1F3;
}

#sidebar ul.subnavigation li{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	border-bottom: 1px solid #F0F1F3;
	
}

#sidebar ul.subnavigation li:hover{
	background-color: #EBECEF;
}

#sidebar ul.subnavigation li.on{
	background-color: #EAEBEE;
}

#sidebar ul.subnavigation li a{
	text-decoration: none;
	color: #14073A;
	display: block;
	line-height: 26px;
	padding: 5px 29px;
	background-image:url(../img/bg_link_arrowbullit.png);
	_background-image:url(../img/bg_link_arrowbullit2.png); /*- terrible IE6 - */
	background-repeat: no-repeat;
	background-position: 5px 10px;
	width: 185px;
}

#sidebar h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 0 0 3px 0;
	margin: 52px 0 5px 25px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #798E9B;
	border-bottom: 1px solid #F0F1F3;
}

#sidebar ul.clientlist{
	margin: 0 0 0 25px;
}

#sidebar ul.clientlist li{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	color: #666666;
	font-size: 13px;
}

#address_sidebar p{
	margin: 2px 0 0 25px;
	font-size: 12px;
}

/*---- innerpages headings -------------------------------------------------------- */
#innerpage h2, .innerpage2 h2, #innerpage_portfolio h2, #payment h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	padding: 0 0 2px 0;
	margin: 0 0 20px 0;
	font-weight: lighter;
	letter-spacing: 1.5px;
	color: #14073A;
	border-bottom:  #14073A 2px solid;
}


#innerpage ul, #innerpage p ol{
	margin: 10px 0 12px 0;
}

#innerpage ul li{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 15px;
	color: #666666;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: disc;
	margin: 6px 0 6px 30px;
}

#innerpage ol li{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 15px;
	color: #666666;
	margin: 5px 0 5px 30px;
	list-style-position: outside;
	list-style-type: decimal;
}


/*----portfolio -------------------------------------------------------- */

ul.portfolio li{
	margin: 0 0 40px 0;
	width: 566px;
	border-top: 3px solid #E9E9E9;

}


ul.portfolio li img{
	border-top: 1px solid #C3C3C3;
	border-left: 3px solid #E9E9E9;
	border-right: 3px solid #E9E9E9;
	
}


ul.portfolio li h4 a{
	text-decoration: none;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	text-align: left;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
	float: left;
	width: 300px;
	color: #14073A;
	background-image: none;
	padding: 3px;
	display:block;
}

ul.portfolio li h4 a:hover{
	text-decoration: none;
}

.action{
	background-color: #F2F2F2;
	margin: -6px 0 0 0;
	text-align: right;
	padding: 5px 7px 6px 7px;
	height: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #E1E1E1;
}

.action a{
	text-align: right;
	margin: 0 0 0 20px;
	line-height: 23px;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 12px;
	color: #969696;
	text-decoration: none;
	background-image: url(../img/bg_info.png);	
	background-repeat: no-repeat;
	background-position: left 6px;
	padding: 6px 0 5px 22px;

}

.action a:hover{
	text-decoration: underline;
}	

a.lightbox{
	/*background-image: url(../img/bg_larger_image.png);*/
	
}

ul.portfolio li p{
	font-size: 13px;
	letter-spacing: 0px;
}

.project_info{
	width: 550px;
	padding: 10px 5px 20px 5px;
	border-bottom: 1px solid #F0F1F3;
}
.project_info ul{
	margin: 10px 0 0 0;
}


/*====================== news section ======================*/

.newsitem h6{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	margin: 0 0 12px 0;
}

.newsitem h6 a{
	color: #14073A;
}

.newsitem{
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #ddd;
}


#innerpage h3.newstitle{
	font-size: 24px;
}


#innerpage h3.newstitle a{
	text-decoration: none;
	color: #14073A;
}

#innerpage h3.newstitle a:hover{
	text-decoration: underline;
}

.newsitem img{
	float: right;
	width: 228px;
	padding: 5px;
	margin: 0 0 5px 2px;
	border: 1px solid #ccc;
	background-color: #fff;	
}

p.pager a{
	padding: 2px 6px;
	border: 1px solid #ccc;
	font-size: 11px;
}

p.pager a:hover{
	background-color: #ccc;
	text-decoration:none;
}

a.onpage{
	background-color: #ccc;
	text-decoration:none;
}

#searchform{
	margin: 5px 0 0 25px;	
}

#searchform label, #searchform button{
	display: none;	
}

input.searchfield{
	background-image: url(../img/bg_field.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	padding: 6px;
	margin-bottom: 16px;
	width: 210px;
} 


/*====================== contact forms ======================*/

input.field{
	background-image: url(../img/bg_field.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	padding: 8px;
	margin-bottom: 16px;
	width: 320px;
} 
input.fieldS{
	background-image: url(../img/bg_field.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	padding: 8px;
	margin-bottom: 6px;
	width: 320px;
} 

textarea{
	background-image: url(../img/bg_field.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	padding: 8px;
	margin-bottom: 16px;
	width: 320px;
	height: 120px;
	overflow: auto;
} 

input[type=submit]{
	height: 30px;
	width: 82px;
	background-image: url(../img/bg_button.png);
	background-repeat: no-repeat;
	border: none;
	background-color:#ffffff;	
}


/*====================== lightbox ======================*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
	
#imageContainer>#hoverNav{ 
	left: 0;
}

#hoverNav a{ 
	outline: none;
}


#prevLink, #nextLink{
	width: 50%;
	height: 100%;
	background: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
	
#prevLink { 
	left: 0; 
	float: left;

}

#nextLink { 
	right: 0; 
	float: right;

}

#prevLink:hover, #prevLink:visited:hover { 
	background: url(../img/prev.gif) 
	left 50% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover { 
	background: url(../img/next.gif) 
	right 50% no-repeat; 
}

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
	color: #14073A;
	font-weight:bold;
	text-decoration: none;
}
#nextLinkText{
	padding-left: 20px;
	
}
#prevLinkText{
	padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	color: #666666;
	background-color: #fff;
	margin: 0 auto;
	font: 13px/20px "Trebuchet MS", "Trebuchet MS";
}

#imageData{
	padding:0 10px;
}

#imageData #imageDetails{ 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#caption{
	font-size: 20px;
	font-weight: bold;
			
}

#imageData{ 
	font-weight: normal;
	
		
}

#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 5px;	
}

#imageData #bottomNavClose{ 
	width: 66px; 
	float: right;  
	padding-bottom: 5px;	
}

#imageData #helpDisplay {
	clear: left; 
	float: left; 
	display: block; 
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
#slideshow{
	width:452px;
	float:left;
	margin-right:100px;
}

#slideshow1{
	float: right;
	width: 400px;
}
#slideshow1 h2{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 36px;
	color: #B2BCC5;
	float: right;
	width: 400px;
	margin: 50px 0 0 0px;
	height: 205px;
	display:block;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.contact12{
	height: 60px;
	padding-top: 30px;
		margin-top: 20px;
	
	display: block;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 15px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #1F0861;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	width: 150px;
} 
#payonline fieldset.pay label{
	font-size: 12px;
	color: #333;
	margin:0px;
	padding:0px;
	display:block;
	font-size:15px;
	font-family:"Trebuchet MS";
	color:#14073a;
	padding-bottom:5px;
}



#payonline fieldset.pay input{
	background-image: url(../img/bg_field.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	padding: 8px;
	margin-bottom: 16px;
	width: 320px;
	font-family:"Trebuchet MS";
}
#payonline fieldset.pay select{
	background-image: url(../img/bg_field.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	padding: 8px;
	margin-bottom: 16px;
	width: 320px;
	font-family:"Trebuchet MS";
}



#payonline fieldset.pay textarea{
	background-image: url(../img/bg_field.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	padding: 8px;
	margin-bottom: 16px;
	width: 400px;
	height: 80px;
	overflow: auto;
}


#payonline fieldset.pay .inp{
	background-image: url(../img/bg_field.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	padding: 8px;
	margin-bottom: 16px;
	width: 180px;
	font-family:"Trebuchet MS";
	float:left;
}




#payonline fieldset.pay button{
	width: 190px;
	height: 37px;
	border: 0;
	background: url(../img/butbg.gif) no-repeat left top;
	color: #14073a;
	cursor: pointer;
	text-align:center;
	font-family:"Trebuchet MS";
	font-size:14px;
	padding-top:2px;
	padding-bottom:5px;
	margin-top:20px;
}



#payonline fieldset.pay button:hover{
	color: #000;
} 



#pay_thanku{
	width:450px;
	margin:0px auto;
	color: #14073a;
	font-size:15px;
	font-weight:normal;
	text-decoration:none;
	font-family:"Trebuchet MS";
	line-height:25px;
	min-height:500px;
}


#pay_thanku p{
	padding-bottom:10px;
	color: #14073a;

}

#pay_thanku p span{
	float:left;
	width:140px;
}


#pay_thanku p a{
	color: #14073a;
	font-size:12px;
	font-weight:normal;
	text-decoration: underline;
	font-family:"Trebuchet MS";
	display: block;
	margin-top:15px;
}

#pay_thanku p a:hover{
	text-decoration:none;
	color:#000;
}


#pay_thanku button{
	width: 190px;
	height: 37px;
	border: 0;
	background: url(../img/butbg.gif) no-repeat left top;
	color: #14073a;
	cursor: pointer;
	text-align:center;
	font-family:"Trebuchet MS";
	font-size:14px;
	padding-top:2px;
	padding-bottom:5px;
	margin-top:20px;
}



#pay_thanku button:hover{
	color: #000;
} 


#payonline fieldset.pay .check{
	width:20px;
	height:20px;
	border:0px;
	padding:0px;
	margin:0px;
}

#payonline fieldset.pay em{
	position:relative;
	top:-5px;
	left:6px;
	color: #333;
	font-size:15px;
	font-family:"Trebuchet MS";
	color:#14073a;
}


#payonline fieldset.pay em a{
	color: #333;
	font-size:15px;
	font-family:"Trebuchet MS";
	color:#93a4ae;
	text-decoration:none;
}

#payonline fieldset.pay em a:hover{
	color: #14073a;
	text-decoration:none;
}

#payment{
	width:860px;
	margin:0px auto;
	padding-top:20px;
}


#payment span{
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	color:#798e9b;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:20px 0px 6px 0px;
	margin-bottom:30px;
	display: block;
	border-bottom:1px solid #798e9b;
}


#payment .imgpan{
	width:388px;
	margin:0px auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#023372;
	font-weight: normal;
	text-align:center;
	margin-bottom:27px;
}
#payment .imgpan div{
	float:left;
}
#payment .imgpan div img{
	margin : 0px 3px 10px 0px;
}

#payment .imgpan div input{
	text-align:center;
	width:12px;
	height:12px;
	border:none;
	background-color:none;
}




#payment .form_div{
	width:520px;
	margin:0px auto;
}


#payment .form_div fieldset.content{
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color:#14073a;
}

#payment .form_div fieldset.content label{
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color:#14073a;
	float:left;
	width:180px;
	text-align:right;
	padding-right:20px;
	margin-bottom:20px;
	line-height:30px;
	font-family:"Trebuchet MS";
}

#payment .form_div fieldset.content input{
	background-image: url(../img/bg_field.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	padding: 8px;
	margin-bottom: 16px;
	float: left;
}

#payment .form_div fieldset.content .input1{
	background-image: url(../img/bg_field.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	padding: 8px;
	margin-bottom: 16px;
	float: left;
	width:180px;
}

#payment .form_div fieldset.content .input2{
	background-image: url(../img/bg_field.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	padding: 8px;
	margin-bottom: 16px;
	float: left;
	width:100px;
}


#payment .form_div fieldset.content select{
	width:80px;
	padding:0px;
	margin-right:12px;
	margin-bottom:2px;
	border:1px solid #c8c8c8;
	display:block;
	float:left;
	padding:7px 5px 7px 0px;
	background-color:#e9ecf0;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color:#333333;
	
}


.bot{
	margin:20px auto;
	width:540px;
}


.bot em{
	float:left;
	padding-right:20px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#14073a;
	text-align:right;
	line-height:30px;
	font-family:"Trebuchet MS";
}


.bot img{
	float:left;
	padding-right:10px;
}

.bot p{
	float:left;
	padding-right:20px;
	font-size:14px;
	font-weight: normal;
	text-decoration:none;
	color:#14073a;
	text-align:right;
	line-height:30px;
	font-family:"Trebuchet MS";
}


.bot .pad{
	margin-left:192px;
	margin-top:10px;
}



hr{
	width:100%;
	border-color:#798e9b;}


.float{
	float:left;
}

.clear{
	clear:both;
}





.innerpage2{
	margin: 0px 0px 50px 0px;
	padding:0px;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 15px;
	color: #4f4f4f;
	font-weight: normal;
}

.innerpage2 dl{
	margin: -18px 0px 0px 0px;
	padding:0px;
}
.innerpage2 dl.martop{
	margin:10px 0px 0px 0px;
}

.innerpage2 dt{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: lighter;
	color: #14073A;
	float:left;
	padding: 0px 10px 0px 0px;
}
.innerpage2 dt a, .tags a{
	color: #768791;
	text-decoration:underline;
}
.innerpage2 dt a:hover, .tags a:hover{
	color: #14073A;
	text-decoration:none;
}

.innerpage2 fieldset.order{
	border:none;
	padding:0px;
	margin:0px 0px 18px 0px;
}

.innerpage2 fieldset.order label{
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: lighter;
	color: #606569;
	width: 567px;
	display:block;
}
.innerpage2 fieldset.order input{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	padding: 8px;
	width:320px;
	background: url(../img/input-bg.gif) repeat-x 0px 0px;
	border:1px solid #c8c8c8;
}
.innerpage2 fieldset.order textarea{
	font-family: "Trebuchet MS";
	background: url(../img/input-bg.gif) repeat-x 0px 0px;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	padding: 8px;
	margin-bottom: 16px;
	width: 320px;
	height: 120px;
	overflow: auto;
} 

.innerpage2 .submit{
	margin: 35px 0px 0px 0px;
}

.tags{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: lighter;
	color: #494949;
	padding: 10px 0px 30px 0px;
}
.padtop{
	padding:20px 0px 0px 0px;
}

.tags p{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 15px;
	color: #4f4f4f;
	font-weight: normal;
	margin:0px;
	padding:0px 0px 18px 0px;
}

#sidebarnew h2{
	border-bottom: 1px solid #dbe1e1;
}

#sidebarnew dl{
	margin: 0px 0 0 25px;
	padding: 0px 0 10px 0px;
	border-bottom: 1px solid #dbe1e1;
}
#sidebarnew dt{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	background-image:url(../img/bg_link_arrowbullit.png);
	_background-image:url(../img/bg_link_arrowbullit2.png); /*- terrible IE6 - */
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding: 8px 29px 3px 29px;
}
#sidebarnew dd a{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	text-decoration: none;
	color: #1d1d1d;
	display: block;
	font-size:14px;
	line-height: 14px;
	padding: 3px 29px;
	width: 185px;
}
#sidebarnew dd a:hover{
	background-color: #d3dde6;
}

#content .nav, #content .nav ul{
	width: 900px;
	margin:0px;
	padding:0px;
	text-align:center;
}
#content .nav li{
	display:inline;
	padding: 0px 5px;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 15px;
	color: #14073a;
	font-weight: normal;
}
#content .nav li a{	
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 15px;
	color: #4f4f4f;
	font-weight: normal;
	text-decoration:underline;
}
#content .nav li a:hover{
	text-decoration:none;
	color:#14073a;
}




