@import url("widget.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1em;
	font-size:13px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#636363;
	background:#ffffff url(/images/bg-main.gif) repeat-x bottom;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* typography ********************************************************** */
a, a:visited {
	color: #0689b9;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	color: #0689b9;
	text-decoration:underline;
}
img {
	border:0px;
}
img.img2 {
	padding:0 9px 9px 0;
	float:left;
	background:none;
	border:none;
}
input.buttonf {border:1px solid #fff; font-size: 85%; background:#fff repeat-x top left; padding-left:0.5em; margin-bottom:0.6em;}

input.rounded {
border: 0;
background: url(/images/input1.png) top left no-repeat;
width: 114px;
height: 18px;
padding: 0px 5px;
font-size: 75%;
color: #000;
}
input.rounded2 {
border: 0;
background: url(/images/input2.png) top left no-repeat;
width: 145px;
height: 20px;
padding: 0px 5px;
font-size: 95%;
color: #000;
}


h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	text-transform:uppercase;
	font-weight:normal;
	color:#202020
}
h2 {
	font-size:24px;
	padding-bottom:5px
}
h3 {
	font-size:20px;
	color: #0689b9;
	padding-bottom:9px;
}
h4 {
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px
}
h5 {
	font-size:13px;
	padding-bottom:5px
}
p {
	font-size:12px;
	line-height:18px;
	padding-bottom:12px;
}
strong {
	color:#242F33;
}
.clear {
	clear:both
}
/* header ********************************************************** */
#top {
	height:115px;
	background:#202020;
}
#header_wrapper {
	width:960px;
	margin:0px auto;
	padding:0px;
}
.header_logo {
	float:left;
	width:250px
}
.header_right {
	float:right;
	height:85px;
	margin:20px 0 0px 20px;
	border-left:1px solid #333;
	padding-left:10px;
	width:260px;
	text-align:right
}
.header_right h5 {
	color: #00D2FC;
}
.header_right a {
	color: #00D2FC;
}
.header_right p {
	color:#ffffff;
	font-size:11px;
	line-height:12px;
	padding-bottom:8px;
}
.header_right strong {
	color:#ED1C24
}
/* nav ********************************************************** */
/****** Drop Menu Styling ******/
#nav_wrapper {
	background: #202020 url(/images/nav/topnav_bg.gif) repeat-x;
	height:35px;
}
ul.topnav {
	list-style: none;
	width: 960px;
	padding: 3px 0 0 0;
	margin: 0 auto;
	height:32px;
	font-size: 13px;
}
.topnav li {
	float:left;
	margin-right:11px;
}
.topnav strong {
	float:left;
	height: 26px;
	font-weight:normal;
	padding:3px 0 0 6px;
	color:#fff;
}
.topnav li a:hover strong, .topnav .active strong {
	background:url(/images/bg-nav-l.png) no-repeat;
}
.drop {
	float:none !important;
}
.dropactive {
	float:none !important;
	background:url(/images/bg-nav-l.png) no-repeat;
}
.topnav span {
	float:left;
	width:6px;
	height:26px;
}
.topnav li a:hover span, .topnav .active span {
	background:url(/images/bg-nav-r.png) no-repeat;
}
.for {
left: 5px;
color: #CCC;
	padding: 8px 0px 8px 5px !important;
	width: 250px;
}

ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 0px 0 0px;
	position: relative;
	list-style-type: none;
}
ul.topnav li.clogin {
	margin-left:10px;
}
ul.topnav li a {
	padding: 3px 7px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	height:26px;
	line-height:16px;
	text-shadow: 0 1px #000000;
	outline:none;
}
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 32px;
	background: #353535;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
	border-top:0px solid #444444;
	z-index: 150;
}
ul.topnav li ul.subnav li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #212121;
	border-bottom: 1px solid #404040;
	clear: both;
	width: 170px;
	float: left;
}
html ul.topnav li ul.subnav li a {
	float: left;
	padding: 8px 0px 8px 10px !important;
	background-image: none !important;
	height:auto;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222;
	width: 160px;
	background-image: none !important;
}
html ul.topnav li ul.subnav li a:hover, ul.topnav ul.subnav li:hover, ul.topnav ul.subnav li.active {
	background-image: none !important;
}
/* wrapper ********************************************************** */
#content_wrapper {
	margin: 0px auto;
	width:960px;
	padding:20px 0;
}
#content_wrapper_2c {
	background:url(/images/bg-body2.gif) repeat-y 725px 0px;
	margin:20px auto;
	width:960px;
	padding:0px 0px;
}
/* banner ********************************************************** */
#banner {
	width:960px;
	overflow:hidden;
	margin: 20px auto 0;
}
/* three boxes below banner ********************************************************** */

