/* CSS Document */
html, body	{
	height: 100%;
}

/*global*/

body	{
	margin:0px;
	background-color: #535353;
	color: #505050;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
}

a	{
	color: #c60302;
	text-decoration: underline;
}

a:hover	{
	color: #c60302;
	text-decoration: none;
}

#headerb	{
	height: 175px;
	position: absolute;
	width:100%;
	background-color: #bd4a4c;
	/*background: url(../images/header_red_slice.jpg) repeat-x #ffffff;*/
	/*z-index: 5;*/
}

#headerc	{
	height: 175px;
	position: absolute;
	width:600px;
	background-color: #fff;
	/*background: url(../images/header_red_slice.jpg) repeat-x #ffffff;*/
	/*z-index: 5;*/
}


#wrapper	{
	width:100%;
	background: url(../images/background-slice.png) repeat-x #ffffff;
}

#container	{
	width: 836px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 30px;
	text-align:left;
	
}

#header	{
	height: 175px;
	position: relative;
	width:100%;
	/*background: url(../images/header_red_slice.jpg) repeat-x #ffffff;*/
	background-color:#FFF;
}

#goWareLogo	{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 6;
}

h1	{
	color: #d10007;
	font-size: 22px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px 0px 0px 15px;
	font-weight: normal;
	line-height: 22px;
}

h2	{
	color: #4284d0;
	font-size: 18px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	font-weight: normal;
}

h2 a	{
	color: #4284d0;
	font-size: 18px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	font-weight: normal;
	text-decoration:none;
}

h2 a:hover	{
	color: #4284d0;
	font-size: 18px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	font-weight: normal;
	text-decoration:underline;
}

h3	{
	color: #535353;
	font-size: 15px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}

h4	{
	color: #535353;
	font-size: 16px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px -5px 0px;
}

p	{
	margin: 3px 0px 20px 0px;
}

input, select, textarea	{
	border:1px solid #b1b1b1;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #fff;
	padding:1px;
}


/*nav area */

#nav	{
	height: 34px;
	width: 584px;
	margin-left:126px;
	background: url(../images/menu_slice.jpg) repeat-x #ffffff;
	position: absolute;
	z-index: 100;
	}

#navbar	{
	height: 34px;
	width: 100%;
	margin: 175px 0px 0px 0px;
	background: url(../images/menu_slice.jpg) repeat-x #ffffff;
	position: absolute;
}


#nav ul	{
	margin:0px;
	padding:0px;
}

#nav li	{
	float:left;
	padding:0px;
	margin:0px;
	list-style: none;
	background-repeat: no-repeat;
}

#nav a {display:block; height:0; padding-top:34px; color:#000; overflow:hidden;}

#nav li.nav1	{width:66px;}
#nav li.nav2	{width:65px;}
#nav li.nav3	{width:133px;}
#nav li.nav4	{width:172px;}
#nav li.nav5	{width:73px;}
#nav li.nav6	{width:75px;}

#nav a#navName1	{background: url(../images/menu-off.jpg) 0px 0px;}
#nav a#navName2	{background: url(../images/menu-off.jpg) -66px 0px;}
#nav a#navName3	{background: url(../images/menu-off.jpg) -131px 0px;}
#nav a#navName4	{background: url(../images/menu-off.jpg) -264px 0px;}
#nav a#navName5	{background: url(../images/menu-off.jpg) -436px 0px;}
#nav a#navName6	{background: url(../images/menu-off.jpg) -509px 0px;}

#nav a#navName1:hover	{background: url(../images/menu-over.jpg) 0px 0px;}
#nav a#navName2:hover	{background: url(../images/menu-over.jpg) -66px 0px;}
#nav a#navName3:hover	{background: url(../images/menu-over.jpg) -131px 0px;}
#nav a#navName4:hover	{background: url(../images/menu-over.jpg) -264px 0px;}
#nav a#navName5:hover	{background: url(../images/menu-over.jpg) -436px 0px;}
#nav a#navName6:hover	{background: url(../images/menu-over.jpg) -509px 0px;}

