/****************************************
 * Page                                 *
 ****************************************/

html {
	overflow-y: scroll;
}

body {
	margin: 0 auto;
	font-family: "trebuchet ms";
	font-size: 11px;
	line-height: 15px;
	color: #282828;
}

img {
	border: 0px;
}

/****************************************
 * Headers                              *
 ****************************************/

h1 {
	margin: 0 0 14px 0;
	padding: 0;
	font-family: trebuchet ms;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	position: relative;
	margin: 0 0 4px 0;
	padding: 0;
	font-family: trebuchet ms;
	font-size: 14px;
	font-weight: normal;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-family: trebuchet ms;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	line-height: 18px;
}

/****************************************
 * Text classes                         *
 ****************************************/

.header {
	font-weight: bold;
}

.points {
	font-family: trebuchet ms;
	font-size: 15px;
	font-weight: bold;
	color: #92C610;
	margin-bottom: 2px;
}

.points2 {
	font-family: trebuchet ms;
	font-size: 12px;
	font-weight: bold;
	color: #92C610;
	margin-bottom: 2px;
}

.points3 {
	font-family: trebuchet ms;
	font-size: 16px;
	font-weight: bold;
}

/****************************************
 * Site                                 *
 ****************************************/

#siteWrapper {
	width: 970px;
	margin: 0px auto;
	padding: 0px 0px 13px 0px;
}

#site h1 {
	float: left;
	padding: 0;
	margin: 0;
	padding: 24px 0 0 24px;
	text-indent: -100000px;
}

#site h1 a {
	display: block;
	position: relative;
	height: 90px;
	width: 500px;
}

/****************************************
 * Menu                                 *
 ****************************************/

ul#menu {
	z-index: 10;
	position: relative;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul#menu li {
	z-index: 10;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
}

ul#menu li a {
	display: block;
	height: 48px;
}

ul#menu li a em {
	display: none;
}

ul#menu li.rest span {
	float: right;
	width: 188px;
	text-align: center;
	margin: 0;
	padding: 17px 0 0 0;
}

ul#menu li.rest a {
	display: inline;
	font-family: arial;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

ul#menu li.rest a:hover {
	text-decoration: underline;
}

ul#menu li ul {
	position: absolute;
	width: 126px;
	left: -999em;
	margin: 0;
	padding: 5px 0 5px 0;
	border: 1px solid #dadada;
	list-style-type: none;
	z-index: 10;
	background: url(/images/transperent-bg.png);
}

ul#menu li ul li a {
	font-family: arial;
	width: 106px;
	height: 15px;
	padding: 3px 10px;
	margin: 0;
	color: #1e1e1e;
	text-decoration: none;
}

ul#menu li ul li a:hover {
	text-decoration: underline;
}

ul#menu li li:hover ul {
   left: auto;
}

ul#menu li li:hover ul li {
	float: left;
	clear: both;
}

ul#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}

/****************************************
 * Subbar                               *
 ****************************************/

#subbar {
	position: relative;
	clear: both;
	height: 28px;
	padding: 11px 6px 0 6px;
	font-family: tahoma;
}

#subbar .left, #subbar .left a.button, #subbar .left a.button img, #subbar .left p {
	float: left;
}

#subbar .left a.button img {
	border: 0;
}

#subbar .left p {
	margin: 0;
	padding: 2px 0 0 8px;
}

#subbar .right {
	position: relative;
	float: right;
	width: 423px;
}

#subbar .right input, #subbar div.right .login, #subbar div.right .forgot {
	float: left;
}

#subbar .right input.username, #subbar .right input.password {
	position: absolute;
	width: 103px;
	height: 18px;
	margin-left: 20px;
	padding-top: 5px;
	font-family: verdana;
	font-size: 10px;
	border: none;
	background: transparent;
}

#subbar .right div.username, #subbar .right div.password {
	position: absolute;
	margin-top: -2px;
	margin-left: 35px;
	width: 128px;
	height: 23px;
}

#subbar .right div.username {
	margin-left: 35px;
}

#subbar .right div.password {
	margin-left: 166px;
}

#subbar .right input.username {

}

#subbar .right input.password {
}

