html,body {
	width: auto;
	padding: 0;
	margin: 0;
}

body {
	background-color: #FFFFFF;
	font-family: "Tebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

/*
	Default Fonts
					*/
					
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS","Bitstream Vera Serif",Utopia,"Times New Roman",times,serif;
	padding: 10px 0;
	margin: 0;
}
h1 {
	color: #CC0000;
	font-size: 1.6em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	/*color: #484848;*/
	font-size: 1.1em;
/*	margin: 0 0 0 0;
	padding: 0 0 0 0;*/
}

a:visited {
}

a:active {
}

a:hover {
}


/*
	ID Elements
					*/

#page_container {
	width: 760px;
	/*height: 100%;*/
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/pagecontainer_bg.png);
	background-repeat: repeat-y;
}

#page {
	width: 750px;
	/*height: 100%;*/
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	border: solid 1px #000000;
	border-top: solid 3px #000000;
}

#header,
#header1 {
	width: 100%;
	background-image: url(/images/header_bg.png);
	background-repeat: repeat-x;
	float: left;
	clear: both;
	display: block;
}

#header {
	height: 130px;
}

#header1 {
	height: 100px;
}

#tabmenu {
	height: 30px;
	position: relative;
	float: right;
	padding: 0;
	top: 52px;
	margin: 0 5px 0 0;
}

/* Linux FF & Opera */
.linux #tabmenu {
	top: 56px;
}

/* IE6 */
* html #tabmenu {
	top: 49px;
}

/* IE7 */
html>body #tabmenu {
	*top: 56px;
}

#navmenu {
	width: 100%;
	height: 30px;
	float: left;
	background-color: #000000;
	background-image: url(/images/navmenu_bg.png);
	background-repeat: repeat-x;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	clear: left;
	display: block;
}

/* IE6 */
* html #navmenu {
	margin-top: -4px;
}

/* IE7 */
html>body #navmenu {
	margin-top: -5px;
	float: left;
	right: -9px;
}

#content {
	width: auto;
	height: auto;
	padding: 0 20px 10px 20px;
	clear: both;
}

#main {
	font-family: "Lucida Sans",arial,helvetica,sans-serif;
	width: 400px;
	margin: 0 0 0 0;
	padding: 10px;
	text-align: left;
}

#main1 {
	display: block;
	margin: 0;
	padding: 10px 30px;
	text-align: left;
}

#footer {
	width: 100%;
	height: 70px;
	padding-top: 5px;
	background-color: #d9d9d9;
	text-align: center;
}


/*
	Classes
				*/

#header .logo,
#header1 .logo {
	float: left;
	margin-left: 5px;
}

#header .right,
#header1 .right {
	width: 500px;
	height: 95px;
	float: right;
}

/* IE6 */
* html #header .right,
* html #header1 .right {
	position: relative;
	right: 0px;
}

#header .login,
#header1 .login {
	height: 20px;
	float: right;
	text-align: center;
	background-color: #000000;
	background-image: url(../images/login_corner.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0 15px;
	color: #CCCCCC;
}

#header .account,
#header1 .account {
	height: 20px;
	float: right;
	text-align: center;
	background-color: #000000;
	background-image: url(../images/login_corner.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0 15px;
	color: #CCCCCC;	
}

/* Linux FF & Opera
.linux #header .login {
	width: 225px;	
} */


/*
	Elements
				*/
#header h1,
#header1 h1 {
	display: none;
}

#header .logo img,
#header1 .logo img {
	border: none;
}

#header .login a, 
#header .account a,
#header1 .login a,
#header1 .account a {
	font-size: 10pt;
	color: #FFFFFF;
	margin-left: 1px;
}

#header .login a:hover, #header .login a:visited:hover,
#header .account a:hover, #header .account a:visited:hover,
#header1 .login a:hover, #header1 .login a:visited:hover,
#header1 .account a:hover, #header1 .account a:visited:hover  {
	text-decoration: none;
}


/* NEW TABMENU */

#menu {
	float: right;
	position: relative;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	top: 45px;
}

/* IE6 */
* html body #menu {
	top: 49px;
}

/* IE7 */
html>body #menu {
	*top: 48px;
}

#menu ul {
	float: right;
	margin: 0 5px 0 0;
}

/* IE 6 */
* html body #menu ul {
	margin: 0 2px 0 0;
}

#menu ul li {
	float: left;
	margin: 0 2px 0 0;
	background-color: #CC0000;
	background-image: url(/images/tabmenu_outer_bg.png);
	background-repeat: repeat-x;
	border: solid 1px #000000;
	border-bottom: none;
	list-style: none;
	padding: 2px;
	height: 25px;
	line-height: 25px;
}

#menu ul li a {
	color: #FFFFFF;
	background-color: #CC0000;
	text-decoration: none;
	background-image: url(/images/tabmenu_inner_bg.png);
	background-repeat: repeat-x;
	line-height: 25px;
	padding: 5px;
}

#menu ul li a:hover {
	background-color: #CC0000;
	background-image: url(/images/tabmenu_inner_over.png);
	background-repeat: repeat-x;
	line-height: 25px;
	padding: 5px;
}

/* IE6 */
* html body #menu ul li a,
* html body #menu ul li a:hover {
	*padding: 6px;
}

/* IE7 */
html>body #menu ul li a,
html>body #menu ul li a:hover {
	*padding: 6px 5px;
}

#tabmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	float: right;
}

/* IE6 */
* html #tabmenu ul {
	margin-top: 4px;
}

/* IE7 */
html>body #tabmenu ul {
	*margin-top: 22px;
	*padding: 1px;
}

#tabmenu ul li {
	width: auto;
	height: 30px;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 6px;
	padding-bottom: 5px;
	margin-right: 2px;
	background-image: url(/images/tabmenu_outer_bg.png);
	background-repeat: repeat-x;
	border: solid 1px #000000;
	border-bottom: none;
}

/* IE6 */
* html #tabmenu ul li {
	padding-top: 0px;
	padding-bottom: 6px;
	padding-right: 0;
}

/* IE7 */
html>body #tabmenu ul li {
	*padding-top: 5px;
	*padding-bottom: 0;
	*background-position: bottom;
}

#tabmenu ul li a {
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
	background-image: url(/images/tabmenu_inner_bg.png);
	background-repeat: repeat-x;
	letter-spacing: normal;
}

/* Linux FF & Opera */
.linux #tabmenu ul li a {
	padding-top: 4px;
}

/* IE6 */
* html #tabmenu ul li a {
	position: relative;
	top: 2px;
	padding-top: 3px;
	margin-right: 2px;
}

/* IE7 */
html>body #tabmenu ul li a {
	*position: relative;
	*top: -3px;
	*padding: 3px;
	*padding-left: 5px;
	*padding-right: 5px;
}

#tabmenu ul li a:hover, #navmenu ul li a:visited:hover {
	background-image: url(/images/tabmenu_inner_over.png);
}

#navmenu ul {
	margin: 0;
	margin-top: 6px;
	padding: 0;
	list-style: none;
}

#navmenu ul li {
	display: inline;
}

#navmenu ul li a {
	position: relative;
	color: #FFFFFF;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	border-right: solid 1px #727272;
	letter-spacing: normal;
}

#navmenu ul li a:hover, #navmenu ul li a:visited:hover {
	background-color: #303030;
	background-image: url(/images/navmenu_over.png);
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	display: inline;
}

#footer a, #footer p , #footer {
	font-size: 8pt;
	color: #666666;
}

#footer ul li a:hover, #footer ul li a:visited:hover {
}

.johnsonbox {
  background-color: #FFFFDD;
  width: 85%;
  margin: 0px auto 20px auto;
  padding: 10px;
  border: 1px solid #dddddd;
  text-align: left;
  clear: both;
}

.johnsonboxcenter {
  background-color: #FFFFDD;
  margin: 0 0 0 50px;
  width: 75%;
  border: 1px solid #dddddd;
  text-align: center;
  font: 11px trebuchet ms, verdana, arial, helvetica;
  color: #000;
}

.johnsonbox2 {
  background-color: #FFFFDD;
  width: 85%;
  margin: 0px 14px 20px 14px;
  padding: 10px;
  border: 2px dashed #000000;
  text-align: left;
}

.johnsonbox3 {
  background-color: #FFFFDD;
  width: 85%;
  margin: 10px auto;
  padding: 10px;
  border: 2px dashed #000000;
  text-align: left;
}

.testimonial1 {
  background-color: #FFFFEE;
  width: 85%;
  margin: 10px auto;
  padding: 10px;
  border: 2px solid #CCCCCC;
  text-align: left;
}

ul.steps li {
	list-style-type: none;
}

.red {
	color: #FF0000;
}

ul.bullets {
	margin: 10px;
	padding: 0;
}

ul.bullets li {
	background-image: url(/images/bullets/bullet-1.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0 10px 10px 30px;
}

.content {
	line-height:1.2em;
}


.promobox1 {
  background-color: #FFFFDD;
  margin: 0px 14px 20px 14px;
  padding: 10px;
  border: 2px solid #dddddd;
  text-align: left;
}
.promobox2 {
  background-color: #EEEEEE;
  margin: 0px 14px 20px 14px;
  padding: 10px;
  border: 2px solid #dddddd;
  text-align: left;
}
.promobox3 {
  border: 1px solid #000000;
  text-align: left;
  padding: 10px;
}
.promobox3 .yaro {
	padding: 4px;
	border: 1px solid #000000;
	margin: 4px;
}

.testimonial {
	margin: 20px;
	padding: 20px;
	border: 2px solid #DD0000;
	background-color: #FFFFCC;
}

/* New Styles July 2007 */

ul .bullets_tick {
	margin: 10px 0;
}

.bullets_tick li {
	list-style: none;
	background-image: url(/images/bullets/dotpoint1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 35px;
	margin: 0 20px;
}

.problogger {
	border: 5px solid #000000;
}

.breadcrumb {
	background-color: #EEEEEE;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 10px;
	display: block;
	padding: 5px;
}

.tbdat ul { padding: 0 0 20px 25px; margin: 0; }

/* Right Column */

#rightcol {
	float: right;
	margin: 0;
	padding: 10px;
	width: 200px;
}

#rightcol .box {
	background-color: #CCCCCC;
	padding: 10px;
	border: 2px solid #000000;
}

.testimonial .right {
	float: right;
}

.mainbox {
	display: block;
	width: 490px;
	padding: 0 10px;
}

.smallbox {
	display: block;
	width: 165px;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
}

.gray {
	background-color: #EEEEEE;
}

.left {
	float: left;
}

.right {
	float: right;
}

.both {
	clear: both;
}