ul.box-c {
	width:940px;
	height:115px;
	margin:0px auto 5px;
	padding:10px;
	background:url(/images/bg-box-hlight.png) no-repeat top;
}
.box-c h2 {
	margin:0;
	font-size:22px;
	line-height:27px;
}
.box-c li {
	display:inline;
	width:287px;
	float:left;
	margin:0 14px 0 10px;
}
.box-c h3 {
	font-size:16px !important;
	margin-bottom:3px !important;
	font-weight:bold !important;
	padding-bottom:0px;
}
.box-c .visual {
	width:62px;
	float:left;
	margin-top:21px;
}
.box-c .visual img {
	display:block;
	margin:0 auto;
}
.box-c .text-box {
	width:213px;
	float:right;
}
.box-c p {
	margin:0 0 10px;
	line-height:16px;
	padding-bottom:0px;
	color:#404040
}
/* sliders ********************************************************** */

.section {
	height:283px;
	width:960px;
	margin:0px auto 0;
	padding:0px 0px 0 0px;
}
.next {
	display:block;
}
#slides {
	height: 283px;
	overflow: hidden;
	z-index: 1 !important;
}
#portfolio img {
	width: 510px;
	height: 220px;
}
.section .visual img {
	float:right;
}
.data-box {
	width:400px;
	margin-left:25px;
	float:left;
	line-height:24px;
}
.data-box h2 {
	margin:0px 0 14px 0px;
	font-size:42px;
	line-height:40px;
	font-weight:normal;
	letter-spacing:-1px;
	word-spacing:0px;
	padding:0px;
}
.data-box h2 a {
	color:#0689B9;
}
.data-box h2 a:hover {
	color:#0689B9;
	text-decoration:none;
}
.data-box p {
	margin:0 0 20px;
	font-size:16px;
	line-height:20px;
	color:#404040;
	padding:0px
}
.button-holder {
	padding:0;
	margin:0 0 17px;
	list-style:none;
	font-size:15px;
	height:1%;
	font-weight:bold;
	letter-spacing:0px;
}
.button-holder li {
	float:left;
	padding:0 45px 19px 0;
	background:url(../images/bg-button-holder.gif) no-repeat 0 100%;
}
.button-holder a {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:5px;
	display:block;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	width: 150px;
	height: 30px;
	background-repeat:no-repeat;
	background-image:url(/images/button/btn-blue.gif);
}
.btn-gray {
	background-image:url(/images/button/btn-gray.gif) !important;
}
#slide1 {
	float:left;
	padding:27px 0px 0px 0px;
	height: 256px;
	width: 960px;
}
#slide2 {
	padding:27px 0px 0px 0px;
	height: 256px;
	width: 960px;
}
#slide3 {
	padding:27px 0px 0px 0px;
	height: 256px;
	width: 960px;
}
#slide4 {
	padding:27px 0px 0px 0px;
	height: 256px;
	width: 960px;
}
/* misc ********************************************************** */
.left {
	float:left;
	width:334px;
	padding-right:15px;
	margin-right:15px;
	border-right:1px solid #EBEDED;
}
.right {
	float:right;
	width:334px;
}
.right2 {
	float:left;
	width:260px;
	padding-right:15px;
	margin-right:15px;
	border-right:1px solid #EBEDED;
}
.right3 {
	float:right;
	width:260px;
}
.right-single {
	float:right;
	width:466px
}
.block {
	margin-bottom:20px
}
ul.main_list {
	margin-bottom:20px;
}
ul.main_list li {
	background:url(/images/bullet_blue.png) no-repeat 0px 5px;
	padding:4px 0 4px 24px;
	font-size:12px;
	line-height:18px
}
ul.list li {
	background:url(../images/icon/news24.png) no-repeat 6px 6px;
}
ul.list li a {
	display:block;
	background:inherit;
	padding:4px 0 4px 30px;
	font-size:12px;
	line-height:20px;
	border-bottom:1px dotted #EBEDED
}
ul.list li a:hover {
	background-color:#EBEDED;
	border-bottom:1px solid #e1e1e1;
	text-decoration:none
}
.testimonial p {
	background:url(/images/quote.gif) left top no-repeat;
	font-style:italic;
	margin-top:2px;
	padding:8px 0 5px 30px;
}
.testimonial span {
	float:right;
	text-align:right;
	font-style:normal;
}
.testimonial span a {
	color:#4C4C4C;
}
/* content ********************************************************** */
.content {
	float:left;
	width:700px;
}
.content h2 {
	color:#0689b9;
	font-size:30px;
	font-weight:normal;
	margin-bottom:10px
}
.content .subheader {
	border-bottom:1px solid #EEEEEE;
	border-top:1px solid #EEEEEE;
	margin:0px 0 20px;
	padding:8px 0;
	font-size:14px;
	line-height:20px;
	color:#4B89A5;
}
.content .subheader p {
	padding:0px;
	font-size:14px;
	line-height:20px;
}
.content .left2c {
	float:left;
	width:334px;
	padding-right:15px;
	margin-right:15px;
	border-right:1px solid #EBEDED;
}
.content .right2c {
	float:right;
	width:334px;
}
.content340l {
	float:left;
	width:340px;
	margin-right:20px
}
.content340r {
	float:left;
	width:340px;
	margin-right:0px
}
.content470l {
	float:left;
	width:470px;
	margin-right:30px
}
.content200r {
	float:right;
	width:200px;
	margin-right:0px
}
/* .three lists ********************************************************** */
ul.three li {
	background-position:0 2px;
	background-repeat:no-repeat;
	float:left;
	height:170px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 20px 15px 0px;
	padding:0 0 0 0px;
	width:213px;
}
ul.three h4 {
	font-size:14px;
	font-weight:bold;
	line-height:1.3em;
	margin:0 0 0.1em;
}
ul.three li img {
	padding:9px;
	background:#f6f6f6;
	text-align:center;
	border:1px solid #EEEEEE
}
ul.three li img.img2 {
	padding:0 9px 0px 0;
	float:left;
	background:none;
	border:none;
}
ul.three li span {
	text-align:center;
	margin-top:5px;
	line-height:15px
}
ul.three p {
	padding-bottom:6px;
}
ul.three ul li {
	background:url(../images/bullet_blue.png) no-repeat 0px 2px;
	padding:3px 0 3px 20px;
	font-size:12px;
	height:inherit;
	margin-bottom:0px;
	line-height:13px;
	width:190px;
}

