/* Written by Sunil Tanwar*/
/* url: www.apicsoft.com*/
*{
	margin:0;
	padding:0;
	border:0;
	
	}
body{
	color:#666666;
	font-family: AndyMacarthurSH;
	font-size: 48px;
	/*background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;*/
	background-color: #555555;
}
.clear{
	clear:both;
}
#wrapper{
	width:800px;
	margin:0 auto;
	background-color: transparent;
	}
#header{
	width:800px;
	height:240px;
}
.logo{
	width:214px;
	height:240px;
	float:left;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #F2F2F2;
	
}
.logo h2{
	display:none;
}
.banner{
	width:580px;
	height:240px;
	float:right;
	margin:0;
	background-color: #FFFFFF;
}

#menu_area{
	width:349px;
	height: 31px;
	margin-top: 35px;
	padding-left: 451px;
	/*top: 543px;
	left: 3px;*/
}
/*Animated menu start*/

.animatedtabs{
/*border-bottom: 1px solid gray;*/
overflow: hidden;
float:right;
width: 340px;
font-size: 14px; /*font of menu text*/
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(../images/tab-left.png) no-repeat left top;
margin: 0;
margin-right: 2px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(../images/tab-right.png) no-repeat right top;
padding: 5px 17px 3px 8px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
/*font-weight: bold;*/
color: #FFFFFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: #FFFFFF;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

/*Animated menu ends*/
.menu{
	position:relative;
	height:35px;
	list-style:none;
	line-height:35px;
	overflow:hidden;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	float: right;
}
.menu li{
	float:left;
	list-style:none;
	margin:0;
}
.menu li a{
	float:left;
	display:block;
	background-position:left;
	background-image: url(../images/menu_bg_left.png);
	background-repeat: no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 12px;
	height:35px;
	cursor:pointer;	
}
.menu li a b{
	float:right;
	display:block;
	padding:0 24px 0 12px;
	background-image: url(../images/menu_bg_right.png);
	background-repeat: no-repeat;
}
.menu li.current a{
	/*color:#7b9900;*/
	background-position:left;
	background-image: url(../images/menu_hover_left.png);
	background-repeat: no-repeat;
}
.menu li.current a b{
	background-position:right;
	height:35px;
	line-height:35px;
	overflow:hidden;
	background-image: url(../images/menu_hover_right.png);
	background-repeat: no-repeat;
}
.menu li a:hover{
	background-position:left;
	line-height:35px;
		overflow:hidden;
	background-image: url(../images/menu_hover_left.png);
	background-repeat: no-repeat;
}
.menu li a:hover b{
	color:#FFFFFF;
	background-position:right;
	height:35px;
	background-image: url(../images/menu_hover_right.png);
	background-repeat: no-repeat;
}

#container{
	width:800px;
	font:12px verdana;
	color:#717171;
	background-color: transparent;
	padding: 0px;
	
}
.right{
	width:550px;
	float:right;
	padding: 15px;
	padding-top:5px;
	height: auto;
	margin-top: 5px;
	background-color: #FFFFFF;
	overflow:hidden;
	padding-bottom: 0px;
}
.right h2{
	font-size:15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#BF0304;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	overflow: hidden;
}
.right h3{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#577BAB;
	margin:8px 0 5px 0;
}
.right p{
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#555555;
	line-height:17px;
	overflow:hidden;
	margin:10px 0;
}
.content{
	width:550px;
	float:right;
	padding: 15px;
	padding-top:5px;
	height: 660px;
	background-color: #FFFFFF;
	overflow:hidden;
	padding-bottom: 5px;
	margin-top: 5px;
}
.content h2{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#BF0304;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	overflow: hidden;
}
.content h3{
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
.content h4{
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#1266A2;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
.content h5{
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#9E0203;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
.content p{
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#555555;
	line-height:14px;
	overflow:hidden;
	margin:10px 0;
}
.content ul{
list-style-image: url(../images/list.gif);
margin-left:30px;
font-family:Geneva, Arial, Helvetica, sans-serif;
line-height:14px;
font-size:11px;
/*overflow:hidden;*/
}
#contact_area{
	width:550px;
	float:right;
	padding: 15px;
	padding-top:5px;
	height: 660px;
	background-color: #FFFFFF;
	overflow:hidden;
	padding-bottom: 5px;
	margin-top: 5px;
}

.contact h2{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#BF0304;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	overflow: hidden;
}
.contact h3{
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
.contact h4{
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#1266A2;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
.contact h5{
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#9E0203;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
.contact p{
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#555555;
	line-height:14px;
	overflow:hidden;
	margin:10px 0;
}
.contact ul{
list-style-image: url(../images/list.gif);
margin-left:30px;
font-family:Geneva, Arial, Helvetica, sans-serif;
line-height:14px;
font-size:11px;
/*overflow:hidden;*/
}
.contact_left{
	float:left;
	width:350px;
	margin-top: 20px;
	/*background-image: url(../images/form-bg.gif);
	background-repeat: repeat-x;*/
	padding-top: 10px;
}
.contact_right{
	float:right;
	width:200px;
	height: 350px;
	margin-top: 20px;
}
.divider{
	width:5px;
	height:252px;
	float:right;
	background-image: url(../images/partition.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#left{
	width:214px;
	float:left;
	
	/*padding-right: 5px;
	margin-top:10px;*/
	
	
}
.left h2{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	margin:10px 0 10px 10px;
}
.left h3{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#577BAB;
	margin:10px 0 10px 10px;
	}
.left p{
	margin:5px 0 5px 14px;
}
.quote{
margin-top:5px;
padding:0;
height:299px;
background-image: url(../images/bg-form.jpg);
	background-repeat: repeat;
	background-color:#116AAA;
}

.quote h2{
	text-align: center;
	padding-top: 8px;
	font-size: 100%;
	color: #FFFFFF;
	/*margin-bottom: 10px;
	padding-left: 20px;*/
	background: url(../images/bg.png) repeat left center;
	height: 18px;
}
.login{
	margin-top:6px;
	padding:0;
	height:165px;
	background-image: url(../images/bg-red1.jpg);
	background-repeat: repeat-x;
	background-color: #B20202;
}
.login h2{
	text-align: center;
	padding-top: 8px;
	font-size: 100%;
	color: #FFFFFF;
	height: 18px;
	background-image: url(../images/bg-red.png);
	background-repeat: repeat;
	background-position: left center;
}
.client{
	margin-top:6px;
	padding:0;
	height:195px;
	background-image: url(../images/user-bg.jpg);
	background-repeat: repeat-x;
	background-color: #4F7802;
}
.client h2{
	text-align: center;
	padding-top: 8px;
	font-size: 100%;
	color: #FFFFFF;
	height: 18px;
	background-image: url(../images/bg-green.png);
	background-repeat: repeat;
	background-position: left center;
}
.client p{
	font-size:13px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height:17px;
	overflow:hidden;
	margin: 15px;
	/*position: absolute;
	left: 370px;
	top: 496px;
	width: 129px;
	height: 114px;*/
	/*margin:10px 0;*/
}
.clients {
	width:100px;
	height:70px;
	border:#848484;
	margin-left: 55px;
	margin-right:10px;
	margin-top: 10px;
}
.clients img{width:100px;
height:100px;
border:#848484;
}
#services{
	background-color:#FFFFFF;
	width:550px;
	float: right;
	padding: 15px;
	overflow: hidden;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 550px;
}


.readmore{
	height: 23px;
	width: 101px;
	font-size: 11px;
	color: #FF0000;
	position:relative;
	left:100px;
	top:112px;
	background-image: url(../images/read.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-weight: bold;
	
}
.readmore ul{
list-style:none;

}
.readmore li{
text-align:center;
text-decoration:none;
position:relative;
top:-84px;
left:3px;
}
.readmore li a{
	float:left;
	display:block;
	color:#666666;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:4px 0 0 12px;
	cursor:pointer;
}
#design1{
	width:550px;
	color:#339900;
	border:#CCCCCC solid 1px;
	height: 160px;
	}
.design1left{
	width:274px;
	height:160px;
	background-image: url(../images/web-design.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.design1left h2{
	/*background-image: url(../images/title-bg.jpg);
	background-repeat: repeat;*/
	font-size: 100%;
	color: #990000;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../images/title-bg.jpg) repeat left center;
	border-bottom: 1px solid #CCCCCC;
	height: 20px;
	padding-top: 5px;
}

.design1left p{
	float:right;
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#555555;
	line-height:14px;
	overflow:hidden;
	margin-left: 105px;
	margin-right: 5px;
	/*position: absolute;
	left: 370px;
	top: 496px;
	width: 129px;
	height: 114px;*/
	/*margin:10px 0;*/
}

.design1right{
	width:274px;
	height:160px;
	border-left:#CCCCCC solid 1px;
	background-image: url(../images/web-maintenance.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
}

.design1right h2{
	font-size: 100%;
	color: #990000;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../images/title-bg.jpg) repeat left center;
	border-bottom: 1px solid #CCCCCC;
	height: 20px;
	padding-top: 5px;
}
.design1right p{
float:right;
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#555555;
	line-height:14px;
	overflow:hidden;
	margin-left: 105px;
	margin-right: 5px;
	/*position: absolute;
	left: 370px;
	top: 496px;
	width: 129px;
	height: 114px;*/
	/*margin:10px 0;*/
}

#design2{
	width:550px;
	color:#339900;
	margin-top: 20px;
	border:#CCCCCC solid 1px;
	height: 160px;
}
.design2left{
	width:274px;
	height:160px;
	background-image: url(../images/e-commerce.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.design2left h2{
	/*background-image: url(../images/title-bg.jpg);
	background-repeat: repeat;*/
	font-size: 100%;
	color: #990000;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../images/title-bg.jpg) repeat left center;
	border-bottom: 1px solid #CCCCCC;
	height: 20px;
	padding-top: 5px;
}

.design2left p{
float:right;
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#555555;
	line-height:14px;
	overflow:hidden;
	margin-left: 105px;
	margin-right: 5px;
	/*position: absolute;
	left: 370px;
	top: 496px;
	width: 129px;
	height: 114px;*/
	/*margin:10px 0;*/
}

.design2right{
	width:274px;
	height:160px;
	float: right;
	border-left:#CCCCCC solid 1px;
	background-image: url(../images/conversion.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.design2right h2{
	font-size: 100%;
	color: #990000;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../images/title-bg.jpg) repeat left center;
	border-bottom: 1px solid #CCCCCC;
	height: 20px;
	padding-top: 5px;
}
.design2right p{
float:right;
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#555555;
	line-height:14px;
	overflow:hidden;
	margin-left: 105px;
	margin-right: 5px;
	/*position: absolute;
	left: 370px;
	top: 496px;
	width: 129px;
	height: 114px;*/
	/*margin:10px 0;*/
}

#design3{
	width:550px;
	color:#339900;
	margin-top: 20px;
	border:#CCCCCC solid 1px;
	height: 160px;
}
.design3left{
	width:274px;
	height:160px;
	background-image: url(../images/customization.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.design3left h2{
	/*background-image: url(../images/title-bg.jpg);
	background-repeat: repeat;*/
	font-size: 100%;
	color: #990000;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../images/title-bg.jpg) repeat left center;
	border-bottom: 1px solid #CCCCCC;
	height: 20px;
	padding-top: 5px;
}

.design3left p{
float:right;
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#555555;
	line-height:14px;
	overflow:hidden;
	margin-left: 105px;
	margin-right: 5px;
	/*position: absolute;
	left: 370px;
	top: 496px;
	width: 129px;
	height: 114px;*/
	/*margin:10px 0;*/
}

.design3right{
	width:274px;
	height:160px;
	float: right;
	border-left:#CCCCCC solid 1px;
	background-image: url(../images/flash.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.design3right h2{
	font-size: 100%;
	color: #990000;
	/*text-align:center;*/
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../images/title-bg.jpg) repeat left center;
	border-bottom: 1px solid #CCCCCC;
	height: 20px;
	padding-top: 5px;
}
.design3right p{
float:right;
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#555555;
	line-height:14px;
	overflow:hidden;
	margin-left: 105px;
	margin-right: 5px;
	/*position: absolute;
	left: 370px;
	top: 496px;
	width: 129px;
	height: 114px;*/
	/*margin:10px 0;*/
}

#footer{
	width:800px;
	height:45px;
	font-size:11px;
	font-family:Verdana;
	color:#717171;
	background-color: transparent;
	
}
#footer a{
	font-size:11px;
	font-family:Verdana;
	color:#717171;	
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer ul{
	list-style:none;
	margin:6px auto;
	text-align:center;	
}
#footer li{
	display:inline;
	list-style:none;
	font-size:11px;
	font-family:Verdana;
	color:#717171;	
}
#footer li a{
	font-size:11px;
	font-family:Verdana;
	color:#577BAB;
	text-decoration:none;
	padding:0 10px;
}
#footer li a:hover{
	text-decoration:underline;
}
#footer p{
	font-size:11px;
	font-family:Verdana;
	color:#FFFFFF;
	text-align:right;
	margin:5px 0 0 0;	
}
.validate{
	width:181px;
	height:31px;
	float:left;
	position: relative;
	top: 0px;
	left: 20px;
}

#quoteForm fieldset
{
	display: block;
	width: 195px;
	margin: 0 0 5px 0;
	padding: 0 0 1em 1em;
	margin-left: 5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#quoteForm fieldset.radio
{
	width: 15em;
	margin: 1em 0 2em 0;
}

#quoteForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#quoteForm fieldset.radio label
{
	font-weight: normal;
}

#quoteForm input.text
{
	display: block;
	width: 180px;
	height: 18px;
	background-color: #E7E7E7;
	border: thin solid #848484;
	margin-top: -2px;
}
#quoteForm input.checkbox
{
	display: block;
	height: 18px;
	background-color: #E7E7E7;
	border: thin solid #848484;
	margin-top: -2px;
}
/*#quoteForm input.textarea
{
	display: block;
	width: 14em;
	height:5em;
}*/
#quoteForm input.submit
{
	display: block;
	width: 66px;
	float:right;
	margin-right:18px;
	margin-top: 5px;
	
}
#quoteForm textarea
{
	display: block;
	width: 180px;
	height: 3em;
	background-color: #DFDFDF;
	border: thin solid #848484;
}

#quoteForm label
{
	display: block;
	margin-bottom: 5px;
	font-weight: 100;
	color:#FFFFFF;
}

#quoteForm label.first
{
	padding-top: 5px;
	margin-bottom:5px;
	color:#FFFFFF;
}

/*#quoteForm input.select
{
	display: block;
	width: 150px;
	height: 18px;
	font-size:9px;
	background-color: #E7E7E7;
	border: thin solid #848484;
	margin-top: -2px;
}*/
#quoteForm select
{
	display: block;
	width: 180px;
	height: 20px;
	font-size:12px;
	background-color: #E7E7E7;
	border: thin solid #848484;
	margin-top: -2px;
}
/*Contact Form*/
#styleform fieldset
{
	display: block;
	width: 300px;
	margin: 15px 0 3px 100px;
	padding: 0 30px 1px 30px;
	background-repeat: repeat-x;
	height: 340px;
	/*border: 1px solid #848484;*/
	
}
 #styleform legend { /* Text and background colour, blue on light gray */
	padding: 0.2em 0.5em;
	border:1px solid #848484;
	color:#848484;
	font-size:90%;
	text-align:right;
	margin-bottom: 30px;
  }

#styleform fieldset.submit
{
	border: none;
	background-color: transparent;
	text-align: center;
}

#styleform fieldset.text
{
	width: 390px;
	background-color: #DDDDDD;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

#styleform fieldset.text label
{
	font-weight: normal;
}

#styleform fieldset.text input
{
	clear: both;
	float: left;
	width: auto;
}

#styleform input.text
{
	display: block;
	width: 200px;
	margin-top: -12px;
	margin-left: 60px;
	height: 20px;
	border: thin solid #333333;
}
#styleform input.image
{
	display: block;
	float: right;
	margin-bottom: 30px;
	margin-right: 40px;
	margin-top: 20px;
	}
#styleform label
{
	display: block;
	margin-bottom: 5px;
	color:#000000;
	height: 22px;
}

#styleform select
{
	display: block;
}

#styleform textarea
{
	display: block;
	width: 200px;
	height: 80px;
	border: thin solid #848484;
	margin-top: -12px;
	margin-left: 60px;
}
#styleform label.textarea
{
	display: block;
	margin-bottom: 5px;
	color:#FFFFFF;
	height: 80px;
}
.emailerror1 {
	color: #CC0000;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
.emailerror21 {
color: #CC0000;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
.emailerror3 {
color: #CC0000;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
.emailerror4 {
color: #CC0000;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
.emailerror5 {
color: #CC0000;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
.emailerror6 {
color: #CC0000;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

.emailerror2 {
	padding-bottom: 6px;
	padding-left: 70px;
	padding-right: 0px;
	display: none;
	margin-bottom: 5px;
	height: 12px;
	color: #cb0000;
	font-size: 1em;
	overflow: hidden;
	padding-top: 3px;
	background-image: url(../images/emailerror.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#emailsuccess {
/*width:231px;*/
padding-bottom: 6px; 
	padding-left: 5px; 
	padding-right: 0px; 
	background: url(../images/emailerror.png) no-repeat 0px -27px; 
	height: 14px; 
	color: #a8a8a8; 
	font-size: 0.9em; 
	padding-top: 3px; text-align:center;
	
}
#emailsending {
	padding-bottom: 0px; 
	padding-left: 23px; 
	padding-right: 0px; 
	background: url(../images/loadingsmall.gif) no-repeat left 50%; 
	height: 15px; 
	color: #a8a8a8; 
	font-size: 0.9em; 
	padding-top: 1px;
}
.keepheight {
	height: 23px;
}
#contactsendbox {
	padding-bottom: 0px; 
	margin: 95px auto 0px; 
	padding-left: 28px; 
	width: 178px; 
	padding-right: 25px; 
	height: 65px; 
	font-size: 1.1em; 
	padding-top: 27px;
}
#quotesendbox {
	padding-bottom: 0px; 
	margin: 0px auto 0px; 
	padding-left: 15px; 
	width: 178px; 
	padding-right: 25px; 
	height: 65px; 
	font-size: 1.1em; 
	padding-top: 100px;
	color:#CC0000;
}
#quotesending {
	padding-bottom: 0px; 
	padding-left: 23px; 
	padding-right: 0px; 
	/*background: url(../images/loadingsmall.gif) no-repeat left 50%; */
	height: 15px; 
	color: #F7F7F7; 
	font-size: 0.9em; 
	padding-top: 1px;
}
#quotesuccess {
/*width:231px;*/
padding-bottom: 6px; 
	padding-left: 5px; 
	padding-right: 0px; 
	background: url(../images/emailerror.png) no-repeat 0px -27px; 
	height: 17px; 
	color: #F7F7F7; 
	font-size: 0.9em; 
	padding-top: 3px; text-align:center;
	
}
HTML > BODY #contactsendbox {
	background-image: url(../images/contactsendbox.png);
	}

#gallery-area{
	width:550px;
	float:right;
	padding: 15px;
	padding-top:5px;
	height: 610px;
	background-color: #FFFFFF;
	overflow:hidden;
	padding-bottom: 5px;
	/*margin-top: 5px;*/
	}
.content1{
	width:550px;
	float:right;
	padding: 15px;
	padding-top:5px;
	height: 40px;
	background-color: #FFFFFF;
	overflow:hidden;
	padding-bottom: 5px;
	margin-top: 5px;
}
.content1 h2{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#BF0304;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	overflow: hidden;
}
.tabs{
	width: 540px;
	background-image: url(../images/barclose.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color:#333333;
	border: #848484 1px solid;
	border-top:none;
	padding-top:5px;
	padding-left:10px;
	height: 20px;
}
.tabs a{
	text-decoration: none;
	color:#333333;
	font-size: 12px;
	}

