body, div, p, img, h1,h2,h3,h4,h5, a, p {
	margin:0px;
	padding: 0px;
	font-family: Georgia, serif;
	font-weight: 100;
	text-transform: normal;
	color:#333;
	
	
	
}

h1 {
	padding:0px;
	margin:0px;
	padding-top:20px;
	font-weight:lighter;
	font-size: 30px;	
	font-weight: lighter;
}

h2 {
	padding:0px;
	margin:0px;
	padding-top:20px;
	font-weight:lighter;
	font-size: 26px;
}

h3 {
	padding:0px;
	margin:0px;
	padding-top:20px;
	font-weight:lighter;
	font-size: 22px;
}

h4 {
	padding:0px;
	margin:0px;
	padding-top:20px;
	font-weight:lighter;
	font-size: 16px;
}

h5,h6 {
	padding:0px;
	margin:0px;
	padding-top:20px;
	font-size: 12px;
	font-weight:lighter;
}

p {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
}

a {
	text-decoration: none;
}

img {
	border: 0px;
}
/*** Structure ***/
.container {
	margin-left: 10px;
	margin-right: 10px;
	width:100%;
}

.header {

	width: 1024px;
	height: 163px;
}

.sub-header {	
	background-image: url(/images/sub-header.jpg);
	background-repeat: no-repeat;	
	height: 24px;
	width: 1024px;
	text-align:center;
	color: #4d4d4d;
	font-family: Verdana;
	font-size: 12px;	
}

.header-cap {
	background-image: url(/images/header-cap.jpg);
	background-repeat: no-repeat;	
	height: 36px;
	width: 1024px;
}

.content-cap {
	background-image: url(/images/background-repeat.jpg);
	background-repeat: no-repeat;	
	background-repeat: repeat-y;	
	width: 1024px;
	float: left;
}

.footer-cap {
	background-image: url(/images/footer-cap.jpg);
	background-repeat: no-repeat;	
	height: 53px;
	width: 1024px;
	clear:both;
}



/*** Navigtion ***/

.navigation {
	padding-left:50px;
	width:320px;
	float:left;
	position: relative;
}

.navigation a {
	display:block;
	width: 319px;
	height: 60px;
	background-image: url(/images/link.jpg);
	background-repeat: no-repeat;
	padding: 25px;
	padding-bottom: 0px;
	padding-top:10px;
	color: black;
	font-family: Verdana;
	font-size: 20px;
}

.navigation a:hover {
	display:block;
	width: 319px;
	height: 60px;
	background-image: url(/images/hover-button.jpg);
	background-repeat: no-repeat;	
	padding: 25px;	
	padding-bottom: 0px;
	padding-top:10px;
	color: black;
	font-family: Verdana;
	font-size: 20px;
}

.navigation a.highlight {
	display:block;
	width: 319px;
	height: 60px;
	background-image: url(/images/hover.jpg);
	background-repeat: no-repeat;	
	padding: 25px;	
	padding-bottom: 0px;
	padding-top:10px;
	color: black;
	font-family: Verdana;
	font-size: 20px;
}


.navigation a.order-now {
	display:block;
	width: 319px;
	height: 60px;
	background-image: url(/images/order-now.jpg);
	background-repeat: no-repeat;
	padding: 25px;
	padding-bottom: 0px;
	padding-top:10px;
	color: black;
	font-family: Verdana;
	font-size: 20px;
	color:white;
}



.navigation a.order-wow {
	display:block;
	width: 319px;
	height: 60px;
	background-image: url(/images/order-wow.jpg);
	background-repeat: no-repeat;	
	padding: 25px;	
	padding-bottom: 0px;
	padding-top:10px;
	color: black;
	font-family: Verdana;
	font-size: 20px;
	color: white;
}


.navigation img {
	float:right;
	margin-right:50px;
	margin-top:-58px;
}

.navigation p {
	font-size: 10px;
}

/*** Content ***/
.main-content {
	padding-left:0px;
	width:580px;
	float:left;
}

/*** Extras ***/
img
 { 
	behavior: url(/css/iepngfix.htc) 
	}

	pre.code{ 
	font-family:Monaco;
	font-size:9px;
	padding:2px;
	border: 2px dashed #AA0000;
	background-color:#FFFFFF;
	margin: 1px;
	overflow:auto;
	}


	pre.livecode{ 
	font-family:Monaco;
	font-size:9px;
	padding:2px;
	border: 2px dashed #EE0000;
	background-color:#FFFFFF;
	margin: 1px;
	overflow:auto;
	}
	
/** **/
#plans {
}
#plans table {
width:100%;
}
#plans th {
background:#333333 none repeat scroll 0%;
border-bottom:1px solid #CCCCCC;
color:#FFFFFF;
padding:5px;
text-align:left;
}
#plans td {
border-bottom:1px solid #CCCCCC;
font-family:verdana,"Lucida Grande",arial,helvetica,sans-serif;
padding:5px;
text-align:left;
}
#plans td a {
background-color:#FFFFCC;
}
#plans tr {
}

.trigger {
padding:2px;
}
input, textarea {
background-color:#FFFFFF;
border:1px solid #CC0000;
color:black;
font-family:arial,verdana,ms sans serif;
font-size:18px;
font-weight:bold;
margin:1px;
padding:1px;
}
.smallinput {
background-color:#FFFFFF;
border:1px solid #CC0000;
color:black;
font-family:arial,verdana,ms sans serif;
font-size:8pt;
font-weight:bold;
margin:1px;
padding:1px;
}

.subhead {
font-size:11pt;
font-weight:bold;
}
.smallc {
font-size:11pt;
}
.smallred {
color:#CC0000;
font-size:10pt;
font-weight:bold;
}
.largered {
color:#CC0000;
font-size:15pt;
font-weight:bold;
} 
.tinyc {
font-size:13px;
font-family:Verdana,Arial,sans-serif;
font-weight:normal;
}
.normalc {
font-size:9pt;
}.node {
font-family:Verdana,sans-serif;
font-size:10pt;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
}.text {
color:black;
font-family:Verdana,sans-serif;
font-size:8pt;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
.bittyc {
padding:1px;
margin:1px;
display:inline;
font-weight:normal;
color:black;
font-family:Verdana,sans-serif;
font-size:11px;

}.trigger {
background-color:#FFFFFF;
cursor:pointer;
font-family:Verdana,sans-serif;
font-size:14pt;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin:1px 8px 1px 0px;
padding:0px;
}
.label {
color:black;
font-family:Verdana,sans-serif;
font-size:9pt;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
}