/*
 *  General Layout
 */ 
* {
    margin: 0;
    padding: 0;
}

body {
	background-image: url(/images/header-bg.png);
	background-repeat: no-repeat;
	color: #fff;
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center top;
}

p {
    margin-bottom: 12px;
    font-size: 12px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	padding-bottom: 8px;
}

h3 {
	margin: 12px 0;
	font-size: 16px;
}

h4 {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 5px;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
		color: #cc0099;
}

h4 a {
	font-size: 15px;
	
}

h1 {
	font-size: 16px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #cc0099;
}

a {
    color: #cc0099;
    font-size: 12px;
    text-decoration: none;
	margin: auto auto;
}

a:hover {
    text-decoration: underline;
    color: #fff;
}

a.active {
    background-color: #CCCCCC;
    color: #cc0099;
    text-decoration: underline;
}

a img {
    border: 0
}

.link {
    color: #cc0099;
    cursor: pointer;
    font-weight: bolder;
}

.fake-link {
    color: #cc0099;
    cursor: pointer;
    font-weight: bolder;
}

.fake-link:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#page {
 
}


#headerwrap {width: 950px;
margin: auto auto;
	
	
}
#header {
	height: 87px;
	width: 600px;
	background-color: transparent;
	background-image: url(/images/header.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
}

.arrow {
	background-image: url(images/arrow2.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 100px;
	float: right;
	margin-top: 50px;
}




#wfplink {
    float: left;
    height: 75px;
    width: 517px;
}

#owmlink {
    float: right;
    height: 75px;
    width: 283px;
}

#promote {
    height: 91px;
    width: 950px;
    background: url("images/bg-sprite.png") repeat-x scroll -2946px 0 transparent;
}

.line {
    height: 41px;
    width: 950px;
	background-color: transparent;
	background-image: url(/images/line.png);
	background-repeat: no-repeat;
	margin: auto auto;
	clear:both;
}

#line {
    height: 41px;
    width: 950px;
	background-color: transparent;
	background-image: url(/images/line.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear:both;
}

#promoteleft {
	float: left;
	height: 94px;
	width: 300px;
	background-color: transparent;
	background-image: url(/images/promote.png);
	background-repeat: no-repeat;
	margin-top: 22px;
	padding-top: 15px;
	padding-left: 10px;
	margin-left: -4px;
}

#promoteleft h4 {padding-left: 30px;
}

#promoteleft a {
	font-size:12px;
}




#promoteright {
    float: right;
    height: 94px;
    width: 300px;
		background-color: transparent;
	background-image: url(/images/promote.png);
	background-repeat: no-repeat;
	margin-top: 22px;
		padding-top: 15px;
	padding-left: 8px;
}

#promoteright h4 {padding-left: 30px;
}

#promoteright a {
	font-size:12px;
}

#header a span, #promote a span {
    display: none;
}

#login {
	color: #ccc;
	text-align: right;
	height: 1.7em;
	font-size: 12px;
	width: 300px;
	float: right;
	padding-top: 40px;
}

#login a {
   	color: #cc0099;
    font-weight: normal;
    text-decoration: underline;
		font-size: 14px;
}

#login a:hover {
    text-decoration: none;
	 	color: #ccc;
}

#login ul {
    float: right;
    padding: 0 12px 0 0;
}

#login li {
    display: inline;
}

#menucontent {
    clear: both;
    background: #000;
    width: 950px;
	margin: auto auto;
}

#menucontent p {
    text-align: justify;
}

#menucontent h1 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: normal;
}

#menu {width: 950px;
margin: auto auto;
	
	
}

#menuwrap {clear: both;
background: url(images/nav-bg1.png) 0 0 repeat-x;
height: 53px;
}

#menu ul {
	list-style: none;
	height: 53px;
	
	padding: 0 0 0 10px;
}

#menu li {
    float: left;
    height: 53px;
    line-height: 53px;
    padding: 0 8px;
    position: relative;
}

#menu li a {
    padding: 4px 9px;
    color: #fff;
    text-decoration: none;
}

#menu li iframe {
	margin-top:18px;
}

#menu .first {
}

#menu .active a {
}

#menu li:hover {
}

#menu li a:hover {
	color: #999;
	text-decoration: none;
}

#menu li:hover ul.horizontal-list {
    display: block
}

#menu ul.horizontal-list {
    white-space: nowrap;
    padding: 0 4px;
    height: auto;
    display: none;
    position: absolute;
    top: 32px;
    left: -1px;
    width: auto;
    background: #000;
    border-left: none;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: none
}

#menu .horizontal-list li {
    float: none;
    border: none
}

#menu .horizontal-list li a {
    border: none;
    color: #fff
}

#menu .horizontal-list li a:hover {
    color: #ccc;
}

#content {padding: 20px;

}

#content-home {
	background-color: transparent;
	background-image: url(/images/home-contentbg.jpg);
	background-repeat: repeat;
}


#contentmid {
	width: 500px;
	padding: 12px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#contactleft {width: 450px; float: left;
	
	
}
	
	
	#contactright {width: 250px; float: right;
	
	
	}
	
	
	
	

#contentleft ol {
    font-size: 12px;
    margin: 12px 0 12px 16px;
    padding: 5px;

}




#contentleft {
	background-image: url(/images/bullet-bg.jpg);
	background-repeat: no-repeat;
    float: left;
    width: 250px;
	height: 390px;
	margin-left: 10px;
	padding-top: 30px;
	padding-left: 10px;
}

#contentleft p {padding-left: 50px;
}



#contentleft ol {
    font-size: 12px;
    margin: 12px 0 12px 16px;
    padding: 5px;

}

