/* Globals */
html,body{margin:0;padding:0}
body{
	font: 76% arial,sans-serif;
	text-align:left;
	background-color: #ccc;
}
a{
	padding:1px;
	text-decoration: none;
	color: #600;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

/* Primary Divs */
div#header {
	height: 35px;
	background-color: white;
	color:black;
	border-bottom: 2px solid #ccc;
}
div#wrapper {
	margin-top: 5px;
}
div#container{
	text-align:left;
}
div#content p{line-height:1.4}
div#navigation{background:#fff}
div#extra{background:#fff}
div#footer{
	background: #fff;
	color: #000;
	border-top: 2px solid #ccc;
}
div#footer p{margin:0;padding:5px 10px}
div#container{
	width:700px;
	margin:0 auto;
	height: auto;
}


div#bgwrap { background: #4b4b4b url(bg3.jpg); width: 800px; margin: 0 auto;}
div#content{
	float:right;
	width:495px;
}
div#navigation{float:left;width:200px}
div#extra{float:left;clear:left;width:200px;}
div#footer{clear:both;width:100%}

/* TABLES */ 
table {
	width:auto;
}
td {


}
th {
	text-align:left;
	border: 5px solid #fff
}
thead th {color:#fff; font-size:1.5em; background-color: #990 ; padding: 10px 6px}
tbody th {color:#fff; font-size:1.15em; background-color: #69f ; padding: 6px}
tbody th.sub {
	font-size: 10px;
	color:#fff;
	background-color: #336;
	padding: 6px
}

/* TEXT STYLES */
div#content a:link, div#content a:visited, div#mainpara a:link , div#mainpara a:visited  { padding:0; color:#600; text-decoration:none; border-bottom: 1px solid #69f; }
div#content a:hover, div#mainpara a:hover {background-color: #990; color:#fff; }
div#content h1, div#mainpara h1 { font-size: 2.5em; color:#600; margin-top: 0;  text-transform:uppercase; letter-spacing: 1px;}
div#content h2 { font-size: 2em; color: #69f; line-height: 1.3em; letter-spacing: -1px;}
div#mainpara h2 {
	font-size: 16px;
	color: #69f;
	line-height: 1.3em;
	letter-spacing: -1px;
}
div#content h3, div#mainpara h3  {
	font-size: 1.5em;
	color: #990;
}
div#content h4, div#mainpara h4 { font-size: 1.25em; color: #966;}
div#content h5, div#mainpara h5 {font-size: 1em; font-weight:bold;}
div#content h1,h2,h3,h4,h5 {padding:0 5px 0px;}
acronym {border-bottom: 1px dotted #966; cursor:help; } 
form,submit { padding:0; margin:0; } /* removes extraneous padding around the form */
code { border: 1px dotted #69f; background-color: #990; color:#fff; margin-left: 3ex;}
blockquote { border: 1px solid #69f; background-color: #990; color:#fff; margin: 3ex; font-style:italic;}

/* Horizontal Navigation Menu */
#header ul { margin:0; text-align: right; padding-top: 1.6em; padding-bottom:0;}
#header ul li { list-style-type:none; display:inline;}
#header ul li a:link, #header ul li a:visited { display:inline; padding-top: 3em; text-decoration:none; color:gray; border-left: 2px solid gray;}
#header ul li a:hover { border-bottom: 1px solid gray; background: #fff url(arrow2.gif) center center no-repeat;}
.skiplink a:link, .skiplink a:visited { visibility: hidden;}

/* Vertical Navigation Menu */
#navigation { margin-bottom: 15px; }
#navigation ul { list-style-type:none; margin:0; padding:0; }
#navigation ul li {line-height: 4px; border-bottom: 1px solid gray;}
#navigation ul li a:link,#navigation ul li a:visited { text-decoration:none; color:black; text-transform:uppercase; display:block; }
#navigation ul li a:hover { background: #fff url(arrow.gif) left center no-repeat; padding-left: 25px; font-weight:bold; }
#navigation p{margin:0 10px 10px}

#navigation a{
	color: #981793;
	padding:10px;
}


/* Logobox */
#logobox {
	background-color: white;
	width: 200px;
	border: 0;
	text-align:center;
	margin-top: 40px;
}
#logobox h1 { border-top: 1px solid #600; }
#logobox h1, #logobox h2 { background-color: #69f; color: white; margin: 5px; margin-bottom: 0; padding: 8px; font-size: 1.3em; text-transform: uppercase; border-right: 1px solid #600; border-left: 1px solid #600;}
#logobox h2 { margin-top: 0; margin-bottom: 5px; font-size: 1em; border-bottom: 1px solid #600;}

/* Main pic area above content */
div#mainpicbox {
	height: 213px;
	margin-left: 20px;
	padding: 10px;
	margin-bottom: 15px;
}