#nav a#navName1Selected	{background: url(../images/menu-over.jpg) 0px 0px;}
#nav a#navName2Selected	{background: url(../images/menu-over.jpg) -66px 0px;}
#nav a#navName3Selected	{background: url(../images/menu-over.jpg) -131px 0px;}
#nav a#navName4Selected	{background: url(../images/menu-over.jpg) -264px 0px;}
#nav a#navName5Selected	{background: url(../images/menu-over.jpg) -436px 0px;}
#nav a#navName6Selected	{background: url(../images/menu-over.jpg) -509px 0px;}

#dropmenudiv{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #a20d0f;
word-spacing:1px;
position:absolute;
border-bottom:1px solid  #D5D3BE;
border-bottom-width: 0;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
color: #ffffff;
background-color: #a20d0f;
width: 100%;
display: block;
text-indent: 13px;
border-bottom: 1px solid  #87080a;
padding: 3px 0;
padding-left: -20px;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background: #d01715;
color: #ffffff;
}


/*home*/
#homeLeft	{
	float: left;
	width: 396px;
	padding: 20px 35px 0px 19px;
	/*background: url(../images/homebkgrd.gif) no-repeat;*/
	
}

#homeLeft2	{
	float: left;
	width: 680px;
	padding: 20px 65px 0px 19px;
	/*background: url(../images/homebkgrd.gif) no-repeat;*/
	
}

#homeLeft h1	{
	color: #7f0a0a;
	font-size: 18px;
	font-family: Georgia, sans-serif;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-weight: normal;
	line-height: 200%
}

#homeLeft2 h1	{
	color: #7f0a0a;
	font-size: 18px;
	font-family: Georgia, sans-serif;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-weight: normal;
	line-height: 200%
}

#homeList h2	{
	color: #0c67c2;
	font-size: 20px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin:5px 0px 5px 0px;
	padding:0px;
	font-weight: normal;
}

#homeList	{
	/*background: url(../images/home3Item.gif) no-repeat;*/
	margin: 0px 0px 0px 0px;
	/*padding: 12px 9px 15px 7px;*/
	font-size: 14px;
	color: #2d2d2d;
	font-family: Verdana, sans-serif;
	line-height: 200%;
	padding-right: 20px;
}

#homeList2	{
	/*background: url(../images/home3Item.gif) no-repeat;*/
	margin: 0px 0px 0px 14px;
	/*padding: 12px 9px 15px 7px;*/
	font-size: 14px;
	color: #2d2d2d;
	font-family: Verdana, sans-serif;
	line-height: 200%;
}

#homeRight	{
	float:right;
	width: 212px;
	padding:12px 28px 27px 10px;
	margin-top: 21px;
	/*height: 371px;*/
	background: url(../images/side-column-background.jpg) repeat-y;
}

#homeRight h1	{
	color: #000000;
	font-size: 18px;
	font-family: Georgia, sans-serif;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-weight: normal;
	line-height: 200%
}

#homeRight h2	{
	color: #000000;
	font-size: 16px;
	font-family: Georgia, sans-serif;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-weight: normal;
	line-height: 200%
}

/* table */
#homeRight table {
	margin: 0 0 1em;
	background: none;
	border-collapse: collapse;

}

/* caption = table title/heading */
#homeRight caption {
	text-align: left;
	font: bold small-caps 120%/1.3 "trebuchet ms",Helvetica,Arial,Sans-Serif;

	color: #363;
	margin: .3em 0;
}

/* reduced font size to save space */
#homeRight tr { 
	font-size: 90%;
	font: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 15px;

}
/* prevent nested tables reducing font size further */
#homeRight tr tr { font-size: 100%; }

/* tinted rows */

/* in CSS3 selectors: tbody tr:even or tbody tr:nth-child(2n) */
#homeRight .row1 {
	background: #e0a8a8;
}