#contentleft-new {
	float: left;
	width: 430px;
    height: 290px;
    overflow: hidden;
}


#contentleft-new ol {
    font-size: 12px;
    margin: 12px 0 12px 16px;
    padding: 5px;
}

#contentright-new {
	background-image: url(/images/home-rtbg.png);
	background-repeat: no-repeat;
	float: right;
	width: 450px;
	padding-right: 10px;
	padding-top: 60px;
}

#contentbottom {
width: 950px;
height: 470px;
}

#contentright {
	float: right;
	width: 630px;
	padding-top: 5px;
	padding-right: 12px;
	padding-left: 12px;
	height: 400px;
}

#contentright1 {
	
	background-image: url(/images/home-bg.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 275px;
	padding: 8px;
	height: 280px;

}

#contentright1 h1{padding-left: 35px;
padding-top: 22px;
	
}

#contentright1 p {
	color:#fff;
	
}



#contentright2 {
	float: right;
	background-image: url(/images/home-bg.jpg);
	background-repeat: no-repeat;
	width: 302px;
	height: 300px;

}


#contentright2 h1{padding-left: 40px;
padding-top: 30px;
	
}

#contentright2 p {padding-left: 10px;
padding-right: 10px;
margin-right: 10px;
padding-top: 5px;
	color: #fff;

	
}


#contentright2 ul {
    padding-top: 29px;
	padding-left:50px;
	list-style: none;
    font-size: 12px;
	color: #fff;
}


#contentright2 li {
    background: url(/images/tick1.png) 0 0 no-repeat;
    padding: 0 0 5px 10px;
	line-height: 12px;

}

#contentright2 li a {
     font-size: 12px;
	 color: #fff;

}



#design-content {	float: left;
	width: 550px;
	padding: 2px;
	margin-top: 3px;
	margin-right: 3px;
	text-align: justify;
    
}

#design-right {	float: right;
	width: 350px;
	margin-top: 3px;
	margin-right: 3px;
	text-align: justify;
    
}

#design-options {
	float: left;
	width: 530px;
	padding: 10px;
	margin-top: 3px;
	margin-right: 3px;
	text-align: justify;
	border: 2px solid #F60;	
}

#design-options ul {
    list-style: none;
    font-size: 10px;
}

#design-options li {
    background: url(/images/icons/tick.png) 0 0 no-repeat;
    padding: 0 0 10px 20px;
}
#design-bottom {	float: left;
	width: 550px;
	padding: 2px;
	margin-top: 3px;
	margin-right: 3px;
	text-align: justify;
    
}


#seocontent {
    padding: 6px;
	float: left;
	width: 600px;
}

#seo{
	float: right;
	width: 300px;
	padding: 5px;
	margin-top: 3px;
	margin-right: 3px;
	text-align: justify;
}

.seobox {
	border: 1px solid #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #000;
	background-color: #eee;
}
.seobox ul {
    list-style: none;
    font-size: 1-px;
}

.seobox li {
    background: url(/images/icons/tick.png) 0 0 no-repeat;
    padding: 0 0 12px 21px;
}

#seocontentbottom {
	margin: 5px;
	padding: 4px;
	clear: both;
	border:solid 1px #F60

}

#seocontent ol {
    padding-left: 30px;
}


#footer-wrap {  background: url(images/footer-bg.png) 0 0 repeat-x;
height: 94px;
	clear: both;
	
}

#footer { width: 950px;
margin: auto auto;
	
}
#footer-left {
  float: left;
    color: #FFFFFF;
	padding-top: 15px;
	width: 175px;
}

#footer-right {
  float: right;
	padding-top: 15px;
	text-align:right;
	    color: #ccc;
    font-size: 10px;
    font-weight: normal;
}

#footer-left1 {float:left
	
}

#footer-left2 {float: right
	
}

#footer p {
    margin: 0;
		font-size:10px;
}

#footer a {
}

#footer ul {
    list-style: none;
		line-height: 10px;
}

#footer-left2 li {
    display: block
}

#footer li a {
    color: #ccc;
    font-size: 10px;
    font-weight: normal;

}

#footer2 {
    margin: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    color: #ffffff;
    font-size: 10px;
    height: auto;
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 5px;
}

#tandccontent {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: justify;
    color: #000000;
    font-size: 10px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.smaller {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: justify;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
}

.small {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: justify;
    color: #000000;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
}

.first a {
    border-left: 0 !important;
}

.bordergray {
    border: 1px solid #CCCCCC;
    padding: 4px;
}

.orange {
    font-size: 12px;
    color: #FF6633;
    font-weight: bolder;
}

#current-tab {
    background: #ff6600;
    color: #ffffff
}

.titlebox {
	border: 2px solid #F60;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.titlebox ul {
    list-style: none;
    font-size: 12px;
}

.titlebox li {
    background: url(/images/icons/tick.png) 0 0 no-repeat;
    padding: 0 0 12px 21px;
}


.titlebox-new {
    font-size: 10px;
    color: #fff;
	width: 230px;

}
.titlebox-new ul {
    list-style: none;
    font-size: 14px;
	padding-left: 5px;
	padding-top: 18px;
	padding-right: 5px;
}

.titlebox-new li {
    background: url(/images/tick1.png) 0 0 no-repeat;
    padding: 0 0 12px 15px;
	line-height: 12px;
}


#designed {
    list-style: square inside;
    width: 840px;
    margin: 0 0 0 40px;
}

#designed li {
    padding: 6px 0;
    float: left;
    width: 400px;
}

#client-list {
	clear:both;
    list-style: square inside;
    width: 840px;
    margin: 0 0 0 40px;
}

#client-list li {
    padding: 6px 0;
    float: left;
    width: 400px;
}

.clear {clear: both;
	
}
