body {
	font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	word-spacing:2px;
	color:#444;
	margin:20px;
	background:url(/images/body.jpg) #f6f6f6;
}

* {
	margin:0;
	padding:0;
}

p {
	margin:15px 0;
	line-height:22px;
}

h2 {
        padding: 8px 0px 0px 0px;
	font:190% Arial;
	color:#79B933;
	border-bottom:2px solid #f6f6f6;
}

h2 a {
	color:#79B933;
	text-decoration:none;
}

h2 a:hover {
	color:#5F9128;
}

h3 {
	font:140% Trebuchet MS;
	margin:10px 0;
}

h4 {
	font:100% Arial;
	margin:5px 0;
}

a {
	color:#222;
}

a:hover {
	text-decoration:none;
}

img {
	padding:1px;
	background:#ccc;
	border:4px solid #f6f6f6;
}

form {
	padding:10px;
	border:1px solid #f6f6f6;
}

label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;
}

input {
	padding:4px;
	border:none;
	border-bottom:1px dotted #ccc;
	font:90% Verdana;
	color:#777;
}

textarea {
	padding:4px;
	font:90% Verdana;
	border:1px solid #eee;
	display:block;
	color:#777;
}

p img {
	float:left;
	margin:0 10px 0 0;
}

blockquote p {
	font:130% Arial;
	color:#aaa;
	padding:0 6% 0 0;
	line-height:30px;
        border-left:1px dotted #ccc;
}

table.dent {
	padding: 4px 4px;
}
table.indent {
	padding: 4px 4px;
}

table.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #90FF90;
}

tr {
}

th {
	font-family: Trebuchet MS;
	font-size : 1.00em;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size : o.90em;
}

code {
font-family: monospace;
font-size: 10px;
background-color: #eee;
}

pre code {
line-height: 1.3em;
}

del, del * {
text-decoration: line-through;
}

hilite {
        background-color:#ffff00 ;
}

#wrapper {
	background:#fff;
	border:3px solid #f1f1f1;
	max-width:1200px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
}

* html #wrapper
{
	width: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

#innerwrapper {
	margin:1px;
	background:url(/images/innerwrapper.jpg) top repeat-x;
	padding:10px;
}

#header input {
	width:150px;
	padding:5px;
	background:#fff;
	border:2px solid #f6f6f6;
	font:150% Arial;
	color:#999;
}

#header img {
	padding:1px;
	background:none;
	border:0px;
	vertical-align: middle;
}

#header input:hover {
	border:2px solid #ccc;
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#header #right-contact {
        padding: 20px 25px 20px 25px;
	float:right;
	font: 92%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	width:500px;
        border: none;
}

#header #right-contact #stuff {
        border: none;
}

#header #right-contact #stuff form {
        width: 500px;
        border: none;
}

#header #right-contact #stuff input[type=text] {
	padding:4px;
	background:#f6f6f6;
	color:#777;
        border:1px solid #ccc;
	font:90% Verdana;
	width:160px;
}

#header #right-contact #stuff input[type=submit] {
	padding:4px;
	background:#f6f6f6;
	color:#777;
        border:1px solid #ccc;
	font:90% Verdana;
	width:40px;
}

#header .right-contact li {
	padding: 0px 0px 0px 0px;
	!margin: -1px -1px -1px -1px;
        list-style-type: none;
}

#header .right-contact li img {
	margin: -7px 0px -1px 0px;
	vertical-align: middle;
}

#header h1 {
	float:left;
	font:250% Arial;
	color:#333;
	padding:5px 10px 5px 5px;
	border-right:1px solid #ccc;
	margin:0 20px 0 0;
	vertical-align: middle;
        font-weight: bold;
}

#header h1 a {
	color:#333;
	text-decoration:none;
}

#header h1 a:hover {
	color:#111;
}

#header h2 {
	font:150% Arial;
	font-weight:normal;
	color:#555;
	padding:14px 0 0 0;
	border:none;
}

#header h2 a {
	color:#555;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#header #nav {
	clear:both;
	background:url(/images/nav.jpg) top repeat-x #4F9EC9;
	border-bottom:0px solid #4F9EC9;
	border-top:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	padding:10px 10px 8px 0 !important;
	padding:2px 10px 8px 0;
}

#header #nav a {
	color:#fff;
	font:115% Trebuchet MS;
	text-decoration:none;
	padding:10px;
}