#homeRight .row2 {
	background: none;
}

/* table cells */
#homeRight th, td {
	font-weight: normal;
	padding: .3em .7em;
	text-align: left;
	vertical-align: top;

}

/* borders to separate body sections */
#homeRight tbody tr:first-child th, tbody tr:first-child td, tfoot tr:first-child th, tfoot tr:first-child td {
	border-top: 1px solid #363;
}

/* tints for column headings */

#homeRight thead {
	background: #9C9;
	white-space: nowrap;
}

/* tints for totals */
#homeRight tfoot {
	background: #ADA;
}

/* bold text for totals */
#homeRight tfoot th,
tfoot td {
	font-weight: bold;
}



#homePartners	{
	background: url(../images/news_callout.jpg) no-repeat;
}

#homePartners ul	{
	margin: 0px 15px 0px 5px;
	padding:0px;
}

#homePartners ul li	{
	list-style: none;
	padding: 3px 0px 3px 25px;
	border-bottom:1px dotted #313131;
}

#homeRight h3	{
	color: #ffffff;
	font-size: 16px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin:2px 0px 5px 10px;
	padding:0px;
}

#homeRight a	{
	text-decoration: none;
}

#itemPicture	{
	float:left;
	padding-left: 5px;
}

#itemInfo	{
	float:left;
	width: 425px;
	margin-left: 10px;
}

#homeListItem	{
	border-bottom:1px dotted #313131;
	width: 515px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	line-height: 16px;
	
}

#homeListItemNews	{
	
	background: url(../images/news-area.png) no-repeat;
	width: 515px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 10px 50px;
	line-height: 16px;
	height: 100px;
	
}

#homeListItem:hover	{
	border-bottom:1px dotted #313131;
	width: 515px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	line-height: 16px;
	dislay: block;
	background-color: #c7cfd5;
	cursor: pointer;
	display: block;
}

#homeListItem a	{
	color: #505050;
	text-decoration: none;
	display: block;
	cursor: pointer;
}


#homeListItem	br	{
	clear: both;
}

#pressHeader	{
	background: url(../images/pressHeader.gif) no-repeat;
	width:234px;
	height: 35px;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


#partnerHeader	{
	background: url(../images/partnerHeader.gif) no-repeat;
	width:234px;
	height: 35px;
	padding: 4px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
}

.newsItem	{
	margin: 3px 0px 3px 7px;
	width:221px;
	height: 48px;
	background: url(../images/newsItemOff.gif) no-repeat;
}

.newsItem:hover	{
	background: url(../images/newsItemOn.gif) no-repeat;
	cursor: pointer;
}

.newsItem ul	{
	padding: 8px 0px 0px 0px;
	margin: 0px;
}

.newsItem ul li	{
	list-style: none;
}

.newsItemLogo	{
	width: 60px;
	float: left;
	text-align:center;
	padding: 0px 0px 0px 10px;
}

.newsItemTitle	{
	width: 114px;
	float: right;
	font-size: 10px;
	width: 145px;
	font-weight: bold;
	line-height: 13px;
	color: #3f4448;
	text-decoration: none;
}

.rightLink	{
	text-align:right;
	font-size: 11px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 10px 14px 0px 0px;
	color: #eb0909;
}

.rightLink	a	{
	text-decoration:none;
}

.rightLink	a:hover	{
	text-decoration:underline;
}

/*content*/

#content	{
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 68px;
	min-height: 525px;
	width: 700px;

}

#contentback	{
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	min-height: 525px;
	background: url(../images/background-image.jpg) no-repeat;
	width: 836px;
	background-color:#FFF;
}

#content br	{
	clear: both;
}

#flashHeader	{
	margin: 33px 0px 8px 0px;
	height: 317px;
	width: 700px;
}


/*subContent */

#subContent br	{
	clear: both;
}

#subContent	{
	background: url(../images/subContentBkgrd.gif) no-repeat;
	margin: 1px 0px 0px 0px;
	padding: 14px 19px 0px 19px;
	min-height: 525px;
}