#subbar div.right .login {
	position: absolute;
	margin-left: 299px;
	width: 56px;
	height: 19px;
	border: 0;
	cursor: pointer;
}

#subbar div.right .forgot {
	position: absolute;
	margin-left: 358px;
	width: 56px;
	height: 19px;
	border: 0;
	cursor: pointer;
}

/****************************************
 * Header                               *
 ****************************************/

#header {
	width: 970px;
	height: 20px;
}

/****************************************
 * Content                              *
 ****************************************/

#contentContainer {
	padding: 0px 0px 0px 0px;
	width: 970px;
}

#content {
	float: left;
	width: 675px;
	margin: -11px 0px 0px 0px;
	padding: 0 30px 0 30px;
}

#content #admin {
	margin-top: 40px;
	position: absolute;
	margin-left: -21px;
	height: 202px;
	width: 952px;
	background: url(/images/content-bg-clear.png) no-repeat;
}
#content div.box {
	padding: 15px;
	background-repeat: repeat-x;
	border-top: 1px dotted #CCCCCC;
}

#content div.box3 {
	background-repeat: repeat-x;
	border-top: 1px dotted #CCCCCC;
}

#content div.box2 {
	padding: 7px 10px 8px 10px;
	margin-bottom: 25px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#content img.border {
	border: 1px solid #CCCCCC;
	padding: 4px;
	background-color: #FFFFFF;
	z-index: 1;
}

#content .campaigns {
	padding: 0px 8px 25px 0px;
	vertical-align: top;
}

#content .campaignsSmall {
	padding: 0px 7px 7px 0px;
	vertical-align: top;
}

#content .description {
	color: #666;
}

#content .hover, #content .hover span, #content .hover h3 {
	color: #AAAAAA;
	cursor: pointer;
}

#content .information {
	position: relative;
	height: 150px;
	width: 465px;
	padding: 30px 0px 10px 210px;
	font-family: verdana;
	font-size: 12px;
	line-height: 18px;
}

#content h2.line {
   margin-bottom: 12px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
}

#content #signup {
	position: relative;
}

#content #signup #text {
	position: relative;
	height: 250px;
	width: 620px;
	padding: 90px 0px 0px 5px;
	margin-bottom: 0px;
}

#content #signup #form {
	position: absolute;
	width: 212px;
	height: 130px;
	top: 210px;
	left: 220px;
}

#content #home .bg {
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin-left: -21px;
	height: 336px;
	width: 954px;
}

#content #home #text {
	position: relative;
	height: 196px;
	width: 305px;
	padding: 135px 0px 5px 285px;
	line-height: 14px;
	margin-bottom: 25px;
}

#content #home #text h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #EEE;
}

#content #home #text p {
	font-size: 11px;
	color: #222;
	margin: 0;
	text-decoration: none;
}

#content #home #text a {
	display: block;
	border-bottom: 1px solid #EEE;
	padding: 5px 0;
	font-family: tahoma;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}

#content #home #text a:hover {
 background-color: #F7F7F7;
}

#content #home #text img {
	float: left;
	margin: 3px 6px 15px 5px;
	width: 10px;
	height: 9px;
}

#content #home #special {
	position: absolute;
	margin: 10px 0px 0px 633px;
}

#content #home #left {
	float: left;
	width: 685px;
}

#content #home #right {
	float: left;
	position: relative;
	left: 20px;
	width: 204px;
	margin-top: 10px;
}

#content #news {
	position: absolute;
	width: 475px;
	height: 60px;
	margin: 15px 0 0 98px;
	padding: 10px;
	font-size: 11px;
	color: #282828;
	z-index: 2;
}

#content #news #newsLayer {
	position: absolute;
	height: 72px;
	width: 492px;
	background-color: #FFF;
	top: 0px;
	left: 0px;
	z-index: 4;
}

#content #news img.prev {
	position: absolute;
	width: 11px;
	height: 11px;
	top: 4px;
	right: 17px;
	z-index: 4;
	cursor: pointer;
}

#content #news img.next {
	position: absolute;
	width: 11px;
	height: 11px;
	top: 4px;
	right: 4px;
	z-index: 4;
	cursor: pointer;
}