#header #nav a:hover {
	background:#4F9EC9;
}

#header #nav a.active {
	background:#4F9EC9;
        font: 135% Trebuchet MS;
}

#header #nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}

#header #nav li a {
        color:#FFFFFF;
        text-decoration:none;
        padding:4px 9px 4px 9px;
        margin:-4px -9px -4px -9px;
}

#header #nav li a:active {
        background:#79B933;
}

#header #nav li a.active {
        background:#FFB933;
}

/* ##### padding - top/right/bottomn/left ##### */

#header #navtab {
	font:100% Verdana;
	color:#FFFFFF;
	clear:both;
	border-top:4px solid #FFFFFF;
	border-right:0px;
	border-bottom:0px;
	border-left:0px;
}

#header #navtab li {
	list-style:none;
	display:inline;
	background:#CCCCCC;
	font:135% Trebuchet MS;
	color:#FFFFFF;
	text-decoration:none;
	border-right:2px solid #FFFFFF;
	border-left:4px solid #FFFFFF;
}

#header #navtab li a {
	background:#CCCCCC;
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 5px 1px 5px;
        border-top:2px solid #4F9EC9;
        border-right:2px solid #4F9EC9;
        border-bottom:2px solid #4F9EC9;
        border-left:2px solid #4F9EC9;
}

#header #navtab li a:hover {
        color:#FFFFFF;
	background:#79B933;
}

#header #navtab li a:active {
	colour:#FFFFFF;
        background:#4F9EC9;
}

#header #navtab li a.active {
	colour:#FFFFFF;
        background:#4F9EC9;
}

#header #subnav {
	background:#4F9EC9;
	padding:7px 7px 7px 7px;
	font:85% Verdana;
	color:#DEEDF5;
	text-decoration:none;
	border-top:2px solid #388CBA;
	border-right:2px solid #388CBA;
	border-bottom:2px solid #388CBA;
	border-left:2px solid #388CBA;
}

#header #subnav li {
	list-style:none;
	display:inline;
}

#header #subnav a {
	padding:5px;
	font:100% Verdana;
	color:#DEEDF5;
	text-decoration:none;
	border-bottom:2px solid #4F9EC9;
}

#header #subnav a:hover {
	border-bottom:2px solid #388CBA;
	color:#fff;
	background:#79B933;
}

#header #subnav a.active {
	border-bottom:2px solid #388CBA;
        font-weight: bold;
	color:#fff;
}

#navbar
{
	height:72px;
}

#navbar .container
{
	height:72px;
}

#navbar .clear
{
	background-repeat:no-repeat;
	height:6px;
	margin:-6px 11px 0px 10px;
	overflow:hidden;
}

#navbar .clear span
{
	background-repeat:no-repeat;
	height:6px;
}

#navbar ol
{
	list-style:none;
        margin: 0px;
        padding: 0px;
}

#navbar ol li
{
	float:left;
	height:35px;
	margin:1px 0px 0px 0px;
        padding: 0px;
}

#navbar ol li a
{
	color:#ffffff;
	display:block;
	font-family:"arial";
	font-size:14px;
	font-weight:bold;
	line-height:35px;
	padding:0px 12px 0px 12px;
	text-decoration:none;
}

#navbar ol li.on a, #navbar ol li.on a:hover
{
	background-color:#8fa5cd;
	border-right:#ffffff solid 1px;
	border-bottom:#8fa5cd solid 1px;
	border-left:#ffffff solid 1px;
	color:#1b335c;
}

#navbar ol li a:hover
{
          background-color:#596f95;
}

#navbar ul
{
	clear:both;
        margin: 0px;
        padding: 0px;
	list-style:none;
}

#navbar ul li
{
	float:left;
	height:29px;
        margin: 0px;
        padding: 0px;
}

#navbar ul li a
{
	background:none;
	border:none;
	color:#1b335c;
	font-family:"tahoma";
	font-size:11px;
	font-weight:normal;
	line-height:29px;
	margin: 0px 12px 0px 12px;
}

#navbar ul li a:hover
{
	color:#ffffff;
}

#sidebar {
	background:#fff;
               width:200px;
	float:left;
	padding:5px 10px 0px 10px;
               background:url(/images/sidebarleft.jpg) top left no-repeat;
	color:#666;
}

#sidebar h2 {
        font:140% Arial;
	color:#333;
	margin:10px 0 10px 0;
	border:none;
}

