@charset "UTF-8";
/* CSS Document */
/*
Title: New Decade. established in Stevenage in Hertfordshire (United Kingdom). newdecade.co.uk
Description: CSS for New Decade
Version: 2.0
Design: Biswajit Karmakar
Designer email: newdecade@fsmail.net
*/

/* -------    Page Layout ----------*/
body {
	padding : 0;
	margin : 0;	
	background: #C40A7C;
	}
td{ 
	font : 12px/16px Arial, Helvetica, sans-serif;
	color : #fff;
	}
div, h1, h2, h3, h4, p, img, ul, ol, li, form, input, textarea {
	padding : 0;
	margin : 0;
	}
p {
	padding : 0 0 8px 0;
	margin : 0;
	}
ul {
	list-style : none;
	}
img {
	border : none;
	}
a {
	outline : none;
	text-decoration : none;
	}
.pink_text{ color:#F3A4D4;}
.pink_link{ color:#FAADDC; text-decoration:underline;}
.pink_link:hover{ color:#fff;}
/*COMMON STYLE START*/
.padding_5{ padding:5px;}
.font_size14 {
	font-size : 14px;
	line-height : 18px;
	}
.font_size16 {
	font-size : 16px;
	line-height : 20px;
	}
.font_size18 {
	font-size : 18px;
	line-height : 22px;
	}
.font_size20 {
	font-size : 20px;
	line-height : 24px;
	}
.blue_text {
	color : #2a8ec0;
	}
.black_text {
	color : #252525;
	}
.orange_text {
	color : #f19e33;
	}
.green_text {
	color : #a3ce3f;
	}
.blue_link {
	color : #206fa2;
	font-size : 13px;
	}
.blue_link:hover {
	color : #000;
	}
.white_link {
	color : #f8fcff;
	font-size : 13px;
	}
.white_link:hover {
	color : #000;
	}
.dot_line_1 {
	background : url(images/dot_1.gif) repeat-x bottom left;
	}
.insidebg{
	background :#f5f5f5 url(images/inside_bg1.gif) repeat-x top left;
	}
.insidebg_2{
	background :#f5f5f5 url(images/inside_bg2.gif) repeat-x top left;
	}
/*COMMON STYLE END*/



#header{
	background:#E85EC6;
	/*height:250px;*/
	}
#topmenu{ padding:0px 5px 0 12px; background:url(images/menu-bg.gif) top left no-repeat; height:34px;  }
 
#topmenu a{ padding:0 5px 0 5px; font-weight:bold; color:#FFFFFF; text-decoration:none;  }
#topmenu a:hover{ color:#000000;}
#topmenu div a{ color:#000000;}
#topmenu div a:hover{ color:#fff;}
.heading_1{ padding:0 0 10px 0; background:url(images/dot.gif) repeat-x left bottom; font-size:18px; font-weight:bold;}
.heading_2{ 
	padding:15px 0 25px 15px; 
	background:url(images/heading_bg.gif) repeat-x left top; 
	font-size:18px; 
	font-weight:bold; 
	text-transform:uppercase;
	}

#leftmemu a{
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	line-height:18px;
	background:url(images/pink_dot.gif) bottom left repeat-x;
	display:block;
	padding:2px 0 3px 0;
	}
#leftmemu a:hover{ color:#C51A83;} 	

#footer{ border-top:#fff 7px solid; padding:10px 0 10px 0; font-size:11px; line-height:18px;}
#footer a{ color:#FFFFFF; padding:0px 3px 0 3px;}
#footer a:hover{ text-decoration:underline;}


