/*
------------------------------------------------------------------------
Theme Name:[projectname]
Author:[authorname]
Author Company URI:http://www.globalwsolutions.com
------------------------------------------------------------------------
*/
/*
-----------------------------------------
RESET
----------------------------------------- 
*/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal}
ol, ul, li{list-style:none}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}

strong{font-weight:bold}
em{font-style:italic}
a img{border:none}

h1, h2, h3, h5, h5, h6{font-weight:bold}

/*
-----------------------------------------
LAYOUT
----------------------------------------- 
*/


/* CSS Document */



h1{
	font-size: 20px;
	font-weight: bold;
	color: #7A8D7F;
	margin-bottom: 20px;
}


h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7A8D7F;
	margin-bottom: 15px;
}


p{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}


body{
	margin: 0;
	padding: 0;
	text-align: center;
}

#container{
	/*max-width:1260px;*/
	min-width:816px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#header{
	height: 148px;
	background: url(images/bg_header.jpg) top left;
}


#logo{
	float: left;
	width: 375px;
}


#banner{
	float: right;
	text-align: right;
}



#bar{
	background-color: #e1e8e1;
	border-top: 1px solid #989f98;
	border-bottom: 1px solid #989f98;	
	height: 20px;
	font-size: 12px;
}


#bar a{
	color: #000000;
	text-decoration: none;
}

#bar a:hover{
	color: #7a8d7f;
	text-decoration: underline;
}



#email{
	width: 190px;
	float: left;
	margin-left: 10px;
	line-height: 20px;
}


#menu{
	float: right;
	line-height: 20px;
	margin-right: 10px;

	
}


#submenu{
	padding: 25px 15px 25px 5px;
}

#submenu ul li{
	margin-bottom: 10px;
	height: 19px;
}

#submenu ul li a{
	width: 154px;
	height: 19px;
	line-height: 19px;
	display: block;
	/* background: url(images/bg_menu.jpg) no-repeat top left;*/
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	/* padding-left: 20px; */
}

#submenu ul li a:hover{
	width: 169px;
	height: 19px;
	line-height: 19px;
	/* background: url(images/bg_menu_hover.jpg) no-repeat top left; */
}



#content{
	background: url(images/bg_left.jpg) repeat-y top left;
}



#c_left{
	float: left;
	width: 190px;
	
	
}

#c_right{
		
	text-align: left;
	padding: 15px 80px 50px 80px;
	margin-left: 190px;
	border-left: 1px solid #585c5d;
	min-height: 400px;
	
}


.ul_dta1{
	font-size: 13px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

ul.ul_dta1{
	padding-left: 20px;
}


ul.ul_dta1 li
{
	list-style-type: disc;
	

}



.templates{
	margin-top: 20px;
}

.templates img{
	margin-right: 20px;
	margin-bottom: 20px;
}





#footer{
	height: 20px;
	border-top: 1px solid #989f98;
	background-color: #e1e8e1;
	line-height: 20px;
	padding-left: 15px;
	font-size: 12px;
}