/* .three lists (feature list) ********************************************************** */
ul.three2 li {
	background-position:0 2px;
	background-repeat:no-repeat;
	float:left;
	height:250px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 20px 15px 0px;
	padding:0 0 0 0px;
	width:213px;
}
ul.three2 h4 {
	font-size:14px;
	font-weight:bold;
	line-height:1.3em;
	margin:0 0 0.1em;
}
ul.three2 li img {
	padding:9px;
	background:#f6f6f6;
	text-align:center;
	border:1px solid #EEEEEE
}
ul.three2 li img.img2 {
	padding:0 9px 0px 0;
	float:left;
	background:none;
	border:none;
}
ul.three2 li span {
	text-align:center;
	margin-top:5px;
	line-height:15px
}
ul.three2 p {
	padding-bottom:6px;
}
ul.three2 ul li {
	background:url(../images/bullet_blue.png) no-repeat 0px 2px;
	padding:3px 0 3px 20px;
	font-size:12px;
	height:inherit;
	margin-bottom:0px;
	line-height:13px;
	width:190px;
}
/* single box********************************************************** */
.single {
	float:left;
	margin-right:15px;
	height:240px;
	width:195px;
	background: url(/images/single-box-grey.gif) no-repeat;
	padding:10px;
	font-size:0.8em;
}
.single h2 {
	font-size:16px;
	padding-bottom:5px;
	margin-bottom:5px;
	color:#0689B9;
	line-height:17px;
	font-weight:bold;
}
.single .buttonp {
	margin:10px 0 10px 4px;
}
.single p, .box200 p {
	padding-bottom:3px;
	font-size:12px;
	line-height:1.2em;
}
.single ul li {
	background:url(/images/icon/add.png) no-repeat 0px 2px;
	padding:4px 0 4px 20px;
	font-size:12px
}
.single ul.sub li {
	background:url(/images/bullet_blue.png) no-repeat 0px 2px;
	padding:3px 0 3px 20px;
	font-size:11px
}
/* four box********************************************************** */
.four {
	float:left;
	margin-right:15px;
	height:250px;
	border:1px solid #E9E9E9;
	width:143px;
	background:#F6F6F6;
	padding:9px;
	font-size:0.8em;
}
.four h2 {
	font-size:16px;
	padding-bottom:6px;
	color:#0689B9;
	line-height:17px;
	font-weight:bold;
}
.four .buttonp {
	margin:10px 0 0 0px;
}
.four p {
	padding-bottom:3px;
	font-size:12px;
	line-height:1.2em;
}
.four ul li {
	background:url(/images/icon/add.png) no-repeat 0px 3px;
	padding:4px 0 4px 20px;
	line-height:13px;
	font-size:12px
}
/* five ********************************************************** */
.five {
	float:left;
	margin-right:15px;
	height:230px;
	width:160px;
}
.box200 {
	width:180px;
	margin-bottom:10px
}
.five, .box200 {
	background:#f1f1f1;
	padding:9px;
	font-size:0.8em;
	border:1px solid #e0e0df;
}
.five h2, .box200 h3 {
	font-size:16px;
	padding-bottom:6px;
	color:#0689b9;
	line-height:17px;
	font-weight:bold;
}
.five .buttonp {
	margin:10px 0 0 12px;
}
.five p, .box200 p {
	padding-bottom:3px;
	font-size:12px;
	line-height:1.2em;
}
.five ul li, .right ul li, .box ul li {
	background:url(../images/icon/add.png) no-repeat 0px 2px;
	padding:4px 0 4px 20px;
	font-size:12px
}
.line {
	border-top:1px solid #E9E9E9;
	margin:12px 0;
}
.line6 {
	border-top:1px solid #E9E9E9;
	margin:6px 0;
}
/* five_sidebar ********************************************************** */
.five_sidebar {
	float:left;
	margin-right:15px;
	height:200px;
	width:190px;
}
.box300 {
	width:180px;
	margin-bottom:10px
}
.five_sidebar, .box300 {
	background:#f1f1f1;
	padding:9px;
	font-size:0.8em;
	border:1px solid #e0e0df;
}
.five_sidebar h2, .box300 h3 {
	font-size:16px;
	padding-bottom:6px;
	color:#0689b9;
	line-height:17px;
	font-weight:bold;
}
.five_sidebar .buttonp {
	margin:10px 0 0 12px;
}
.five_sidebar p, .box300 p {
	padding-bottom:3px;
	font-size:12px;
	line-height:1.2em;
}
.five_sidebar ul li, .right ul li, .box ul li {
	background:url(../images/icon/add.png) no-repeat 0px 2px;
	padding:4px 0 4px 20px;
	font-size:12px
}
.line {
	border-top:1px solid #E9E9E9;
	margin:12px 0;
}
.line7 {
	border-top:1px solid #E9E9E9;
	margin:6px 0;
}
/* sidebar ********************************************************** */
.sidebar {
	float:right;
	width:210px;
	padding:0px;
	margin-left:18px;
}
.sidebar ul {
	padding-bottom:12px;
	margin-bottom:12px
}
.sidebar ul li a {
	line-height:2;
	background:#f1f1f1 url(/images/bg-sidebar-h2.gif) repeat-x bottom;
	border-bottom:1px solid #e0e0df;
	display:block;
	text-transform:uppercase;
	padding:3px 10px;
	font-size:13px;
}
.sidebar ul li.aff a {
	background:#f1f1f1 url(/images/icon/coins24.png) no-repeat 170px 3px;
}
.sidebar ul li.aff a:hover, .sidebar ul li.aff a:active {
	background:#24abd8 url(/images/icon/coins24.png) no-repeat 170px 3px;
}
.sidebar ul li.help a {
	background:#f1f1f1 url(/images/icon/help24.png) no-repeat 170px 3px;
}
.sidebar ul li.help a:hover, .sidebar ul li.help a:active {
	background:#24abd8 url(/images/icon/help24.png) no-repeat 170px 3px;
}
.sidebar ul li a:hover {
	background:url(/images/bg-sidebar-h2-blue.gif) repeat-x left;
	color:#fff;
	border-bottom: 1px solid #0689b9;
	text-decoration:none;
}
.sidebar ul ul {
	margin:5px 0px 5px 15px;
	padding-bottom:0px;
}
.sidebar ul ul li a {
	background:url(/images/bullet_white.png) no-repeat left;
	line-height:1.5em;
	border-bottom:1px dotted #EBEDED;
	text-transform: none;
	display:block;
	padding:3px 5px 3px 24px;
	font-size:12px;
	color:#4C4C4C;
}
.sidebar ul ul li a:hover, .sidebar ul ul li.active a {
	background:url(/images/bg-sidebar-h2-blue.gif) repeat-x left;
	color:#fff;
	border-bottom: 1px solid #0689b9;
	text-decoration:none;
}
.sidebar h2 {
	margin:0 10px 10px 0;
	font-size:16px;
}
.sidebar .box {
	border-bottom:1px solid #EBEDED;
	margin:15px 10px 15px 0;
	padding:12px 0;
	font-size:0.8em;
	line-height:1.2em
}
.sidebar .box img {
	float:left;
	padding-right:15px;
}
.sidebar .box span {
	padding:5px 0 25px;
	display:block
}
.sidebar .ads img {
	margin-bottom:15px;
}
/*TABLES----------------------------- */
#myTable img {
	argin-right: 3px;
	margin-left: 3px;
	padding: 0px;
}
table.pricetable {
	width: 100%;
	text-align:center;
	margin: 8px 0 20px 0;
	font-size:11px;
}
table.pricetable thead tr th {
	background: url(/images/thead.gif) repeat-x;
	border-left:1px solid #F2F2F2;
	border-right:1px solid #E9E9E9;
	text-shadow:0 1px 0 #FFFFFF;
	font-size:14px;
	padding:10px 10px 8px;
	text-align:center;
}
table.pricetable thead tr .header {
}
table.pricetable thead tr .header_nobg {
}
table.pricetable tbody tr {
	border-bottom:1px solid #E9E9E9;
	border-top:1px solid #E9E9E9;
}
table.pricetable tbody td {
	background-color: #f6f6f6;
	vertical-align: top;
	padding: 6px 14px;
	line-height: 20px;
}
table.pricetable tbody td.price {
	font-size:13px;
	font-weight:bold;
	color:#202020;
}
table.pricetable tbody th {
	background-color: #f6f6f6;
	border-right:1px solid #E9E9E9;
	padding: 6px 20px 6px 0;
	line-height: 20px;
	font-size:12px;
	font-weight:normal;
	text-align:right;
}
table.pricetable tbody tr.odd td, table.pricetable tbody tr.odd th {
	background-color:#fff;
}
table.pricetable tfoot td {
	border:0 none !important;
	background:none !important;
	padding:12px 0;
	line-height:20px;
}
.first {
	border-left:0 none !important;
	background:none !important;
}
.last {
	border-right:0 none !important;
}
table.foot2 {
	width: 100%;
	text-align:center;
	margin: 8px 0 20px 0;
	font-size:11px;
}