#sidebar h3 {
	color:#999;
	font:100% Verdana;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 0 -10px 0;
}

#sidebar p {
	margin:15px 0;
        font:90% Verdana;
}

#sidebar p.news {
	background:#fefefe;
        color:#ccc;
}

#sidebar p.news a.more {
	color:#777;
	display:block;
	text-align:right;
	font:80% Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

#sidebar p.news a:hover {
	color:#666;
}

#sidebar .subnav {
	border-top:1px solid #fafafa;
}

#sidebar .subnav li {
	list-style:none;
	padding:5px;
	border-bottom:1px solid #fafafa;
}

#sidebar .subnav li a {	
	color:#ccc;
	text-decoration:none;
	display:block;
}

#sidebar .subnav li a:hover {
	color:#666;
}

#sidebar .subnav li a b {
	float:right;
	display:none;
	color:#666;
}

#sidebar .subnav li a:hover b {
	display:inline;
}

#sidebar #nav {
        clear:both;
        background:url(/images/nav.jpg) top repeat-x #4F9EC9;
        border-bottom:2px solid #4F9EC9;
        border-top:2px solid #388CBA;
        border-left:2px solid #388CBA;
        border-right:2px solid #388CBA;
        padding:10px 10px 10px 0 !important;
        padding:4px 10px 10px 0;
}

#sidebar #nav a {
        color:#fff;
        font:135% Trebuchet MS;
        text-decoration:none;
        padding:8px;
}

#sidebar #nav a:hover {
        background:#4F9EC9;
}

#sidebar #nav a.active {
        background:#4F9EC9;
}

#sidebar #nav li {
        display:inline;
        list-style:none;
        margin:0 1px 0 0;
}

#sidebar #subnav {
        padding:10px 10px 10px 10px;
        font:Verdana;
        color:#00FF00;
        border-top:2px solid #38FFBA;
        border-bottom:2px solid #38FFBA;
        border-left:2px solid #38FFBA;
        border-right:2px solid #38FFBA;
}

#sidebar #subnav li {
}

#sidebar #subnav a {
        color:#00ff00;
        text-decoration:none;
        font:100% Verdana;
        padding:5px;
}

#sidebar #subnav a:hover {
        color:#80ff00;
}

#sidebar #subnav a.active {
        font-weight: bold;
        color:#00ff80;
}

#sidebar #mynav {
        clear:both;
        border-top:2px solid #ddd;
        border-bottom:2px solid #ddd;
        border-left:1px solid #ddd;
        border-right:2px solid #ddd;
}

#sidebar #mynav a {
        color:#333;
        text-decoration:none;
}

#sidebar #mynav li
{
        list-style:none;
        !background:#4FFFC9;
        font:135% Trebuchet MS;
        color:#DEEDF5;
	font-weight:bold;
        padding:2px 2px 2px 5px;
        border-left:1px solid #ddd;
        !border-right:1px solid #ddd;
        !border-bottom:1px solid #ddd;
}

#sidebar #mynav li li
{
        font:90% Trebuchet MS;
	font-weight:bold;
	margin-left: 1em;
	background-image: url(/assets/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .6em;
}

#sidebar #mynav li li li
{
        list-style:none;
        font:90% Trebuchet MS;
	margin-left: 1em;
}

#sidebar input {
	padding:4px;
	background:#f6f6f6;
	color:#777;
        border:1px solid #ccc;
	font:90% Verdana;
	width:160px;
}

#sidebar form {
	padding:0px;
        border: 0px;
}

#sidebarright {
        float:right;
        width:180px;
	padding:5px 10px 0px 10px;
	background:url(/images/sidebarright.jpg) top left no-repeat;
}

#sidebarright p {
	font:90% Verdana;
	color:#777;
	line-height:20px;
	margin:10px 0;
}

#sidebarright h2 {
	font:140% Arial;
	color:#333;
	margin:10px 0 10px 0;
	border:none;
}

#sidebarright ul {
	margin:10px 0 10px 15px;
	font:90% Verdana;
}

#sidebarright ul li {
	margin:5px 0;
}

#sidebarright a {
	border-bottom:1px dotted #eee;
	color:#444;
	text-decoration:none;
}

#sidebarright a:hover {
	border-bottom:1px solid #ccc;
}

#content {
                margin:0 210px 0 240px;
	padding:5px 0 5px 0px;
}

