@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

p{
	padding:5px 25px;
	/*font-size:11pt;*/
	color:#6B6B6B;
}
h3
{
	color:#801A21;
	font-size:13pt;
	/*border-bottom:#CCCCCC 1px solid;*/
	width:930px;
	margin:auto;
	padding:0;
	padding-top:10px;
}
img, div { behavior: url(iepngfix.htc); }
body{
	background:#5D070A url(../images/background.jpg) repeat-x;
}
.outerContainer{
	border:0;
	width:979px;
	margin:auto;
}

.leftShadow{
	width:10px;
	background:#5D070A url(../images/leftShadow.jpg) repeat-y;
	float:left;
}
.containerDiv{
	/*float:left;*/
	background:#FFFFFF;
	width:979px;
	margin:auto;
}
.rightShadow{
	width:10px;
	background:#5D070A url(../images/rightShadow.jpg) no-repeat;
	/*height:auto;*/
	float:right;
}
.headerDiv{
	width:979px;
	background:#FFF url(../images/logo-bg.jpg) repeat-x;
	height:148px;
	border-bottom:#FFFFFF 4px solid;
}
.logoDiv{
	background:url(../images/logo.png);
	background-repeat:no-repeat;
	width:363px;
	height:80px;
	position:relative;
	left:30px;
	top:30px;
	float:left;
}
.bannerDiv{
	width:979px;
	/*background:#5D070A url(../images/banner.jpg) no-repeat;*/
	height:242px;
	border-bottom:#FFFFFF 5px solid;
	background:#5D070A;
	margin:auto;
}
.contentDiv{
	/*height:289px;*/
	min-height:289px;
	background:#FFF url(../images/content-bg.jpg) repeat-x;
	width:979px;
	border-bottom:#FFFFFF 4px solid;
}
.contentDiv p{
	font-size:13px;
}
.footerDiv{
	height:70px;
	width:979px;
	background:url(../images/footer-bg.jpg) repeat-x;
}
.headerText
{
	color:#801A21;
	font-size:18pt;
	border-bottom:#CCCCCC 1px solid;
	width:930px;
	margin:auto;
	padding:0;
	padding-top:10px;
}
.smallSectionOuter
{
	margin:auto;
	padding-top:20px;
}
.smallBlock
{
	left:10px;
	margin:auto;
	float:left;
	padding-right:2px;
	padding-left:5px;
}
.blockLeft
{
	background-image:url(../images/blockLeft.jpg);
	width:7px;
	height:123px;
	float:left; 
}
.blockContent
{
	width:223px;
	height:123px;
	background-image:url(../images/blockBody.jpg);
	background-repeat:repeat-x;
	float:left;
}
.blockRight
{
	background-image:url(../images/blockRight.jpg);
	width:7px;
	height:123px;
	float:left;
}
.blockContent img
{
	padding-top:30px;
	text-align:right;
}
.imgBlock
{
	float:left;
	width:73px;
	height:87px;
}
.textBlock
{
	float:left;
	width:150px;
}
.textBlock h4
{
	padding-top:15px;
	font-size:14px;
	color:#636363;
}
.textBlock p
{
	padding:0;
	padding-left:2px;
	font-size:12px;
}
.validationDiv
{
	width:350px;
	float:left;
	padding-top:30px;
	padding-left:10px;
}
.validationDiv img
{
	float:left;
	padding-left:10px;
}
.copyRight
{
	padding-top:35px;
	/*padding-right:350px;*/
	padding-right:20px;
	float:right;
	font-size:12px;
	color:#636363;
}
.menuLink, .menuLink ul
{
	float:right;
	width:560px;
	margin:60px 0px 0px 0px;
	padding:0;
}
.menuLink li
{
	float:left;
	list-style:none;
	padding:0px 9px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border-right:1px #808080 solid;
	
	line-height:12px;
	text-transform:uppercase;
}
.menuLink ul li a, .menuLink ul li a:active,.menuLink ul li a:visited{
	text-decoration:none;
	color:#808080;
}
.menuLink ul li a:hover{
	color:#860D14;
}
.formDispDiv{
	padding-left:0px;
	padding-top:15px;
	width:400px;
}
.txtStyle
{
	border:#D8D8D8 1px solid;
	color:#636363;
	background:none;
	
}