#subContent .pageHeader	{
	margin: 0px 0px 14px 0px;
}

#subContentLeft	{
	width:578px;
	float:left;
	margin: 0px 20px 0px 0px;
}

#subContentWhole	{
	width:800px;
	margin: 0px;
}

#subContentRight	{
	width:200px;
	float:left;
	padding: 10px 0px 0px 0px;
}

#subContentBody	{
	padding: 0px 5px 0px 5px;
}

#subContentBody	.subContentArea	{
	background: url(../images/subContentGradient.gif) no-repeat;
	padding: 8px 15px 15px 15px;
	margin: 9px 0px 0px 0px;
}

#subContentBody	.subContentArea sup	{
	font-size: 11px;
}

#subContentBody2	{
	padding: 10px 5px 0px 5px;
}

#subContentBody2	.subContentOne	{
	background: url(../images/subContentGradient2.gif) no-repeat;
	padding: 8px 15px 15px 15px;
	margin: 9px 0px 0px 0px;
}


/*footer area*/

#footerWrapper	{
	width:100%;
}

#footer	{
	width: 836px;
	margin: 0 auto;
	padding: 19px;
}

#footerLeft	{
	float:left;
	width:160px;
}

#footerLeft ul	{
	margin:0px;
	padding: 0px;
}

#footerLeft ul li	{
	border-bottom:1px solid #767676;
	list-style:none;
	padding: 0px 0px 0px 10px;
	font-size:12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#footerLeft ul li a	{
	color: #bfbfbf;
	text-decoration:none;
}

#footerLeft ul li a:hover	{
	color: #eeeeee;
	text-decoration:none;
}

#footerRight	{
	float:right;
	text-align:right;
	font-size:11px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #bebebe;
	line-height:14px;
	margin-right: 5px;
}

#footerRight a	{
	color: #ffffff;
	text-decoration:none;
}

#footerRight a:hover	{
	color: #d7d7d7;
}

