/* CSS Document */

	
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
/* nav */

#navbar {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	font-size:12px;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	background:url("images/repeat_menu.jpg") repeat-x;
	height:32px;
	width:100%;
	margin: 0px;
}
#navbar li {
	list-style:none;
	display:inline;
	padding:0px 0px 0px 0px;
}
#navbar a.one {
	font-size:12px;
	color:#6a6a6a;
	text-decoration:none;
	text-align:center;
	background:url("images/button_states.jpg") no-repeat;
	float:left;
	padding:4px 0px 0px;
	margin-left:0px;
	width:126px;
	height:28px;
}
#navbar a.one:hover { 
	font-size:12px;
	background-position:0 -32px;
	color:#fff;
}
#navbar a.one:active {
	font-size:12px;
	background-position:0 -32px;
	color:#d6d6d6;
}
#section-media #menu-media a,
#section-contact #menu-contact a, 
#section-ordernow #menu-ordernow a, 
#section-pricing #menu-pricing a, 
#section-getstarted #menu-getstarted a, 
#section-home #menu-home a, 
#navbar a.one:active 
{ 
	background-position:0 -64px;
	color:#000; 
}


/* contents */

#content
{
	background-color: #fff;
	overflow: hidden;
	height: 100%;
	width: 756px;
	padding: 0px 0px 0px 0px;
	border: solid 1px #fe7201;
	
}

#centercolumn
{
	height: 100%;
	width: 426px;
	padding: 20px 8px 8px 8px;
	background-color: #fff;
	margin: 0px;
}

#leftcolumn
{
	height: 100%;
	width: 170px;
	padding-left: 8px;
	padding-bottom: 8px;
	background-color: #efefef;
	margin: 0px;
	border-right: solid 1px #fe7201;
}

#rightcolumn
{
	height: 100%;
	width: 140px;
	padding-top: 8px;
	background-color: #fff;
	margin: 0px;
}

#bottom
{
	color:#ffffff;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	font-family:arial;
	height: 18px;
	width: 756px;
	background-color: #fe7201;
}

/* contents */

.pagetitle {
	color: #fe7201;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.subtitle {
	color: #fe7201;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 8px;
}
.copy {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	margin-left:8px;
	text-indent:0px;
	padding-bottom: 12px;
}
.copynopadding {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-indent:0px;
	padding-bottom: 0px;
}
.copyorangebold {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fe7201;
	font-weight: bold;
	margin-left:0px;
	text-indent:0px;
	padding-bottom: 0px;
}
.copylarge {
	font-size: 15px;
	font-family: times new roman, times, serif;
	color: #666666;
	font-weight: bold;
	font-style:italic;
	margin-left:8px;
	text-indent:0px;
}
.articles {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	margin-left:0px;
	text-indent:0px;
	padding-bottom: 12px;
}
.blackheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height:18px;
	color:#000000;
}
a:visited { 
	text-decoration: none; 
	color: #0f3cad; 
	font-family: Arial, Helvetica, sans-serif
}
a:link { 
	text-decoration: none; 
	color: #0f3cad; 
	font-family: Arial, Helvetica, sans-serif
}
a:hover { 
	color: #fe7201; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none
}
.side { 
	vertical-align: top;
	padding: 0px;
	text-align:left
}