@charset "utf-8";
/* CSS Document */
body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#545454;
	font-size:11px;
	margin:0px;
	background:url(../images/page-bg.jpg) repeat-x #d8e8fb;
}
td {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}
form {
	margin:0px;
	padding:0px;
}
a {
	text-decoration:none;
	color:#545454;
}
a:hover {
	text-decoration:underline;
}
p{
	margin:0px;
	margin-bottom:10px;
}
.footer{
	font-size:10px;
	background:url(../images/copyright-bg.png) no-repeat;
	padding-top:14px;
	color:#545454;
}
.text {
	text-align:justify;
}
input,select,textarea { 
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#6c6c6c;
	border:solid 1px #CCCCCC;
	font-size:11px;
	margin:0px;
}
.textbox,.textarea{
	width:200px;
}
a.top_links {
	color:#4f4f4f;
	font-size:10px;
}
.no_border {
	border:none;
}
a.left_panel_list {
	color:#ffe14f;
	font-weight:bold;
	font-size:11px;
}
.left_panel{
	padding-top:0px;
	padding-right:5px;
}
.page_heading{
	height:32px;
	border-bottom:#eaeaea 1px solid;
	vertical-align:middle;
	font-size:16px;
	padding-left:12px;
	color:#4d4d4d;
}
.page_heading_text{
	font-size:16px;
	color:#4d4d4d;
}
.bc_block{
	padding-bottom:10px;
	font-size:9px;
	color:#666666;
}
.bc_links {
	color:#999999;
	font-size:9px;
}
.content_area{
	padding:4px;
	padding-top:0px;
	padding-bottom:70px;
	/*
	padding-top:17px;
	padding-bottom:17px;
	*/
	text-align:justify;
	background:url(../images/main-table-bot-bg.png) no-repeat bottom #FFFFFF;
}
.error{
	color:#FF0000;
	font-weight:bold;
	background:#FFFFCC;
	border:#F2F200 1px solid;
	padding:5px;
	margin-top:3px;
	margin-bottom:3px;
	display:block;
}
.message{
	background:#FFFFCC;
	border:#F2F200 1px solid;
	padding:5px;
	margin-top:3px;
	margin-bottom:3px;
	display:block;
}
.success{
	color:#669933;
	font-weight:bold;
	background:#FFFFCC;
	border:#F2F200 1px solid;
	padding:5px;
}
.image_border {
	border:#CCCCCC 1px outset;
}
.heading{
	padding-top:10px;
	padding-bottom:10px;
}
.heading_text{
	color:#110c79;
	font-size:14px;
	text-transform:uppercase;
	/*padding-right:65px;
	background:url(../images/heading-right-image.png) right no-repeat;*/
}
.project_title{
	color:#110c79;
	font-size:12px;
	/*
	padding-right:65px;
	background:url(../images/heading-right-image.png) right no-repeat;
	*/
}

a.project_title_link{
	color:#110c79;
	font-weight:bold;
	font-size:12px;
}

.subheading_text{
	color:#110c79;
	font-weight:bold;
	font-size:11px;
	padding-bottom:5px;
}
.product_details_submenu_link{
	padding-bottom:10px;
	background:url(../images/project-detail-bullet.gif) no-repeat;
	padding-left:15px;
}
.ajax_loading{
	background:url(../images/loading.gif) no-repeat center;
	height:35px;
}
.image_frame{
	background:url(../images/product-frame.png) no-repeat;
	padding:8px;
	width:231px;
	height:175px;
}
.short_image_frame{
	background:url(../images/thumb-image-frame.png) no-repeat;
	padding:8px;
	width:160px;
	height:120px;
}

.medium_image_frame{
	background:url(../images/medium-image-frame.gif) no-repeat;
	padding-left:7px;
	padding-top:5px;
	padding-right:12px;
	padding-bottom:14px;
	width:232px;
	height:174px;
}
.side_image_title{
	width:179px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
}
.side_image_frame{
	background:url(../images/small-frame.gif) no-repeat;
	padding-left:7px;
	padding-top:7px;
	padding-right:12px;
	padding-bottom:14px;
	width:160px;
	height:120px;
}
.read_more{
	color:#110c79;
	font-weight:bold;
	font-size:10px;
}

.btn{
	background:#0d0e78;
	color:#FAFAFA;
	font-size:11px;
	font-family:Tahoma;
	border:#FFFFFF;
	padding:2px;
}
.horizontal_sep{
	background:url(../images/horizontal-sep.jpg) repeat-x center;
}
.vertical_sep{
	background:url(../images/vertical-sep.gif) repeat-y center;
}
a.prev_project{
	background:url(../images/prev.png) no-repeat left;
	padding-left:15px;
	font-size:10px;
}
a.prev_project:hover{
	text-decoration:none;
}
a.next_project{
	background:url(../images/next.png) no-repeat right;
	padding-right:15px;
	font-size:10px;
}
a.next_project:hover{
	text-decoration:none;
}
.image_border{
	border:1px solid #CCCCCC;
	padding:1px;
}
.pagination_bar{
	padding:5px;
	border:#dde1e4 1px solid;
	background:#f6fbfe;
	text-align:right;
}
.top_links_td{
	padding-left:15px;
	padding-right:15px;
	background:url(../images/top-links-bg.png);
	color:#545454;
	text-align:center;
}
.project_details_link{
	background:url(../images/project-detail-bullet.gif) no-repeat;
	padding-left:15px;
}

/*ICON CSS*/
.icon_print_page{ 
	background:url(../images/icon-print-page.gif) no-repeat top left;
	padding-left:20px;
	padding-bottom:5px;
}
.icon_send_to_friend{ 
	background:url(../images/icon-send-to-friend.gif) no-repeat top left;
	padding-left:21px;
	padding-bottom:5px;
}
.icon_currency_converter{ 
	background:url(../images/icon-currency-converter.gif) no-repeat top left;
	padding-left:20px;
	padding-bottom:5px;
}