.footerTitle	{
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

/*global classes */

.listArea	{
	border-top: 1px dotted #d9d9d9;
	border-bottom: 1px dotted #d9d9d9;
	padding: 12px 0px 12px 22px;
	margin: 0px 0px 15px 0px;
}

.listArea ul	{
	padding: 0px;
	margin: 0px 0px 0px 25px;
}

.listArea ul li	{
	list-style: none;
	background: url(../images/redBullet.gif) no-repeat 0px 3px;
	padding: 2px 0px 2px 30px;
}

.listArea2	{
	padding: 0px 0px 12px 22px;
	margin: 0px 0px 15px 0px;
}

.listArea2 ul	{
	padding: 0px;
	margin: 0px 0px 0px 25px;
}

.listArea2 ul li	{
	list-style: none;
	background: url(../images/blueBullet.gif) no-repeat 0px 3px;
	padding: 2px 0px 2px 30px;
}

.listArea2a	{
	padding: 0px 0px 12px 22px;
	margin: 0px 0px 5px 0px;
}

.listArea2a ul	{
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.listArea2a ul li	{
	list-style: none;
	background: url(../images/blueBullet.gif) no-repeat 0px 3px;
	padding: 2px 0px 2px 30px;
}

.listArea3	{
	padding: 0px 0px 12px 22px;
	margin: 0px 0px 15px 0px;
}

.listArea3 ul	{
	padding: 0px;
	margin: 0px 0px 0px 10px;
	width: 400px;
}

.listArea3 ul li	{
	list-style: none;
	font-size:18px;
	border-bottom: 1px solid #cdcdcd;
	background: url(../images/blueBullet.gif) no-repeat 10px 7px;
	padding: 5px 0px 5px 40px;
}

.listArea3 ul li a	{
	text-decoration: none;
}

.listArea3 ul li a:hover	{
	text-decoration: underline;
}


.termsList	{
	padding: 0px 0px 12px 0px;
	margin: 0px 0px 15px 0px;
}

.termsList ul	{
	padding: 0px;
	margin: 13px 0px 0px 10px;
}

.termsList ul li	{
	list-style: none;
	background: url(../images/redBullet.gif) no-repeat 0px 3px;
	padding: 2px 0px 2px 30px;
}

.termsList ul li ul li	{
	background: url(../images/blueBullet.gif) no-repeat 0px 3px;
}

.termsList2	{
	padding: 0px 0px 12px 0px;
	margin: 0px 0px 15px 0px;
}

.termsList2 ul	{
	padding: 0px;
	margin: 13px 0px 0px 10px;
}

.termsList2 ul li	{
	list-style: none;
	background: url(../images/blueBullet.gif) no-repeat 0px 3px;
	padding: 2px 0px 2px 30px;
}


.pdfList	{
	padding: 0px 0px 12px 22px;
}

.pdfList ul	{
	padding: 0px;
	margin: 13px 0px 0px 25px;
}

.pdfList ul li	{
	list-style: none;
	background: url(../images/pdfIcon.gif) no-repeat 0px 3px;
	padding: 2px 0px 2px 30px;
}


.listTitle	{
	color: #c60302;
	font-size: 14px;
	padding: 0px 0px 9px 0px;
}

.cta	{
	margin: 0px 0px 10px 0px;
}

.names	{
	border-top: 1px dotted #545454;
	margin: 10px 0px 10px 0px;
	padding: 15px 0px 10px 0px;
}

.names img	{
	margin: 0px 14px 0px 0px;
}

.submitBtn	{
	padding-top: 10px;
}

.submitBtn	input	{
	background-color: #c92627;
	color: #ffffff;
	font-size:12px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	border: 1px solid #351b1b;
}

.submitBtn	input:hover	{
	background-color: #930909;
	cursor: pointer;
}

.intro	{
	line-height: 22px;
	font-size: 13px;
	color: #1d60a1;
}

.smallBody	{
	height:200px;
}

.newsAuthor	{
	color: #717171;
	font-style: italic;
}

.red	{
	color: #c60302;
}

.newsDate	{
	font-size: 15px;
	font-weight: bold;
}

.webAd	{
	position: absolute;
	top: 30px;
	left: 520px;
}

.vote	{
	text-align:center;
	padding: 0px 0px 8px 0px;
}
.note	{
	color: #7f7f7f;
	font-size:11px;
}
#domovalues	{
	padding: 4px 4px 4px 8px;
	margin: 0px 0px 0px 0px;
	height: 300px;
	width:225px;
}


.sidePanel	{
	background: url(../images/benefits-new.png) no-repeat;
	text-align:left;
	padding: 50px 9px 25px 9px;
	font-size: 10px;
	color: #81964c;
	position:relative;
	height: 300px;
	margin-left: 5px;
}

.sidePanel2	{
	background: url(../images/our-solution.png) no-repeat;
	text-align:left;
	padding: 0px 0px 90px 0px;
	font-size: 10px;
	color: #81964c;
	height: 150px;
	position:relative;
	height: 215px;
}

.sidePanel ul	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.sidePanel ul li {
	list-style: none;
	list-style-position: outside;
	padding: 11px 0px 20px 65px;
	border-bottom: 1px dotted #81964c;
	color: #000000;
	font-size: 11px;
	line-height: 15px;
	margin-left: -10px;
	/*text-indent: -40px;*/
	
}

.value1	{
	background: url(../images/create-consistent-icon.png) no-repeat 7px 4px;
}

.value2	{
	background: url(../images/enable-mobile-icon.png) no-repeat 7px 4px;
}

.value3	{
	background: url(../images/reach-consumers-icon.png) no-repeat 7px 4px;
}

.value4	{
	background: url(../images/increase-ad-icon.png) no-repeat 7px 4px;
}

.value5	{
	background: url(../images/access-users-icon.png) no-repeat 7px 4px;
}