#content #newsContent .options {
	z-index: 3;
	display: block;
	position: absolute;
	top: 2px;
	right: 35px;
	font-size: 9px;
	color: #CCC;
}

#content #newsContent .options a {
	font-size: 9px;
	color: #CCC;
}

#intro {
	width: 902px;
}

#intro #steps {
	position: relative;
	margin-left: -21px;
	width: 952px;
}

#intro #steps a {
	display: block;
	position: relative;
	width: 950px;
	height: 263px;
	z-index: 5;
   color: #444;
	text-decoration: none;
	cursor: pointer;
}

#intro #steps a span {
	position: absolute;
	height: 60px;
	margin-top: 170px;

}

#intro #steps a .one {
	margin-left: 377px;
	width: 140px;
}

#intro #steps a .two {
	margin-left: 573px;
	width: 135px;
}

#intro #steps a .three {
	margin-left: 770px;
	width: 120px;
}

#intro #showcaseWrapper {
	position: relative;
	left: -12px;
	margin: 0px 0px 11px 0px;
	padding: 25px 10px 25px 10px;
	width: 914px;
	height: 106px;
	background: url(/images/showcase.png) no-repeat;
}

#intro #showcaseWrapper #prev {
   float: left;
	height: 28px;
	width: 28px;
	margin: 36px 19px 0px 10px;
	cursor: pointer;
	background: url(/images/showcase-arrow-left.png) no-repeat;
}

#intro #showcaseWrapper #next {
	float: left;
	height: 28px;
	width: 28px;
	margin: 36px 10px 0px 19px;
	cursor: pointer;
	background: url(/images/showcase-arrow-right.png) no-repeat;
}

#intro #showcase {
	float: left;
	position: relative;
	width: 800px;
	height: 106px;
	overflow: hidden;
}

#intro #showcase ul, #showcase li{
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#intro #showcase li {
	width: 140px;
}

#intro #showcase li img {
	width: 100px;
	height: 100px;
}

#intro #boxes {
	position: relative;
	margin: 20px 0px 50px -12px;
	background: url(/images/test7.jpg) no-repeat;
	width: 933px;
	height: 130px;
	font-family: tahoma;
	color: #555;
}

#intro #boxes p {
	font-weight: bold;
	font-size: 11px;
	color: #505050;
	margin-bottom: 8px;
}

#intro #signup {
	position: absolute;
	margin: 15px 0px 0px 20px;
	width: 212px;
	height: 115px;
}

#intro #signup span.username, #content #signup span.username {
	position: absolute;
	top: 27px;
}

#intro #signup span.password, #content #signup span.password {
	position: absolute;
	top: 49px;
}

#intro #signup span.email, #content #signup span.email {
	position: absolute;
	top: 71px;
}

#intro #signup input.username, #intro #signup input.password, #intro #signup input.email, #content #signup input.username, #content #signup input.password, #content #signup input.email {
	position: absolute;
	width: 131px;
	height: 17px;
	padding: 1px 5px;
	font-family: trebuchet ms;
	font-size: 11px;
	border: none;
	background: transparent;
}

#intro #signup div.username, #intro #signup div.password, #intro #signup div.email, #content #signup div.username, #content #signup div.password, #content #signup div.email {
 	position: absolute;
	width: 141px;
	height: 19px;
	background: url(/images/intro-input.png) no-repeat;
}

#intro #signup div.username, #content #signup div.username {
	top: 27px;
	right: 0px;
}

#intro #signup div.password, #content #signup div.password {
	top: 49px;
	right: 0px;
}

#intro #signup div.email, #content #signup div.email {
	top: 71px;
	right: 0px;
}

#intro #signup .checkbox, #content #signup .checkbox {
	position: absolute;
	top: 102px;
	width: 11px;
	height: 11px;
	font-size: 1px;
	background: url(/images/checkbox3.gif) no-repeat left top;
}

#intro #signup .checkbox_checked, #content #signup .checkbox_checked {
	position: absolute;
	top: 102px;
	width: 11px;
	height: 11px;
	font-size: 1px;
	background: url(/images/checkbox3.gif) no-repeat left bottom;
}