.btnUpload
{
	color:#636363;
	background:#D8D8D8;
}
.btnSubmit
{
	color:#fff;
	background:#860D14;
	width:70px;
	height:22px;
}
.btnReset
{
	color:#fff;
	background:#860D14;
	width:42px;
	height:22px;
}
.footerGradiant
{
	height:33px;
	background:#CCCCCC url(../images/footerGradiant.jpg) repeat-x;
	border-bottom:#FFFFFF 5px solid;
}
#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-size: 12px;
	color: #801A21;
	margin: 0 0 4px 0;
	padding-left:25px;
	width:250px;
}

#h3font
	{
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-size: 12px;
	color: #801A21;
	margin: 0 0 4px 0;
	padding-left:25px;
	width:250px;
	}
/*div.element p, div.element h4 {
	margin:0px;
	padding:4px;
	color:#999999;
}

blockquote {
	padding:5px 20px;
	color:#999999;
}*/



.txtStyle
{
	border:#D8D8D8 1px solid;
	color:#636363;
	background:none;
}
.btnUpload
{
	color:#636363;
	background:#D8D8D8;
}
.btnSubmit
{
	color:#fff;
	background:#860D14;
	border:#800040 solid 2px;
	
}

.headerText2
{	padding-left:10px;
	padding-top:0px;
	color:#801A21;
	font-size:12pt;
	font-weight:bold;
	
}
a
{
	font:Arial, Helvetica, sans-serif;
	color:#6B6B6B;
	text-decoration:none;
}

.extra{
    padding-left:25px;
	padding-top:0px;
	color:#801A21;
	font-size:12pt;
	font-weight:bold;
	
	}
.new ul{
	margin:0 45px;
	}
.new ul li{
  	font-size:13px;
	color:#6B6B6B;
	font-family:Arial, Helvetica, sans-serif;
	list-style-type: square;	
}


/*-----------------------------------------------------------------------------------------------

Portfolio
------------------------------------------------------------------------------------------------*/

#portfolio, #portfolio ul {
	margin:15px 0px 0px 105px;
	padding:0;
	float:none;
	clear:both;
	
}

#portfolio li {
	list-style-type:none;
	background:#fff url(../images/btn/btn.png) no-repeat;
	height:127px;
	float:left;
	width:100px;
	margin:10px 40px 0px 0px;
	padding:23px 0px 0px 20px;
}

#portfolio img { border:1px #878585 solid;}





/*--------------------------------------------------------------------------------------------------
cms
------------------------------------------------------------------------------------------------*/
.back{
	width:600px;
	margin:auto;
	height:40px;
	
	}
	
.backimgs
	{
	float:left;
	padding-top:5px;
	height:33px;
	width:150px;
	}	
#mamboo{
	
	padding-top:-5px;
	height:33px;
	width:150px;
	float:left;
	}

/*.wordpress{
	float:left;
	width:150px;
	height:33px;
	background-image:url(../images/wordpress.png);

}
.mamboo{
	float


}
.joomla{
	float:left;
	margin-right:8px;
	float:right;
	margin-top:-76px;
	width:150px;
	height:33px;
	background-image:url(../images/joomla.png);

}
.drupal{
	margin-top:-50px;
	margin-right:8px;
	float:left;
	width:150px;
	height:33px;
	background-image:url(../images/drupal.png);

}*/
/*--------------------------------------------------------------------------------------------------
for PHP
------------------------------------------------------------------------------------------------*/
.error{
	font-size:11px;
	padding:5px 25px;
	color:#FF0000;
	}
	
	
/* ---------------------------------- For Portfolio----------------------------------------- */	

.logoDiv1{
	background:url(../images/logo.png);
	z-index:1000;	
	background-repeat:no-repeat;
	width:363px;
	height:90px;
	position:relative;
	left:30px;
	top:7px;
	float:left;
}
.headerDiv1{
	width:979px;
	
	background:#FFF url(../images/logo-bg.jpg) repeat-x;
	height:90px;
	border-bottom:#FFFFFF 4px solid;
}

.menu_space{
	
	width:979px;
	background:url(../images/header.png) repeat-x;
	height:32px;

	/*background:#5D070A;
	height:30px;*/
}
.menuLink1, .menuLink1 ul
{
	float:right;
	width:600px;
	margin:5px 0px 0px 0px;
	padding:0;
}
.menuLink1 li
{
	float:left;
	list-style:none;
	padding:0px 9px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border-right:1px #808080 solid;
	
	line-height:12px;
	text-transform:uppercase;
}
.menuLink1 ul li a, .menuLink1 ul li a:active,.menuLink1 ul li a:visited{
	text-decoration:none;
	color:#FFFFFF;
}
.menuLink1 ul li a:hover{
	color:#000000;
}

.next_pro{
	background:#F00;
	float:right;	
}