div#mainpic {
	height: 290px;
	background:green url(greendown.jpg) repeat-x scroll left top;
	color:white;
	width: 450px;
	margin-left: 20px;
}
div#mainpic h2 { color:#fff; font-size: 2.75em; margin-top:0; padding-top: 2em; padding-left: 20px; margin-bottom:0; }
div#mainpic h3 {
	color:#000000;
	font-size: 16px;
}
div#mainpic p, div#mainpic a:link, div#mainpic a:visited { display:inline; margin:0; color:#fff; margin-left: 10px;font-weight:bold; font-size: 1.2em; text-decoration:none; }
div#mainpic a:hover {color:#600; background-color:inherit; }

/* Extra section */
.stripnav {
	background: green url(greenhoriz.jpg) top left repeat;
	margin:0;
	padding: 6px;
	color:white;
	font-weight:bold;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
div#extra p {margin-left: 0;  }
div#extra img {
	float:left;
	padding: 3px;
	margin: 2px;
	margin-left:0px;
}
div#extra p a:link, div#extra p a:visited {
	padding:1;
	color: #600;
	font-weight:bold;
	padding-bottom: 1px;
	text-decoration: none;
}
div#extra p a:hover {text-decoration:underline;}

/* Photo Gallery Area */
div#gallery {
	border-top: 2px solid #ccc;
	padding-top: 15px;
}
div#gallery img {width: 50px; height: 50px; padding: 2px; border:1px solid #fcf;}
div#gallery ul { list-style-type:none; margin:0; padding:0;}
div#gallery ul li {display:inline;}
div#gallery ul li a:link, div#gallery ul li a:visited {display:inline; border-bottom:0;}
div#gallery ul li a:hover {background-color:inherit;}
/* Footer Area */
div#footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
	padding-top: 2px;
	text-align:center;
	font-size: 0.8em;
}
div#footer ul li { list-style-type:none; display:inline; border-left: 1px solid gray;}
div#footer  ul li a:link,#footer ul li a:visited { display:inline; text-decoration:none; color:black; text-transform:uppercase;}
div#footer ul li a:hover {text-decoration:underline;}
div#footer p {text-align:center; margin-top: 5px;}

/* Content Area */
div#content img {
	padding: 2px;
}
div#content p {
	padding-left: 5px;
}
/* Bonus Styles */
p.rightsidelink { text-align:right;}
.rightsidelink a:link, .rightsidelink a:visited { padding:0; color:#600; font-weight:bold; text-decoration:none;}
.rightsidelink a:hover {text-decoration:underline;}
.entrytext {
	margin-top: 0;
	font-weight:bold;
}
.bright { font-size: 1.5em; color:#600; text-transform:uppercase;}

div#contact {
	background-color: #69f;
	width: 330px;
}

div#contact2 {
	background-color: #69f;
	width: 150px;
	margin-left: 15px;
	padding-left: 5px;
	border: 1px solid;
	border-color: #000000;
	margin-top: 20px;
}

div#credit {
	background-color: #f5f5f5;
	width: 190px;
	padding-left: 5px;
	border: 1px solid;
	border-color: #CCCCCC;
	margin-top: 20px;
	font-weight:bold;
}

#comparison table {border: 2px solid #69f; border-collapse:collapse; width:90%; margin-left: 3ex; }
#comparison td {background-color: #fff; padding:3px; border: 1px solid #ccc; color:#000;}
#comparison th {text-align:left;border: 1px solid #fff}
#comparison thead th {
	color:#fff;
	font-size:1.4em;
	background-color: #990;
	padding: 10px 6px
}
#comparison tbody th {
	color:#fff;
	font-size:0.9em;
	background-color: #69f;
	padding: 6px
}
#comparison tbody th.sub {font-size: .90em; color:#fff; background-color: #336; padding: 6px}

#pricing table {border: 2px solid #69f; border-collapse:collapse; width:90%; margin-left: 3ex; }
#pricing td {
	background-color: #FFFFFF;
	padding:3px;
	border: 1px solid #ccc;
	color:#000;
}
#pricing th {
	text-align:left;
	border: 1px solid #fff
}
#pricing thead th {
	color:#fff;
	font-size:1.4em;
	background-color: #EA8C00;
	padding: 10px 6px
}
#pricing tbody th {
	color:#fff;
	font-size:0.9em;
	background-color: #999999;
	padding: 6px
}
#pricing tbody th.sub {
	font-size: 0.9em;
	color:#fff;
	background-color: #663333;
	padding: 6px
}

#circleframe {
	background: green url(greenhoriz.jpg) repeat scroll left top;
	width:160px;
}
#circleframe p {
	margin:0 0 0 0;
	text-align:center;
	color: #FFFFFF;
}
.rtop, .rbottom{display:block;background: #FFF}
.rtop *, .rbottom *{display: block; height: 1px;
overflow: hidden; background: green url(greenhoriz.jpg) repeat scroll left top}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px} 

.style13 {color: #666666}

#zibronlogo a{
	color: #fff;
}

#load_page p {
	text-align:center;
	color: #0099FF;
	font-size: 16px;
}

div#cbit a{
	padding:1px;
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}

