/* ---------------------------- */
/* STANDARD HTML TAG RESET */
/* ---------------------------- */



/* ------------reset-------- */
@import url("reset.css");



h1, h2, h3, p, ul, li, form {
	border:0;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
/* ---------------------------- */
/* STANDARD HTML TAG DEFINITION */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background:#28b2d9 url(../images/bodybg.jpg) repeat-x;

}
#page {
	background:url(../images/top_header.jpg) no-repeat center top;	
	width: 100%;
	display: table;
}
#contentmid {
	width: 899px;
	background-color: #FFF;
	margin-top: 45px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
form, input {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
h1 {
	font-size:14px; /* ...other properties... */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #336633;
	font-weight: bold;
}
h2 {
	font-size:18px; /* ...other properties... */
	font-family: Arial, Helvetica, sans-serif;
	color: #0C8DAD;
	font-weight: normal;
}
h3 {
	font-size:13px; /* ...other properties... */
}
a:link, a:visited {
	color:#0033CC;
}
#wrapper1 {
	width:698px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 240px;
	position: relative;
	z-index: 1;
	height: 200px;
}
/* ----------------------------*/
/* PAGE ELEMENTS */
/* ----------------------------*/


p.bottomheight{
	padding-bottom: 10px;
}
p.bottomheightsmall{
	padding-bottom: 50px;
	background:url(../images/bottomheightsmall.jpg) no-repeat center top;
	height:50px;
}
#wrapper {
	width:950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	z-index: 3;
}
/* ---------------------------- */
/* HEADER */
#header {
	height:109px;
	width: 900px;
	clear: both;
	float: none;
}
#flashanim {
	float:left;
	height:100px;
	width:440px
}
#logo {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#339933;
	height:107px;
	width:400px;
	float:left;
	padding-left:30px;
	background-image: url(../images/logocreative.png);
	background-repeat: no-repeat;
	background-position: 6px 20px;
}
/* ---------------------------*/
/* NAVIGATION */
#topnav {
	width:650px;
	height:40px;
	margin-right: 0px;
	margin-left: 17px;
}

#menu {
	padding:0;
	margin:0;
	list-style:none;
	height:40px;
	clear: left;
	float: right;
}
#menu li {float:left;}
#menu li a {
	display:block;
	height:40px;
	line-height:40px;
	padding:0 20px 0 0;
	float:left;
	color:#812323;
	text-decoration:none;
	background-image: url(../images/active_a.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#menu li a b {
	display:block;
	height:40px;
	float:left;
	padding:0 0 0 20px;
	cursor:pointer;
	background-image: url(../images/active_b.png);
}
#menu li a:hover, 
.home #menu li#home a,
.single #menu li#single a,
.dropdown #menu li#dropdown a,
.dropline #menu li#dropline a,
.flyout #menu li#flyout a,
.support #menu li#support a,
.contact #menu li#contact a
{
	line-height:40px;
	background-image: url(../images/hover_a.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
}
#menu li a:hover b,
.home #menu li#home a b,
.single #menu li#single a b,
.dropdown #menu li#dropdown a b,
.dropline #menu li#dropline a b,
.flyout #menu li#flyout a b,
.support #menu li#support a b,
.contact #menu li#contact a b
{
	line-height:40px;
	background-image: url(../images/hover_b.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* ---------------------------- */
/* COLUMN LEFT */

#column-left {
	margin-right:0px;
	width: 243px;
	height:500px;
	float: right;
	margin-top: 13px;
	padding-top: 16px;
	padding-right: 5px;
	padding-bottom: 16px;
	padding-left: 10px;
	margin-left: 5px;
	background-image: url(../images/right_image.png);
}
#column-left h1 {
	border-bottom:solid 1px #DEDEDE;
	font-family:Georgia;
	margin-bottom:20px;
}
#column-left p {
	font-size:14px;
	color:#333333;
}
/* ---------------------------- */
/* MAIN CONTENT */
#maincontent {
	float:left;
	margin-right:10px;
	width: 590px;
	height:auto;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 6px;
}
#maincontent h1 {
	border-bottom:solid 1px #DEDEDE;
	font-family:Georgia;
	margin-bottom:20px;
}
/* ---------------------------- */
/* FOOTER */
#footer {
	color:#FFCC00;
	background:url(../images/footer_bg.jpg) no-repeat center top;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:90px;
	margin-top:0px;
	clear: both;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 874px;
}
/* ----------------------------*/
/* CUSTOM CLASSES */
/* ----------------------------*/
.red {
	color:#FF0000;
}
.left-align {
	float:left;
}
.small-text-gray {
	color:#999999;
	font-size:11px;
}
.small-text-green {
	color:#00CC33;
	font-size:11px;
}
#content {
	height:540px;
	width: auto;
	padding-top:0px;
	margin-top: 20px;
	padding-left: 0px;
	/*background-image: url(../images/wrapperbg.png);*/
}
#flashContent {
	z-index: 0;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	clear: both;
}
#wrapper {
	width:950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	z-index: 10000;
}

