/***********************************************************************************
////////////////////////////////////////////////////////////////////////////////////
///////////////////////CSS Created by - Md. Jahangir Alam///////////////////////////
/////////////////////////Web Developer @ LightbeamLabs//////////////////////////////  
/////////////////////////////24HourBracelets.com////////////////////////////////////  
///////////////////////////Copyright Lightbeam Inc.///////////////////////////////// 
//////////////////////////////////////////////////////////////////////////////////// 
***********************************************************************************/

/* import Related css */
@import "header.css";
@import "footer.css";
@import "left-panel.css";
@import "body-content.css";
@import "snap.css";
@import "picgal.css";

/*############### For Global ###############*/
body {
	font-family: verdana;
	font-size: 11px;
	background: #D7D7D7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.pageLeftBorder{
	width: 18px;
	background:url(../images/left_border.jpg) repeat-y;
}

.pageRightBorder{
	width: 22px;
	background: url(../images/right_border.jpg) repeat-y;
}

.whiteText{
	color:#FFFFFF;
}

h1 {
	text-align: left;
	font: normal 200%/1em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #F20000;
	margin: 0 0 0.1em 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;	
	font: normal 120%/1em Arial;
	color: #7b7b7b;
	line-height: 1.2em;
}

h3 {
	font: normal 150%/1em "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0 0 0.5em 0;
	padding: 0;
	text-align: left;	
	color: #006699;
}
h4 {
	font: normal 170%/1em "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0 0 0.5em 0;
	padding: 0;
	text-align: justify;
	color: #F20000;
}
.gray_txt {
	font: 120%/1em Arial;
	font-weight: normal;
	color: #474747;
	text-decoration: none;	
	line-height: 1.1em;
}
.green_txt {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #35ae0a;
	text-decoration: none;
}

/*############### End Global ###############*/

/*############### For Common Link ###############*/
a {
	color: #005399;
	text-decoration: none;
}
a:visited {
	color: #005399;
	text-decoration: none;
}
a:hover{
	color: #e06226;
	text-decoration: underline;
}

a img {
	border: 0 none;
}
/*############### End Common Link ###############*/

/* Start Content Link no style*/
.contentLink:link {
	color:#474747;	
	text-decoration: none;
}
.contentLink:visited {
	color:#474747;	
	text-decoration: none;
}
.contentLink:hover{	
	color: #474747;	
	text-decoration: none;	
}
/* End Content Link no style*/

/* Start yellow Link no style*/
.yallowLink:link {
	color:#c4412b;	
	text-decoration: none;
}
.yallowLink:visited {
	color:#c4412b;	
	text-decoration: none;
}
.yallowLink:hover{	
	color: #e8890d;	
	text-decoration: underline;
}
/* End yellow Link no style*/
