body {
    background: #d8edf2 url(/img/ui/bgs/wrapper-top.png) no-repeat top center;
    padding-top: 20px
}

.page-wrapper {
    width: 990px;
    margin: 0 auto;
    background: url(/img/ui/bgs/wrapper-bg.png) repeat-y;
}

/*
 * Utilities
 */
.display-image {
    display: block;
    float: right;
    background: url(/img/ui/bgs/display-image-border-right.png) no-repeat top right;
    padding: 12px 16px 10px 10px;
    margin: 0 5px 5px 0px;
}

.display-image.alt {
    display: block;
    float: left;
    background: url(/img/ui/bgs/display-image-border.gif) no-repeat top left;
    padding: 12px 10px 10px 16px;
    margin: 0 0 5px 5px;
}

.display-image.bare {
    background: 0;
}

.caption {
	display:block;
	text-align:center;
	font-size:12px;
}

/*
 * Header
 */
.main-logo {
	float:left;
}

#header-contact {
    float: right;
    margin: 0;
    list-style-type: none;
}

#header-contact li {
    margin-top: 15px;
    line-height: 48px;
    padding-left: 55px;
}

#header-contact .phone {
    background: url(/img/ui/icons/48x48/Phone.png) no-repeat left;
}

#header-contact .email {
    background: url(/img/ui/icons/48x48/Email.png) no-repeat left;
}

/*
 * Navigation
 */
#mainNav {
	clear:both;
    margin-top: 15px;
    background: #1f2f8c url(/img/ui/bgs/nav-bg.png) repeat-x top;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#mainNav ul {
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 0;
    margin-top: 0;
    /* cancels gap caused by top padding in Opera 7.54 */
    margin-left: 0;
    color: #d8edf2;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    /* fixes Firefox 0.9.3 */
}

#mainNav ul li {
    display: inline;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
    /* matches link padding except for left and right */
    padding-top: 5px;
}

#mainNav ul li a {
    padding: 5px 10px;
    color: #d8edf2;
    text-decoration: none;
    border-left: 1px solid #d8edf2;
    font-weight: bold;
}

#mainNav ul li:first-child a {
    border: 0;
}

#mainNav ul li a:hover {
    background: #05c7f2 url(/img/ui/bgs/nav-bg-active.png) repeat-x bottom;
    color: #fff;
}

#mainNav #active {
    border-left: 1px solid #fff;
}

/*
 * Footer
 */
.footer {
	padding-top:10px;
	background:#3e498c;
	margin:0 10px;
	
}

.footer p, .footer ul {
	margin:0;
	color:#d8edf2;
	text-align:center;
}

.footer ul li {
	list-style-type:none;
	display:inline;
	padding:3px 5px;
}

.footer a {
	color:#d8edf2;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}
/*
 * Modules
 */
.module {
    clear: both;
    margin-bottom: 20px;
}

/*
 * Contact Module
 */
.module.contact {
}

.module.contact h2 {
    padding-top: 10px;
}

/*
 * FAQ Module
 */
.module.faqs > ul {
	margin:0;
}

.module.faqs > ul > li {
    background: #05aff2 url(/img/ui/icons/48x48/Question.png) no-repeat 5px 5px;
    border: 1px solid #ccc;
    padding: 10px 10px 10px 63px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	list-style-type:none;
	margin-bottom:5px;
}

.module.faqs p, .module.faqs li {
    color: #fff;
}

.question {
    font-size: 1.4em;
    font-weight: bold;
}

/*
 * Client Comments
 */
.comments {
    background: #d8edf2 url(/images/icons/testimonial-icon.png) no-repeat 98% 10%;
    border: 1px solid #ccc;
    padding: 10px 100px 10px 10px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.comments h2 {
    padding-bottom: 0;
    margin-left: 1.0em;
}

.comments blockquote span {
    margin-top: 5px;
    font-style: italic;
    display: block;
}

/*
 * Recent Module 
 */
.module.recent {
	background: #d8edf2;
	border: 1px solid #ccc;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.module.recent h2 {
}

/*
 * Product Listings
 */
.product {
    margin-bottom: 10px;
}

.product ul {
    margin: 0;
    list-style-type: none;
    border: 1px solid #05c7f2;
    padding: 15px;
}

.product .title {
    padding: 5px 10px;
    background: #05c7f2;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
    color: #fff;
	min-height:48px;
}

.product .example a {
    float: right;
    border: 1px solid #eee;
    padding: 3px;
    text-decoration: none;
    margin-left: 60px;
}

.product .example a img {
    display: block;
    margin-bottom: 3px;
}

.product a span {
    text-align: center;
    line-height: 16px;
    background: url(/img/ui/icons/16x16/fullsize.png) no-repeat left;
    padding-left: 18px;
}

.product .description a {
    margin-left: 3px;
}

/*
 * Twitter Updates
 */
#twitter_updates {
    position: relative;
    background: #05c7f2;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    padding: 100px 10px 10px 10px;
}

#twitter-logo {
    left: 10px;
    position: absolute;
    top: 25px;
    z-index: 50;
}

#twitter-bird {
    position: absolute;
    top: -33px;
    right: -30px;
    z-index: 45;
}

#twitter_update_list {
    list-style-type: none;
    margin: 0;
}

#twitter_update_list li {
    background: #fff;
    border-top: 1px solid #ccc;
    padding: 10px;
    margin-top: 10px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#twitter_update_list li:first-child {
    margin: 0;
}

#follow {
	text-align:center;
	margin:0;
	padding:10px 0;
}

#follow a {
	font-weight:bold;
	color:#fff;
}

.icon {
	border:0;
	vertical-align:middle;
}