#bottom-background
{
	background-image: url(../images/bgbottom.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
	height: 100%;
	width: 100%;
	overflow: auto;


}
p.data1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #15435B;
	text-decoration: none;
	width: 623px;
	line-height: 15px;
	padding-top: 9px;
	padding-bottom:15px;
}
.datafooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

	
	
}
#datafooterid {
	position: absolute;
	z-index: 1000;
	padding: 5px;
	float: left;
}
#wrapper2 {
	width:950px;
	margin-top: -200px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	z-index: 2;
}

.boxedorange{
	width: 602px;
	background-image: url(../images/home_img1.png);
	margin: 0px;
	height: 225px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-position: -10px;

}
.col-one {
	float: left;
	width: 270px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.col-two {
	float: right;
	width: 295px;
	height: 220px;
}
.img_developmentservice {
	background-image: url(../images/home_developservice.png);
	float: right;
	height: 170px;
	width: 121px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.img_designservice {
	background-image: url(../images/home_designservice.png);
	float: right;
	height: 170px;
	width: 121px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mlinks1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-bottom: 15px;
	line-height: 18px;
	text-transform: uppercase;
	padding-top: 3px;
	margin-top: 5px;
	margin-bottom: 5px;

}
.mlinks1 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}
.mlinks1 a:hover, .mlinks1 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 18px;
}
.title3 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	margin-bottom: 20px;
}
.empty {
	clear: both;
	height: 3px;
}
.footer1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	float: left;
	width: 870px;
	height: 30px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	line-height: 22px;
	padding-top: 25px;
}
.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	float: left;
	width: 870px;
	height: 30px;
	text-align: left;
	padding-right: 10px;
	padding-left: 30px;
}

.bottomnav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	float: left;
	width: 890px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	list-style-type: none;
	display:inline;
	padding-right: 10px;
	text-decoration: none;
	height: 25px;

}
.bottomnav ul {
	padding:0;
	margin:0;
	list-style:none;
	width:auto;
	height:auto;
	position:absolute;
	top:0;
	font-weight:normal;	
}

.bottomnav li {float:left; margin-bottom:1px;}
.bottomnav li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	float: left;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	list-style-type: none;
	display:inline;
	padding-right: 10px;
	text-decoration: none;
	height: 25px;
}


.bottomnav li a:hover, .bottomnav li.curent a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #036;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	list-style-type: none;
	padding-right: 10px;
	text-decoration: none;
	height: 25px;
	}
	
.rightsub {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0B4E69;
	padding-left: 10px;
	padding-bottom: 10px;
}


.leftbuttoun { width:214px; float:left; padding-right:16px; }
*:first-child+html .leftbuttoun { padding-right:0px; } 
a.leftbut1, a.leftbut2, a.leftbut3, a.leftbut4 { color:#0f0f0f !important; font-size:18px !important; font-weight:normal !important; font-family:Arial, Helvetica, sans-serif !important; width:161px; height:38px; display:block; text-decoration:none;  padding:15px 0px 0px 50px;}
a.leftbut1:hover, a.leftbut2:hover, a.leftbut3:hover, a.leftbut4:hover { color:#5a7000 !important;}
a.leftbut1 { background:url(../../images/white/left-but.gif) no-repeat 0px 0px; }
a.leftbut1:hover { background:url(../../images/white/left-but.gif) no-repeat -216px 0px; }
a.leftbut2 { background:url(../../images/white/left-but.gif) no-repeat 0px -53px; }
a.leftbut2:hover { background:url(../../images/white/left-but.gif) no-repeat -216px -53px; }
a.leftbut3 { background:url(../../images/white/left-but.gif) no-repeat 0px -106px; }
a.leftbut3:hover { background:url(../../images/white/left-but.gif) no-repeat -216px -106px;}
a.leftbut4 { background:url(../../images/white/left-but.gif) no-repeat 0px -159px; }
a.leftbut4:hover { background:url(../../images/white/left-but.gif) no-repeat -216px -159px;}


/*------------------------inner page left part------------------------*/
.inrightside {
	width:210px;
	margin-left: 15px;
}
.inrightside span input { margin-top:5px; *margin-top:0px; width:190px; height:18px;}
.inrightside span textarea { margin-top:5px; width:190px; height:70px;}
.subheadarrow {
	background-image: url(../images/subheadarrow.png);
	float: left;
	height: 27px;
	width: 24px;
	margin-right: 7px;
	margin-bottom: 0px;
}
#headermain {
	clear: both;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
}
#headermain1 {
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	height: 80px;
}
#flashxmlscroll {
	height: 150px;
	width: 610px;
	background-color: #000;
}