#content ul {
	margin:15px 0 15px 0;
	line-height:25px;
	padding:15px 0 15px 15px;
/*	border-top:1px solid #eee;
	border-bottom:1px solid #eee;*/
	color:#79B933;
}

#content ul span {
	color:#444;
}

#contentnorightbar {
	margin:0 0 0 240px;
	padding:20px 0 0 20px;
}

#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}

#contentnorightbar ul span {
	color:#444;
}

#footer {
	clear:both;
	border-top:1px solid #eee;
	padding:10px;
	margin:10px 10px 0px 10px;
	//color:#79B933;
}

#testimonialBlockSide {
width: 190px;
margin: 0px 0px 0px 0px;
background: #e1e1e1 url(/assets/images/quote_top_200.gif) no-repeat;
!position: relative;
}

#testimonialBlockSide p.Body {
color: #363636;
font-size: 85%;
line-height: 1.15em;
padding: 10px 0px 0px 10px;
text-align: center;
background: url(/assets/images/quotemark_bottom_200.gif) bottom right no-repeat;
width: 180px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 165px;
}

#testimonialBlockSide p.Cite {
color: #003663;
font-size: 75%;
font-weight: bold;
text-align: right;
padding-right: 10px;
padding-bottom: 5px;
background: url(/assets/images/quote_bottom_200.gif) left bottom no-repeat;
margin-bottom: 0;
}

.testimonialBlockOdd blockquote {
!float: right;
width: 400px;
margin: 0px 0px 0px 0px;
border: 1px dashed #000; 
!position: relative;
}

.testimonialBlockOdd p {
	background: #fff; 
	padding: 10px 0px 0px 10px;
	font-family: arial; 	
	font-size: 110%;
	color: #70B933;
	font-style: italic; 
	font-weight: bold
}

.testimonialBlockOdd p.Cite {
	color: #003663;
	font-size: 110%;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.testimonialBlockEven blockquote {
!float: right;
width: 400px;
margin: 0px 0px 0px 0px;
background: #e1e1e1 url(/assets/images/quote_top_500.gif) no-repeat;
border: 1px solid #000; 
!position: relative;
}

.testimonialBlockEven p {
	background: #fff; 
	padding: 10px 0px 0px 10px;
	font-family: arial; 
	font-size: 110%;
	color: #5F9128;
	font-style: italic; 
	font-weight: bold
}

.testimonialBlockEven p.Cite {
	color: #003663;
	font-size: 110%;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.specials {
border-top:solid 1px #CED4CA;
border-left:solid 1px #CED4CA;
border-bottom:solid 2px #DEE4DA;
border-right:solid 2px #DEE4DA;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color:#FFFFFF;
text-align: left;
float: left;
margin: 5px;
font-size: 0.9em;
}

.specials a {
text-decoration: none;
}

.specials img {
	border: 1px solid #ced4ca;
	padding: 3px;
	margin: 5px 0 5px 0;
}

.specials h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	color: #84b861;
	font-size: 1.1em;
	}

.specials ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.specials ul ul {
	margin: 1.0em 0 1.5em 0;
	border-top: 1px solid #dee4da;
	}
.specials ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #dee4da;
	}
.specials ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 2px 10px 0 10px;
	} 
.specials ul ul li a:hover {
	background-color: #f3f3f3;
	}

/* ##### Dynamic Mail Form ##### */

#dmf {
font-size: 80%;
}

#dmf .dmf_form_fieldset {
	margin: 1em 1ex 2em 1ex;
	padding: 2px;
}

#dmf .dmf_form_fieldset fieldset {
	padding: 5px;
	margin-top: 0px;
	border: 2px solid #CCD9E7;
}

#dmf .dmf_form_fieldset legend {
	font-weight: bold;
	color: rgb(100,135,220);
	/*background-color: rgb(100,135,220);*/
	padding: 4px 4px 4px 4px;
	margin-bottom: 10px;
	border: none;
}

#dmf .dmf_form_fieldset fieldset div.dmf_row {
	margin-top: 2px;
	margin-bottom: 8px;
	clear: both;
}

#dmf .dmf_form_fieldset fieldset div.dmf_control {
	padding: 0px;
	margin-top: 10px;
	margin-left: 120px;
	margin-bottom: 8px;
	border: none;	
	position: relative;
}

