/*  
Theme Name: Pixeled
Theme URI: http://samk.ca/freebies/free-wordpress-theme-pixeled/
Description: Dark WP theme with 2-3 column layout, dropdown categories menu, multiple widget-ready placement and feedburner email form integrated, easy to customize. Created by <a href="http://samk.ca/">samk</a>. Enjoy!
Author: sam
Author URI: http://samk.ca/
Version: 1.8
Tags: black, blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }
h1 {
	margin-bottom: 10px;
	margin-top: 7px;
	color: #FFCC33;
	font-size: 21px;
}
h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana;
	text-align: left;
  }
hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: justify;
	margin-top: 0px;
	padding-top: 0px;
  }

a {
  color: #CC9900;
  text-decoration: none;
  }

a:hover {
	color: #333300;
	text-decoration: underline;
  }

a img {
  border: none;  
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  background: #000 url(images/bgbody.jpg) top center no-repeat;
  }


/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 960px;
  text-align: left;
  padding: 0;
  background: #000 url(images/bgbody.jpg) top center no-repeat;
  }

#header {
  padding: 0;
  margin: 0;
  height: 80px;
  }

#header #topright {
  text-align: right;
  float: right;
  width: 125px;
  margin: 5px 0 0 0;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
	color: #fff;
	font-size: 12px;
	padding: 0 0 0 25px;
	vertical-align: bottom;
  }
#header #topright li a:hover {
	color: #CC9900;
	text-decoration: none;
  }
#header #topright a {
  color: #fff;
  font-size: 12px;
  padding: 0 0 0 25px;
  }
#header #topright a:hover {
	color: #CC9900;
	text-decoration: none;
  }
#header #logo {
	float: left;
	width: 600px;
	height: 71px;
	vertical-align: text-bottom;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 140px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#header #logo img {
	float: left;
	margin-top: 7px;
	margin-right: 13px;
	visibility: hidden;
}
#header #logo span#company-name {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #FFFFFF;
	text-align: left;
	float: left;
	margin-top: 13px;
}
#header h1 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #000000;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffd51d;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	float: right;
	margin: 0;
  }
#header span {
	padding: 0;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 11px;
  }


/* Menu */

#catnav {
  margin: 20px 0 0 0;
  padding: 0;
  clear: both;
  height: 40px;
  width: 960px;
  }

#nav {
	list-style: none;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
  }
	
#nav ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 7;
	width: 650px;
	text-align: left;
  }

#nav li {
	margin: 0px;
	width: auto;
	float: left;
  }

#nav li.page_item a {
	display: block;
	line-height: 44px;
	margin: 0;
	font-size: 13px;
	color: #fff;
	letter-spacing: normal;
	font-family: "Trebuchet MS", "Copperplate Gothic Bold", "Copperplate Gothic Light";
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffd31e;
	height: 43px;
	padding-right: 14px;
	padding-left: 14px;
	font-weight: bold;
	text-transform: uppercase;
  }



#nav li a:hover, #nav li.current_page_item a {
	color: #000000;
	text-decoration: none;
	display: block;
	background-color: #ffd11c;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }
#nav li.home {
	display: block;
	height: 34px;
	width: 34px;
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	margin-left: 13px;
	margin-bottom: -7px;
	margin-top: 5px;
	margin-right: 13px;
}
#nav li.home a {
	display: block;
	height: 34px;
	width: 34px;	
}
#nav li.home a:hover {
	background-image: url(images/home_hover.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;

}
#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;
  }



/* Top Content */

#main {
	clear: both;
	width: 930px;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
  }
#contentwrapper {
  float:left;
  width: 560px;
  margin: 0px;
  padding: 0;
  }
#contentwrapper-services {
  float:left;
  width: 464px;
  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper2 {
  float:left;
  width: 900px;  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
	font-size: 20pt;
	letter-spacing: -1px;
	color: #fff;
	font-weight: bold;
	background: url(images/bg-trans.png) repeat;
	padding: 5px;
	border: 1px solid #000000;
	text-transform: uppercase;
	font-family: Helvetica;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 35px;
	margin-left: 0;
}
  
.pageTitle img {
	margin-bottom: -5px;  	
}
  
.topPost {
  margin: 0;
  padding: 0;
  font-size: 9pt;
  }
.topContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFD11C;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.topPost h2.topTitle {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.topPost h2.topTitle a {
	font-size: 15pt;
	font-weight: normal;
	color: #ffd51d;
	letter-spacing: -2px;
	padding: 0px;
	margin: 0px;
  }
.topPost h2.topTitle a:hover {
	text-decoration: none;
	color: #CC9900;
  }
.topPost p.topMeta {
	padding: 0;
	margin: 0px;
	font-size: 12px;
	color: #cdcdcd;
  }
.topPost p.topMeta a {
  text-decoration: underline;
  color: #fff;
  }
.topPost p.topMeta a:hover {
  color: #ccc;
  }
.topPost div.topContent {
	font-size: 9pt;
	color: #efefef;
	background-image: url(images/bg-trans.png);
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	border: 1px solid #333300;
  }
  

.topPost div.topContent a {
	text-decoration: underline;
	color: #FFFF00;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #ff9933;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #eee;
  }
span.topMore, span.topTags {
	visibility: hidden;	
}
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 9pt;
  font-style: italic;
  background: url(images/bg-trans.png) repeat;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  color: #fff;
  border: 1px solid #111;
  }
.topPost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #040404;
  }
.topPost span.topComments a {
  color: #fff;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #fff;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #fff;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #fff;
  text-decoration: underline;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #83adc8;
  text-transform: lowercase;
  text-decoration: underline;
  }
#nextprevious a:hover {
  color: #fff;
  }


/* Comments */

#comment {
  margin-bottom: 10px;
  margin-top: 15px;
  background: #040404;
  width: 530px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  border: 1px solid #090909;
  padding: 0px 15px 10px 15px;
  color: #fff;
  }
#comment h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #ffd51d;
  margin: 0px;
  padding: 0;
  }
#comment p a {
  color: #CC9900;
  }
#comment p a:hover {
  color: #fff;
  }
#comment p {
  padding:0;
  margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 9pt;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  background: #080808;
  border: 1px solid #040404;
  list-style-type: none;
  }
.commentlist li.alt {
  background: #000;
  border: 1px solid #020202;
  border: none;
  margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  color: #eee;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #ddd;
  }
.commentlist small.commentmetadata a {
  color: #666;
  }
.commentlist p {
  color: #dedede;
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  width: 450px;
  background: #fff;
  color: #111;
  padding: 10px;
  }
#comment #submit {
  margin: 0;
  }



/* Welcome section */

#main #welcome {
	background: url(images/bg-trans.png) repeat;
	border: 1px solid #333300;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding: 8px 15px;
  }
#main #welcome p {
  font-size: 9pt;
  color: #eee;  
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #CC9900;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  background: #010101;
  color: #fff;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #050505;
  }


/* Sidebars */
#sidebars {
	float: right;
	width: 340px;
	color: #eee;
	margin: 0px;
  }
#sidebars .sidebarbox {
	background: url(images/bg-trans.png) repeat;
	padding: 8px 15px;
	border: 1px solid #333300;
  }
#sidebars .sidebarbox #portfolio {
	width: 310px;	
}
#sidebars .sidebarbox #portfolio td {
	width: 104px;
	text-align: center;
}
#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 160px;
  }

#sidebar_right {
  float: right;
  width: 160px;
  }

#sidebars h2 {
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: normal;
  font-size: 11pt;
  color: #ffd51d;
  letter-spacing: -1px;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
	margin-bottom: 26px;
	list-style: none;
	font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  color: #eee;
  background: url(images/bullet.gif) left 8px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
	display: inline;
	color: #FFFF00;
	text-decoration: underline;
  }
#sidebars a:hover {
  color: #CC9900;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #eee;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* Before footer */

#morefoot {
	padding: 15px;
	color: #dfdfdf;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffd51d;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #000000;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 9pt;
  }
#morefoot a {
	text-decoration: underline;
	color: #FFFF00;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #CC9900;
  }
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #ffd51d;
  letter-spacing: -1px;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 309px;
  }
#morefoot .col2 {
	margin: 0;
  }
#morefoot .col3 {
  float: right;
  width: 309px;
  }
#morefoot .col2 {
	width: 309px;
	float: right;
}
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/
#footer {
	clear: both;
	background: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999900;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
  }
#footer p {
  font-size: 9pt;
  color: #bbb;
  padding: 0;
  }
#footer a {
	color: #FFFF00;
	text-decoration: underline;
  }
#footer a:hover {
	color: #CC9900;
  }
#footerleft {
  float: left;
  width: 600px;
  }
#footerright {
  float: right;
  width: 200px;
  text-align: right;
  }



/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
	float: left;
	margin-top: 5px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 0;
  }
img.alignright {
	float: right;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 13px;
  }
img.aligncenter {
	text-align: center;
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }
table.services {
	width: 100%;
	height: auto;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 32px;
	margin-left: 0px;
}
table.services td {
	vertical-align: top;	
}
table.services th {
	background-color: #000000;
	color: #ffd51d;
	margin-bottom: 7px;
}
#gb_form_div {
	background-position: top;
	margin: 0px;
	padding: 0px;
}
h3.portfolio_header {
	color:#FFD51D;
	font-size:15pt;
	font-weight:normal;
	letter-spacing:-2px;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	width: 450px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}