#intro #signup .terms, #content #signup .terms {
	position: absolute;
	top: 101px;
	left: 11px;
	font-size: 9px;
	margin-left: 4px;
	font-family: arial;
}

#intro #signup .submit, #content #signup .submit {
	position: absolute;
	top: 99px;
	right: 1px;
	width: 55px;
	height: 19px;
}

#intro #how {
	position: absolute;
	margin: 15px 0px 0px 285px;
	width: 410px;
	height: 100px;
}

#intro #stats {
	position: absolute;
	margin: 15px 0px 0px 748px;
	width: 166px;
	height: 100px;
	line-height: 15px;
	color: #555;
}

#intro #stats .left {
	float: left;
}

#intro #stats .right {
	float: right;
}

#intro #statements .header {
	display: block;
	position: relative;
	width: 909px;
	height: 27px;
	margin: 0px 0px 20px -15px;
}

#intro #statements {
	width: 890px;
	margin: 60px 0px 0px 15px;
	font-family: arial;
}

#intro #statements div {
	float: left;
	width: 272px;
	line-height: 14px;
}

#intro #statements a img {
	float: left;
	width: 48px;
	height: 48px;
	margin: -1px 14px 0px 0px;
	padding: 0px 0px 15px 0px;
}

#intro #statements a {
	display: block;
	color: #999;
	text-decoration: none;
}

#intro #statements a:hover {
 color: #BBB;
}

#intro #statements a p {
	margin-bottom: 3px;
	font-weight: bold;
	font-family: trebuchet ms;
	color: #7E7E7E;
	text-decoration: none;
}

#intro #statements a:hover p {
	color: #AAA;
}

#intro #statements .two, #intro #statements .three {
	margin-left: 30px;
}

#news a.delete, #news a.next { text-decoration: none; }
#news a.delete:hover, #news a.next:hover { text-decoration: underline; }

/****************************************
 * Campaign setup frontpage             *
 ****************************************/

#content a.campaign {
   cursor: pointer;
   text-decoration: none;
   color: #777;
}

#content a.campaign:hover {
   background-color: #FFF6CE;
}
      
/****************************************
 * Campaign setup                       *
 ****************************************/

#content ul.campaign {
   list-style: none;
   padding: 0;
   margin: 0;
}

#content ul.campaign li { 
   position: relative;
	margin: 0;
   padding: 0;
	overflow: hidden;
}

#content ul.campaign li a {
   position: relative;
   display: block;
   text-decoration: none;
   cursor: pointer;
   height: 90px;
   padding: 10px;
   margin-bottom: 12px;
   overflow: hidden;
   background-color: #F7F7F7;
}

#content ul.campaign li a:hover {
   background-color: #FFF6CE;
}

#content ul.campaign li span.corner1, 
#content ul.campaign li span.corner2, 
#content ul.campaign li span.corner3,
#content ul.campaign li span.corner4 {
	position: absolute;
   display: block;
	z-index: 1;
	width: 10px;
	height: 10px;
	background: url("/images/corners-transparent-10px.png") no-repeat;
}

#content ul.campaign li span.corner1 {
	background-position: 0 0;
	top: 0px;
	left: 0px;
}

#content ul.campaign li span.corner2 {
	background-position: -10px 0;
	top: 0px;
	right: 0px;
}

#content ul.campaign li span.corner3 {
	background-position: 0 -10px;
	bottom: 0px;
	left: 0px;
}

#content ul.campaign li span.corner4 {
	background-position: -10px -10px;	
	bottom: 0px;
	right: 0px;
}

#content ul.campaign a img {
   position: absolute;
   height: 90px;
   width: 90px;
   background-color: #FFF;
}

#content ul.campaign a .frame {
   position: absolute;
   display: block;
   width: 96px;
   height: 96px;
   top: 7px;
   left: 7px;
   background: url('/images/frame90x90.png') top left no-repeat;
}

#content ul.campaign a .header {
   position: absolute;
   display: block;
   top: 8px;
   left: 114px;
   width: 100%;
   font-family: trebuchet ms;
   font-size: 15px;
   font-weight: bold;
   color: #333;
}