#dmf .dmf_form_fieldset fieldset label {
	width: 140px;
	text-align: right;
	color: #013A67;
	margin-bottom: 0;
	font-weight: bold;
	margin-right: 20px;
	margin-top: 2px;
	padding-top: 0px;
	float: left;
	display: block;
}

#dmf .dmf_form {
	margin: 1em 1ex 2em 1ex;
	padding: 2px;
}

#dmf .dmf_form input.text {
	display: block;
	margin-bottom: .05em;
}

#dmf .dmf_form label {
	display: block;
	margin-bottom: .05em;
	font-weight: bold;
}

/* ##### Products Table ##### */

#products {
	font-size: 90%;
}

.productsubject	{ 
	color:#11638B; 
	font-weight:bold; 
	padding-left:1px; 
	font-size:14px; 
	height:29px; }

.product	{
	background-color:#CDE7F0;
	height:25px; 
	color:#11638B;
	font-weight:bold;
}

.row1subject	{ 
	background-color:#F5F5F5; 
	font-weight:bold; 
	padding-left:10px;
}

.row1 { 
	background-color:#F5F5F5; 
	height:22px; 
}

.row2subject	{ 
	background-color:#FFFFFF; 
	font-weight:bold; 
	padding-left:10px; 
}

.row2		{ 
	background-color:#FFFFFF; 
	height:22px; 
}

.rowg1subject	{ 
	background-color:#8CCB12; 
	color:#FFFFFF; 
	font-weight:bold; 
	padding-left:10px;
}

.rowg1	{ 
	background-color:#8CCB12; 
	color:#FFFFFF; 
	font-weight:bold; 
	height:22px; 
}

.rowg2subject	{ 
	background-color:#E3F3C3; 
	color:#8CCB12; 
	font-weight:bold; 
	padding-left:10px;
}

.rowg2 { 
	background-color:#E3F3C3; 
	color:#8CCB12; 
	font-weight:bold; 
	height:22px; 
}

.orderimg {
        padding:1px;
}

/* ##### Product Info Box ##### */

.pib {
font-size: 80%;
}

.pib .pib_table {
	margin: 1em 1ex 2em 1ex;
	padding: 2px;
	border: 2px solid #CCD9E7;
}

.pib .pib_table label {
	width: 140px;
	text-align: right;
	color: #013A67;
	margin-bottom: 0;
	font-weight: bold;
	margin-right: 20px;
	margin-top: 2px;
	padding-top: 0px;
	float: left;
	display: block;
}

.pib .pib_form label {
	display: block;
	margin-bottom: .05em;
	font-weight: bold;
}

