@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, div {
	border: 0;
	margin: 0;
	padding: 0;
}
.alignRight {float:right;} 
.alignLeft {float:left;}
.breaker {clear:both; width:100%;}


/***********************************************************/


body {
	background-color:#FFFFFF;
	background-image:url(../images/wrapperbg.gif);
	background-repeat:repeat-x;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
}
.row1 {
	width:990px;
	height:607px;
	clear:both;
	overflow:hidden;
	background-image:url(../images/flash-bg.jpg);
	background-repeat:no-repeat;
}
.row2 {
	width:990px;
	clear:both;
}
.wrapper {
	width:990px;
	height:inherit;
	display:block;
	overflow:hidden;
	margin:0 auto;
}
.flashContainer {
	width:990;
	height:464;
	clear:both;
}
.row1Col1{
	width:187px;
	float:left;
	padding:38px 0 0 24px;
}
.row1Col2 {
	width:720px;
	float:left;
	padding:91px 0 0 45px;
}
.companyProfileWrapper {
	width:495px;
	float:left;
}
.profileHeadContainer {
	width:478px;
	height:89px;
	padding-left:17px;
	background-image:url(../images/profile-content-img.gif);
	background-repeat:repeat-y;
}
.profileContentContainer {
	width:495px;
	height:307px;
	border-bottom:5px solid #000000;
	background-image:url(../images/maincontentbg.gif);
	background-repeat:no-repeat;
}
.serviceWrapper {
	width:248px;
	float:left;
}
.serviceHeadContainer {
	width:248px;
	height:89px;
	background-image:url(../images/service-img.gif);
	background-repeat:no-repeat;
}
.domainWrapper {
	width:246px;
	float:left;
}
.domainHeadContainer {
	width:247px;
	height:89px;
	background-image:url(../images/domain-content-img.gif);
	background-repeat:no-repeat;
}
ul.serviceList {
	margin:0 auto;
	padding-top:15px;
	margin-left:20px;
}
li.serviceListItem {
	color:#72775f;
	margin-left:3px;
	padding:3px 0 0 15px; 
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
	/*list-style-image:url(../images/txt-img.gif);*/
	list-style-type:none;
	background:url(../images/txt-img.gif) no-repeat left center;
	/*list-style-position:inside;*/
	line-height:18px;
}
.domainContentContainer{
	width:247px;
	height:395px;
	background-image:url(../images/domain-content-bg.gif);
	background-repeat:no-repeat;
}
.serviceContentContainer {
	width:248px;
	height:395px;
	background-image:url(../images/service-bg-img.gif);
	background-repeat:no-repeat;
}
.headAligner {
	padding:20px 0 0 17px;
}
.loginImg{
	margin:5px 5px 5px 20px;
}
.textBoxStyles {
	border:#99ac46 solid 1px;
	margin:5px 5px 5px 20px;
}
.txtPassword {
	color:#72775f;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px;
}

/***************************************************************/

.txtProfileContent {
	color:#72775f;
	padding:34px;
	line-height:16px;
}
.txtNormal {
	color:#72775f;
	line-height:16px;
}
.txtDomainContent {
	color:#72775f;
	padding:20px;
	line-height:16px;
}
.txtGreyBlueSmall {
	color:#467086;
	font-size:11px;
	margin-left:20px;
}
.txtLogin {
	color:#72775f;
	margin:5px 5px 5px 20px;
}
.txtCopyright {
	font-size:11px;
	color:#000000;
	margin-left:34px;
}
.txtBestViewed{
	font-size:11px;
	color:#33688d;
	margin-left:34px;
}
a.lnkOrange {
	color:#e0562b;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
a.lnkOrange:hover {
	color:#1b95ca;
	border-bottom:2px dotted #e0562b;
}