.foot3 {
	vertical-align: middle;
}

/* tooltip ********************************************************** */
#tooltip1, #tooltip2, #tooltip3, #tooltip4, #tooltip5, #tooltip6, #tooltip7, #tooltip8, #tooltip9, #tooltip10 {
	cursor:default;
}
#tooltip.tooltipblack {
	font-family: Arial;
	border: none;
	width: 200px;
	padding:15px 10px 10px 15px;
	height: 90px;
	opacity: 0.9;
	background: #3B3D3F;
	background-repeat:no-repeat;
	color:#fff;
	font-size:12px;
	line-height:120%;
}
#tooltip.tooltipblack h3 {
	font-size: 13px;
	font-weight:bold;
	width: 200px;
	text-align: left;
	color:#0689b9;
	margin:0 0 10px 0;
}
#tooltip.tooltipblack div {
	width: 190px;
	text-align: left;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.90;
}
#tooltip h3, #tooltip div {
	margin: 0;
}
/* buttons ********************************************************** */
			
.awesome, .awesome:visited {
	background: #222 url(/images/button-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-transform:uppercase;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
}
.awesome:hover {
	background-color: #111;
	color: #fff;
	text-decoration:none;
}
.awesome:active {
	top: 1px;
}
.awesomeness, .awesomeness:visited {
	background: #222 url(/images/button-overlay.png) repeat-x;
	display: inline-block;
	padding: 15px 10px 6px;
	color: #fff;
	text-transform:uppercase;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
}
.awesomeness:hover {
	background-color: #111;
	color: #fff;
	text-decoration:none;
}
.awesomeness:active {
	top: 1px;
}

