*
{
	margin: 0;
	padding: 0;
}
BODY
{
	background: #FFF url(images/bg.gif) repeat-x top;
	color: #5C5B5B;
}
body,td,li,p{
	font: 13px/20px Tahoma, Helvetica, sans-serif;
}
li{
	margin:0 0 0 15px;
}
/*Layout Styles Starts*/
#wrapper-outer
{
	width: 962px;
	margin: 0 auto;
	background: url(images/wrapper-outer-bg.gif) no-repeat;
}
#wrapper
{
	width: 904px;
	margin: 0 auto;
}
#header
{
	height: 275px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
H1#logo
{
	width: 357px;
	float: left;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 20;
	background-position: center top;
}
H1#logo A
{
	display: block;
	height: 275px;
}
H1#logo A SPAN
{
	display: none;
}
#header H2, #header H3
{
	font-size: 24px;
	color: #FFF;
	margin: 0;
	text-transform: capitalize;
}
#header H2
{
	padding: 5px 0;
}
#header H3
{
	font-size: 18px;
}
#banner, #s3slider
{
	margin: 8px 0 2px;
}
#s3slider
{
	position: relative;
	height: 390px;
	overflow: hidden;
	margin-top: 0px;
}
#s3sliderContent
{
	width: 900px;
/*important to be same as image width or wider*/
	position: absolute;
/*important*/
	top: 127px;
/*important*/
	margin-left: 0;
/*important*/
}
.s3sliderImage
{
	float: left;
/*important*/
	position: relative;
/*important*/
	display: none;
/*important*/
	margin:0 !important;
	padding:0 !important;
}
.s3sliderImage SPAN
{
	position: absolute;
/*important*/
	left: 0;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px 15px;
	width: 894px;
	background-color: #000;
	filter: alpha(opacity=50);
/*here you can set the opacity of box with text*/
	-moz-opacity: 0.7;
/*here you can set the opacity of box with text*/
	-khtml-opacity: 0.7;
/*here you can set the opacity of box with text*/
	opacity: 0.5;
/*here you can set the opacity of box with text*/
	color: #FFF;
	display: none;
/*important*/
	bottom: 0;
/*
if you put
top: 0; -> the box with text will be shown at the top of the image
if you put
bottom: 0; -> the box with text will be shown at the bottom of the image
*/
}
#menu
{
	height: 55px;
	background: url(images/menu-bg.gif) repeat-x;
	overflow: hidden;
}
#menu, #menu UL
{
	position: relative;
}
#menu UL
{
	list-style: none;
}
#menu UL, #menu LI
{
	list-style: none;
	position: relative;
}
#menu LI, #menu LI A
{
	display: block;
	float: left;
	height: 55px;
	line-height: 39px;
	color: #FFF;
	text-transform: uppercase;
}
#menu LI A
{
	padding: 0 15px 0 15px;
	font-size: 12px;
}
#menu LI A:hover
{
	background: url(images/menu-hover.gif) repeat-x;
	text-decoration: none;
}
#container1, #container
{
	padding: 20px 0;
}
#container
{
	background: url(images/divider.jpg) repeat-y 660px 0;
}
.block1
{
	width: 280px;
	float: left;
	margin: 0 30px 0 0;
	display: block;
}
.block1.nomargin
{
	margin: 0;
}
.block1 P
{
	margin: 0 0 15px 0;
}
.block1 H2
{
	color: #5D5D5D;
}
.block1 IMG
{
	border: 1px solid #BFBFBF;
	padding: 3px;
	margin: 0 0 15px;
}
#header .floatright h3 a {
	color: #FFF;
}
.block1 A
{
	font-weight: normal;
	text-decoration: underline;
	color: #EE420B;
}
.block1 A:hover
{
	color: #222;
	text-decoration: none;
}
#sidearea
{
	width: 220px;
	float: right;
}
#mainarea
{
	width: 650px;
	float: left;
}
#footer-outer
{
	border-top: 1px solid #CFCFCF;
	width: 100%;
}
#footer
{
	width: 904px;
	margin: 0 auto;
	padding: 6px 0 0;
	font-size: 10px;
}
#footer A
{
	font-weight: normal;
}
/*Layout Styles Ends
Form Styles*/
.input
{
	border: 1px solid #A5A5A5;
	background: none;
	cursor: text;
	margin: 5px 0;
	padding: 2px;
	width: 200px;
}
TEXTAREA.input
{
	width: 415px;
	height: 100px;
}
.input:focus, .textarea:focus
{
	border: 1px solid #000;
}
.signin-btn, .button1
{
	background: #C44315;
	line-height: 20px;
	margin: 8px 0;
	padding: 2px 10px !important;
	padding: 2px 0;
	color: #FFF;
	font-weight: bold;
	border: none;
	outline: none;
	cursor: pointer;
}
/*Form Styles
Paragraph and list Styles*/
#container P.hr
{
	border: 1px solid #D3D3D3;
	border-width: 1px 0 0;
	margin: 0;
	outline: none;
}
#container P
{
	margin: 0 0 15px;
}
#container FORM P
{
	margin: 0 0 5px;
}
#container P IMG.floatleft
{
	margin: 0 20px 0 0;
}
#container P IMG.floatright
{
	margin: 0 0 0 20px;
}
#mainarea IMG.floatleft, #mainarea P IMG.floatleft
{
	margin: 10px 10px 10px 0;
}
#mainarea IMG.floatright, #mainarea P IMG.floatright
{
	margin: 10px;
}
#container UL, #container OL
{
	margin: 0 0 0 20px;
}
#container OL
{
	margin: 0 0 0 30px;
}
UL#portfolio
{
	margin: 0;
	list-style: none;
}
#container DT, #container1 DT
{
	font-weight: bold;
	margin: 20px 0 10px;
}
/*Paragraph Styles
Genric Styles Starts*/
.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix
{
	display: inline-block;
}
HTML[xmlns] .clearfix
{
	display: block;
}
* HTML .clearfix
{
	height: 1%;
}
A
{
	color: #222;
	text-decoration: none;
	font-weight: bold;
}
A:hover
{
	text-decoration: underline;
	color: #BE4A08;
}
H1
{
	font-size: 32px;
}
H2
{
	font-size: 22px;
}
H3
{
	font-size: 18px;
}
H4
{
	font-size: 16px;
}
H5, H6
{
	font-size: 14px;
}
H1, H2, H3, H4, H5, H6
{
	margin: 10px 0 15px;
	color: #5C5B5B;
	font-family: "Myriad Pro Cond", "Trebuchet MS";
	font-weight: bold;
}
IMG
{
	border: none;
}
.clear
{
	clear: both;
}
.floatleft
{
	float: left;
}
.floatright
{
	float: right;
}
#header .floatright
{
	margin-top: 20px;
}
.center
{
	text-align: center;
}
.text-left
{
	text-align: left;
}
.text-right
{
	text-align: right;
}
.normal, .normal A
{
	font-weight: normal;
}
.textbold
{
	font-weight: bold;
}
#container .nomargin, .nomargin
{
	margin: 0px;
}
#container.nobg, .nobg
{
	background: none;
}
.padding15
{
	padding: 15px;
}
/*Genric Styles Ends*/
.blocklast {
	width: 280px;
	float: left;
	margin: 0 0px 0 0;
	display: block;
}
.blocklast p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.blocklast IMG {
	border: 1px solid #BFBFBF;
	padding: 3px;
	margin: 0 0 15px;
}

.gallery_image_desc{
	font-size:11px;
	margin-bottom:5px;
	text-transform:capitalize;
}

.gallery_image{
	border:1px solid #efefef;
	padding:3px;
}

hr{
	border: 0;
	color: #efefef;
	background-color: #efefef;
	height: 1px;
	width: 100%;
	text-align: left;

	
}
/*webitor*/
.image_border{
	border:1px solid #BFBFBF;
	margin:10px;
	padding:3px;
}

.size11{
	font-size:11px;
}
.size12{
	font-size:12px;
}
.size13{
	font-size:13px;
}
.size15{
	font-size:15px;
}
.size16{
	font-size:16px;
}