div.greenbox { background: #8CCB12; width: 180px; font-size: 12px; text-align: center; color: #ffffff; margin-bottom: 5px; }
b.greenboxrtop, b.greenboxrbottom { display:block; background: #FFF }
b.greenboxrtop b, b.greenboxrbottom b {display:block; height: 1px; overflow: hidden; background: #8CCB12; }

p.bluebox { background: #3A6897; width: 180px; font-size: 12px; text-align: center; color: #ffffff; margin-bottom: 5px; }
b.blueboxrtop, b.blueboxrbottom { display:block; background: #FFF }
b.blueboxrtop b, b.blueboxrbottom b {display:block; height: 1px; overflow: hidden; background: #3A6897; }

div.orangebox { background: #FFCC33; width: 180px; color: #ffffff; margin-bottom: 5px; }
b.orangeboxrtop, b.orangeboxrbottom { display:block; background: #FFF }
b.orangeboxrtop b, b.orangeboxrbottom b {display:block; height: 1px; overflow: hidden; background: #FFCC33; }

li.nobulletsmall {
	list-style: none;
	font-size: 85%;
	margin-left: 10px;
}

ol.extraspace li {
	padding-bottom: 10px;
}

ul.nostyle {
	color: #000;
	border: none;
}

@-webkit-keyframes bigAssButtonPulse {
  from { background-color: #749a02; -webkit-box-shadow: 0 0 25px #333; }
  50% { background-color: #91bd09; -webkit-box-shadow: 0 0 50px #91bd09; }
  to { background-color: #749a02; -webkit-box-shadow: 0 0 25px #333; }
}
 
@-webkit-keyframes greenPulse {
  from { background-color: #749a02; -webkit-box-shadow: 0 0 9px #333; }
  50% { background-color: #91bd09; -webkit-box-shadow: 0 0 18px #91bd09; }
  to { background-color: #749a02; -webkit-box-shadow: 0 0 9px #333; }
}
 
@-webkit-keyframes bluePulse {
  from { background-color: #007d9a; -webkit-box-shadow: 0 0 9px #333; }
  50% { background-color: #2daebf; -webkit-box-shadow: 0 0 18px #2daebf; }
  to { background-color: #007d9a; -webkit-box-shadow: 0 0 9px #333; }
}
 
@-webkit-keyframes redPulse {
  from { background-color: #bc330d; -webkit-box-shadow: 0 0 9px #333; }
  50% { background-color: #e33100; -webkit-box-shadow: 0 0 18px #e33100; }
  to { background-color: #bc330d; -webkit-box-shadow: 0 0 9px #333; }
}
 
@-webkit-keyframes magentaPulse {
  from { background-color: #630030; -webkit-box-shadow: 0 0 9px #333; }
  50% { background-color: #a9014b; -webkit-box-shadow: 0 0 18px #a9014b; }
  to { background-color: #630030; -webkit-box-shadow: 0 0 9px #333; }
}
 
@-webkit-keyframes orangePulse {
  from { background-color: #d45500; -webkit-box-shadow: 0 0 9px #333; }
  50% { background-color: #ff5c00; -webkit-box-shadow: 0 0 18px #ff5c00; }
  to { background-color: #d45500; -webkit-box-shadow: 0 0 9px #333; }
}
 
@-webkit-keyframes orangellowPulse {
  from { background-color: #fc9200; -webkit-box-shadow: 0 0 9px #333; }
  50% { background-color: #ffb515; -webkit-box-shadow: 0 0 18px #ffb515; }
  to { background-color: #fc9200; -webkit-box-shadow: 0 0 9px #333; }
}
 
a.button {
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite; 
}

a#theButton {
	background-image: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.25)), to(transparent));
	display: block;
	width: 820px;
	height: 180px;
	margin: 0 auto 36px;
	padding: 0;
	text-align: center;
	font-size: 90px;
	line-height: 160px;
	letter-spacing: -4px;
	text-shadow: 0 -1px 5px rgba(0,0,0,.25);
	-moz-border-radius: 120px;
	-webkit-border-radius: 120px;
	border: 10px solid rgba(0,0,0,.25);
	-webkit-animation-name: bigAssButtonPulse;
	-webkit-animation-duration: 3s;
}

.green.button { -webkit-animation-name: greenPulse; -webkit-animation-duration: 3s; }
.blue.button { -webkit-animation-name: bluePulse; -webkit-animation-duration: 4s; }
.red.button { -webkit-animation-name: redPulse; -webkit-animation-duration: 1s; }
.magenta.button { -webkit-animation-name: magentaPulse; -webkit-animation-duration: 2s; }
.orange.button 
{
	 -webkit-animation-name: orangePulse;
	 -webkit-animation-duration: 3s; 
	border-top-left-radius: .5em;
	border-bottom-left-radius: .5em;
	border-top-right-radius: .5em;
	border-bottom-right-radius: .5em;
        padding: 4px;
	font-weight:bold;
        color:#f0f0f0;
        font:Verdana;
}
.orangellow.button { -webkit-animation-name: orangellowPulse; -webkit-animation-duration: 5s; }

.wall-of-buttons { width: 100%; height: 180px; text-align: center; }
.wall-of-buttons a.button { display: inline-block; margin: 0 10px 9px 0; } 

.smalllink {
        color:#79B933;
        text-decoration:none;
}

.smalllink a {
        color:#79B933;
        text-decoration:none;
}

.smalllink a:hover {
        color:#5F9128;
        text-decoration:none;
}

div#home-app-promo {
	width: 750px;
	float: left;
}

div#home-app-promo div {
	float: left;
	width: 170px;
	height: 200px;
	text-align: center;
	background-position: 10px 0;
}

div#home-app-promo div img {
        background-color: transparent;
        border: none;
}

div#home-app-joomla {
	background-image:url(../images/box_joomla_small.jpg);
	
}

div#home-app-drupal {
	background-image:url(../images/box_drupal_small.jpg);
}

div#home-app-wordpress {
	background-image:url(../images/box_wordpress_small.jpg);
}

div#home-app-mambo {
	background-image:url(../images/box_mambo_small.jpg);
}