.small.awesome, .small.awesome:visited, .small.awesomeness, .small.awesomeness:visited {
	font-size: 11px;
 padding:;
}
.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited, .awesomeness, .awesomeness:visited, .medium.awesomeness, .medium.awesomeness:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.large.awesome, .large.awesome:visited, .large.awesomeness, .large.awesomeness:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}
.green.awesome, .green.awesome:visited {
	background-color: #91bd09;
}
.green.awesome:hover {
	background-color: #749a02;
}
.blue.awesome, .blue.awesome:visited {
	background-color: #2daebf;
}
.blue.awesome:hover {
	background-color: #007d9a;
}
.red.awesome, .red.awesome:visited {
	background-color: #dd0e0e;
}
.red.awesome:hover {
	background-color: #872300;
}
.magenta.awesome, .magenta.awesome:visited {
	background-color: #a9014b;
}
.magenta.awesome:hover {
	background-color: #630030;
}
.orange.awesome, .orange.awesome:visited {
	background-color: #ff5c00;
}
.orange.awesome:hover {
	background-color: #d45500;
}
.button {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background:#ca5755 url(/images/button/button.gif) repeat-x scroll 0 0;
	border:1px solid #913b3b;
	color:#FFFFFF;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	padding:6px 9px;
	text-shadow:1px 1px 0 #777;
}
.button:hover, .button:focus, .button:active {
	background:#2A2A2A url(/images/button/bigbutton.gif) repeat-x scroll 0 0;
	border:1px solid #000;
	color:#FFFFFF;
	text-shadow:1px 1px 0 #777;
	text-decoration:none;
}
.bigbutton {
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background:#0567AD url(/images/button/bigbutton.gif) repeat-x scroll 0 0;
	border:1px solid #02699c;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	padding:7px 20px;
	width:210px;
	text-shadow:1px 1px 0 #666;
}
.bigbutton:hover, .bigbutton:focus, .bigbutton:active {
	background:#2A2A2A url(/images/button/bigbuttonalt.gif) repeat-x scroll 0 0;
	border-color:#02699c;
	color:#FFFFFF;
	text-shadow: none;
	text-decoration:none;
}
.greybutton {
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#ccc url(/images/button/greybutton.gif) repeat-x scroll 0 0;
	border:1px solid #666;
	color:#FFFFFF;
	margin-top:5px;
	font-size:12px;
	text-align:center;
	text-transform: capitalize;
	font-weight:bold;
	cursor:pointer;
	padding:5px 8px;
	width:100px;
	text-shadow:1px 1px 0 #666;
}
.greybutton:hover, .greybutton:focus, .greybutton:active {
	background:#2A2A2A url(/images/button/greybuttonalt.gif) repeat-x scroll 0 0;
	border-color:#666;
	color:#FFFFFF;
	text-shadow:1px 1px 0 #666;
	text-decoration:none;
}
/* Random quote **********************************************************************/
.quotescollection_randomquote {
background:url(/images/bg-quote.gif) no-repeat top left;	
padding:9px 6px 6px 27px;
height:135px;
position:relative;
}