#content ul.campaign a .text {
   position: absolute;
   display: block;
   left: 114px;
   top: 27px;
   width: 550px;
   font-family: verdana;
   color: #555;
   overflow: hidden;
   height: 48px;
   line-height: 16px;
}

#content ul.campaign a .boxes {
   display: block;
   position: absolute;
   bottom: 10px;
   left: 113px;
}

#content .boxes ul {
   float: left;
   display: block;
   list-style: none;
   padding: 0 2px 0 0;
   margin: 0 8px 0 0;
   overflow: hidden;
   height: 18px;
   color: #FFF;
}

#content .boxes ul li {
   display: block;
   position: relative;
   padding: 2px 7px 5px 9px;
   font-size: 14px;
   font-weight: bold;
   line-height: 14px;
}

#content .boxes ul.point { background: url('/images/button-green-right.gif') top right no-repeat; }
#content .boxes ul.point li { background: url('/images/button-green-left.gif') top left no-repeat; }

#content .boxes ul.cost { background: url('/images/button-grey-right.gif') top right no-repeat; }
#content .boxes ul.cost li { background: url('/images/button-grey-left.gif') top left no-repeat; }

#content .boxes ul.free { background: url('/images/button-orange-right.gif') top right no-repeat; }
#content .boxes ul.free li { background: url('/images/button-orange-left.gif') top left no-repeat; }

#content .boxes ul.time { background: url('/images/button-blue-right.gif') top right no-repeat; }
#content .boxes ul.time li { background: url('/images/button-blue-left.gif') top left no-repeat; }
                      
#content .boxes .note { float: left; position: relative; top: 2px; left: -2px; font-size: 9px; color: #9DD110; }

/*#content ul.campaign_hover a .header {
	background-color: #FFF9DF;
}*/



#content p {
	color: #282828;
	margin: 0;
	padding: 0;
}

#content a {
	color: #282828;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content a.nounderline {
	text-decoration: none;
}

#content a.nounderline:hover {
	text-decoration: underline;
}

#content #shopMenu {
	float: left;
	width: 155px;
}

#content #shopMenu a, #content #pagination a {
 	text-decoration: none;
}

#content #shopMenu a:hover, #content #pagination a:hover {
 	text-decoration: underline;
}

#content #shopMenu a h2, #content #shop_product a h2, a h2 {
	text-decoration: none;
}

#content #links a {
	text-decoration: none;
}

#content #links a:hover {
	text-decoration: underline;
}

#right {
	float: right; 
	width: 234px;
	padding: 0px 1px 0px 0px;
	margin: 0px;
}

#right a {
	color: #787476;
}

#right .smalltext a {
	color: #989194;
}

#right a, #right .smalltext a:hover {
	text-decoration: none;
}

#right a:hover, #right .smalltext a {
	text-decoration: underline;
}


#footer {
	width: 970px;
	height: 20px;
}

#copyright {
	padding: 14px 24px 20px 24px;
}

#copyright .left a, #copyright .right a:hover {
	text-decoration: underline;
}

#copyright .left a:hover, #copyright .right a {
	text-decoration: none;
}

#copyright .right a {
	margin: 0 7px;
}

#copyright .left {
	float: left;
}

#copyright .right {
	float: right;
}

.clear {
	clear: both;
}



#content #products a {
	color: #787476;
	text-decoration: none;
}

#content #products a:hover {
	text-decoration: underline;
}



#content .list1 {
	background-color: #F8F8F8;
}

#content .list2 {
	background-color: #FFF;
}


div.module h3 {
	padding: 0 0 5px 0;
}

div.module {
	position: relative;
	z-index: 1;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	width: 215px;
	background: url(/images/box-br.gif) no-repeat bottom right;
   color: #666;
}

div.module div {
	padding: 0;
	background: url(/images/box-bl.gif) no-repeat bottom left;
}

div.module div div {
	position: relative;
	z-index: 2;
	padding: 0;
	background: url(/images/box-tr.gif) no-repeat top right;
}

div.module div div div {
	position: relative;
	z-index: 2;
	padding: 10px 15px 20px;
	background: url(/images/box-tl.gif) no-repeat top left;
}

div.module div div div div {
	margin: 0;
	padding: 0;
   background: none;
}