div#sidebar2-web h3 {
	color:#FFD51D;
	font-size:15pt;
	font-weight:normal;
	letter-spacing:-2px;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	width: 100%;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	border-bottom:1px solid #333300;
}

div#sidebar2 {
	float: right;
	width: 436px;
	font-size: 9pt;
	color: #efefef;
	background-image: url(images/bg-trans.png);
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	border: 1px solid #333300;
	height: 782px;
	overflow: auto;
}

div#sidebar2 li {
	width: 420px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333300;
	margin-top: 0px;
	margin-bottom: 7px;
	text-decoration: none;
	list-style-type: none;
}

div#sidebar2-web ul#featured-websites {
	height: 370px;
	overflow: auto;
}

ul#featured-websites li {
	width: 413px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333300;
	margin-top: 0px;
	margin-bottom: 7px;
	text-decoration: none;
	list-style-type: none;
}


div#sidebar2 li:hover, ul#featured-websites li:hover {
	background-color: #222222;
}

div#sidebar2 img, ul#featured-websites li img {
	float: left;
	border: 1px solid #333300;
	padding: 7px;
	margin: 7px;
}
div#sidebar2 p {
	font-size: 11px;
	text-align: left;
}
div#sidebar2 a:hover {
	color: #FFFF99;
}
div#sidebar2 h4 {
	color: #FFFFCC;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


div#sidebar2-web ul#featured-websites h4 {
	color: #FFFFCC;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#packages {
	width: 929px;
}

ul#packages li {
	display: inline-table;
	float: left;
	color: #000000;
	font-size: 10px;
	width: 212px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin-right: 2px;
	margin-left: 2px;
	height: 300px;
	background-image: url(images/packages-bg.jpg);
	background-repeat: no-repeat;
}

ul#packages li li {
	height: auto;
	background-image: url(images/bullet-packages.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 15px;
	margin-bottom: 7px;

}
ul#packages li.contact {
	background-image: none;
	text-indent: 0px;
	text-align: center;
	color: #000000;
	height: auto;
}

ul#packages li.contact a {
	color: #000000;
	display: block;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
ul#packages h4 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #006600;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999900;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}


ul#packages li#online-flyer li.contact {
	margin-top: 134px;
	margin-bottom: 0px;
}

ul#packages li#micro-site li.contact {
	margin-top: 98px;
	margin-bottom: 0px;
}
ul#packages li#full-website li.contact {
	margin-top: 97px;
	margin-bottom: 0px;
}

ul#packages li#professional li.contact {
	margin-top: 34px;
	margin-bottom: 0px;
}

div#faq {
	width: 929px;
	font-size: 9pt;
	color: #efefef;
	background-image: url(images/bg-trans.png);
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	border: 1px solid #333300;
	float: left;
	height: 500px;
	overflow: auto;
}
h3.faq, h3#packages {
	color:#FFD51D;
	font-size:15pt;
	font-weight:normal;
	letter-spacing:-2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	text-align: left;
	width: 929px;
	float: left;
}
div#faq h4 {
	color: #FFFF99;
	font-size: 14px;
}
div#faq li {
	margin-left: 13px;	
}
div.middle {
	height: 20px;
	width: 544px;	
}
span.new-item {
	font-weight: bolder;
	color: #FFFF00;
	background-color: #FF0000;
}
div#disclaimer {
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 3px;
	border: 1px solid #FFCCFF;
	clear: both;
	margin-top: 24px;
	text-align: center;
	margin-bottom: -17px;
}

div#news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image:url("images/bg-trans.png");
	border:1px solid #333300;
	padding: 7px;
	height: 340px;
	overflow: auto;
	margin-bottom: 20px;
}

div#news img {
	float: right;
	margin-top: 13px;
	margin-right: 13px;
	margin-bottom: 13px;
}

div#news dl {
	margin-bottom: 13px;
}
div#news dt a {
	color: #FFFFCC;
}

div#recent {
	margin-bottom: 13px;
}



div#recent li  {
	display: inline-table;
	width: 288px;
	height: 257px;
	border:1px solid #333300;
	padding: 5px;
	margin-right: 5px;
}

div#recent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: left;
}

div#recent a {
	text-align: left;
}

div#recent img {
	width: 80px;
	height: 80px;
	margin-top: 0px;
}
div#recent h2, h2#news, h2#weather {
	color:#FFCC33;
	font-size:18px;
	margin-bottom:7px;
	padding: 0px;
	margin-top: 0px;
}

div.weather_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border:1px solid #333300;
	padding: 5px;
	margin-bottom: 13px;
}

div.weather_info p {
	display: inline-table;
	width: 25%;
}

div.weather_info p.weather_info {
	visibility: hidden;
	height: 1px;
	width: 1px;
	display: block;
}

div.weather_info p img {
	width: 80px;
}