.quotescollection_randomquote q {
	line-height:16px;
	font-style:italic;	
}
.quotescollection_randomquote cite {
	display:block; /* To display author and source in a new line */
	text-align:right;
	margin-top:4px;
	color:#0689b9;
	font-weight:bold;
	position:absolute;
	top:142px;
	right:0px;
}
.quotescollection_author { /* author */
	font-style:normal;
}
.quotescollection_source { /* source */
}
.quotescollection_nextquote { /* 'Next Quote »' link */
}
.quotescollection_nextquote a { /* use this if you want to change, for example, the color of the 'Next Quote »' link */
}
/* Quotes page */
blockquote.quotescollection {
	border:0;
	background:none;
	padding:0;
	margin:2em;
	font-size:1em;
}
blockquote.quotescollection q {
}
blockquote.quotescollection cite {
	display:inline;
	font-size:0.83em;
}
/* Uncomment the block below if you want to get rid of the quotation marks before and after the quote */

/*
q:before, q:after {
	content:"";
}
*/





/* footer ********************************************************** */
#footer_wrapper {
	background: #EBEDED url(/images/bg_footer.png) repeat-x scroll center top;
	padding:12px 0;
	margin-top:0px
}
.footer {
	width:960px;
	clear: both;
	font-size:11px;
	margin: 0 auto;
	line-height: 1.5em;
}
.footer a {
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
.footer2 {
	width:145px;
	float:left;
	margin-right:25px;
}
.footer3 {
	width:280px;
	float:right;
}
.footer2 span, .footer3 span {
	font-size:11px;
	text-decoration:none;
	padding-bottom:3px;
}
.footer2 ul li, .footer3 ul li {
	padding:1px 0 1px 0px;
	line-height:13px;
	margin:0px;
}
