/*
Theme Name: Web2UI Version 3
Theme URI: http://web2ui.com/
Description: The version Three of Web2UI
Version: 1.6
Author: Amalendu Hajraa
Tags: blue, custom header, fixed width, two columns, widgets
*/



/* Begin Typography & Colors */

a, a:hover {outline:none;}
body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background: #fff url(images/background.png) repeat-x 0 20px;
	color: #333;
	text-align: center;
	margin:0 0 0 0;
	}

.even, .alt {
	border-left: 1px solid #5c98da;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #02224a;
	}

.commentlist li, #commentform input, #commentform textarea {
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #006;
	text-decoration: none;
	}

a:hover {
	color: #538ecd;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	float: left;
	padding:10px 0 10px 10px;
	margin: 10px 0 0 0;
	width: 580px;
	
	}

.widecolumn {
	padding: 10px 0 10px 0;
	width: 950px;
	clear:both;
	}

.post {
	margin: 0 0 0 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0 0 0;
	}

h2.pagetitle {
	margin-top: 0;
	text-align: center;
}

#sidebar h2 {
	margin: 0 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0 0 0;
	}

h3.comments {
	padding: 0;
	margin: 0 auto 0 ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	}

.entry ol {
	padding: 0 0 0 0;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */







/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/*  Start by Amalendu */
.fullwindow {width:100%; clear:both; margin:0 0 0 0; padding:0 0 0 0;}

.container {width:950px; clear:both; margin:0 0 0 0; padding:0 0 0 0;}

.header {background-color:#02224a; border-bottom:1px solid #fff; min-height:53px;}
/*.logo {width:220px; float:left; padding:12px 0 0 0;}*/

.logo { height:40px; width:237px; display:block; float:left; margin:7px 0 0 0;}
.logo a, .logo a:hover {height:40px; width:237px; display:block; font-size:0.00000000001em}
.logo a { background:#02224a url(images/web2ui-logo.png) no-repeat 0 -39px; color:#02224a}
.logo a:hover {background:#1d528d url(images/web2ui-logo.png) no-repeat 0 0; color:#1d528d}


/* Start Multi level navigation Style */
.top-right {width:555px; float:right; text-align:right; margin:0 0 0 0;}
.tollfree { float:right; text-align:right; color:#fff; font-size:12px; font-weight:normal; padding:5px 9px 5px 10px; background-color:#d00; cursor:default;text-shadow: #300 1px 1px 0;}
.topnavigation-panel {width:465px; float:right; text-align:right; margin:1px 0 0 0;}

#suckerfishnav {background:#02224a; font-size:12px; font-weight:bold; text-transform:uppercase; margin:10px 0 10px 0; text-align:left}
#suckerfishnav, #suckerfishnav ul {float:left;list-style:none;line-height:27px;padding:0; margin:0; width:100%;}
#suckerfishnav a {display:block; color:#fff;text-decoration:none;padding:0px 10px;}
#suckerfishnav li {float:left;padding:0;}
#suckerfishnav ul {position:absolute;left:-999em;height:auto; width:251px;font-weight:normal;margin:0;line-height:1; border:0;border-top:1px solid #666666;}
#suckerfishnav li li {width:249px;border-bottom:1px solid #666666;border-left:1px solid #666666;border-right:1px solid #666666;font-weight:normal;}
#suckerfishnav li li a {padding:5px 10px 5px 10px; width:230px;font-size:12px; color:#fff;}
#suckerfishnav li ul ul {margin:-21px 0 0 250px;}
#suckerfishnav li li:hover {background:#1d528d; color:#fff}
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {color:#fff; background:#1d528d}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {color:#fff;}

#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {color:#fff;}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul  {left:-999em;}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul  {left:auto; background:#02224a;}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {background:#1d528d; color:#fff}

/* End nav bar*/

/* Start homepage*/ 
.homebanner {background:url(images/home-background.png) repeat-x 0 0; min-height:280px;}
.banner-left {width:450px; float:left; margin:0 0 0 0; text-align:center;}
.banner-right {width:490px; float:right; margin:0 0 0 0}


.bannertext {width:450px; padding:50px 0 0 0; background:url(images/custom-web-design.png) no-repeat center 30px; cursor:default; font-family:Georgia, "Times New Roman", Times, serif; color:#fff;text-shadow: #006 1px 1px 0; font-style:italic; font-size:22px; min-height:200px;}

.packagearea {clear:both; display:block; margin:42px 0 0 0;}

.packagearea ul { margin:0 0 0 0;}
.packagearea ul li { float:left; margin:0 0 0 0; padding:0 0 0 0; list-style-type:none; list-style:none}
.packagearea ul li a {}
.packagearea ul li a:hover {}

.packagearea ul li a, .bannertext ul li a:hover { font-size:000.1em; display:block; width:125px; height:75px;}

#cms {background:url(images/packages.png) no-repeat 0 0; color:#c00;}
#cms:hover {background:url(images/packages.png) no-repeat 0 -75px; color:#003}

#ecom {background:url(images/packages.png) no-repeat -125px 0; color:#c00;}
#ecom:hover {background:url(images/packages.png) no-repeat -125px -75px; color:#003}

#blog {background:url(images/packages.png) no-repeat -250px 0; color:#c00;}
#blog:hover {background:url(images/packages.png) no-repeat -250px -75px; color:#003}

/* Start request a quote button gallery*/
.request-a-quote {clear:both; width:426px; height:95px; display:block; margin:20px 0 0 0;}
.request-a-quote a, .request-a-quote a:hover {width:426px; height:95px; display:block; font-size:0.00000001em; text-align:center;  text-decoration:none; text-shadow:none}
.request-a-quote a {background:url(images/request-a-quote.png) no-repeat 0 -95px;color:#084898;}
.request-a-quote a:hover {background:url(images/request-a-quote.png) no-repeat 0 0; color:#9e0501}
/* End request a quote button gallery*/


/* Start homepage image gallery*/
#homepage .homepagearea .ngg_images .ngg-widget {width:480px; margin:0 0 0 0; padding:0 0 0 0;}
#sidebar .ngg_images .ngg-widget {width:350px; margin:0 0 0 0; padding:0 0 0 0;}
#homepage .homepagearea .ngg_images .ngg-widget a img, #homepage .homepagearea .ngg_images .ngg-widget a:hover img, #sidebar .ngg_images .ngg-widget a img, #sidebar .ngg_images .ngg-widget a:hover img {width:105px; height:105px; margin:0 0px 0 0; padding:0 0 0 0;}
#homepage .homepagearea .ngg_images .ngg-widget a img, #sidebar .ngg_images .ngg-widget a img {border:4px solid #c0c0c0;}
#homepage .homepagearea .ngg_images .ngg-widget a:hover img, #sidebar .ngg_images .ngg-widget a:hover img {border:4px solid #1d528d;}
/* end homepage image gallery*/

.last {margin-right:0;}
#homepage {width:960px;}
#homepage .homepagearea {width:470px; float:left; margin-right:10px;}
#homepage .homepagearea ul {margin:0 0 0 0; padding:0 0 0 0;}
#homepage .homepagearea ul li {width:470px; margin:0 0 0 0; padding:0 0 0 0; list-style:none; list-style-type:none; text-align:left}
#homepage .homepagearea .widget {margin:10px 10px 10px 0; clear:both}
#sidebar .widget {text-align:left; margin:10px 10px 10px 0;}
#homepage .homepagearea .widget h2.widgettitle, #sidebar .widget h2.widgettitle {font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#02224a; text-transform:uppercase; margin:10px 0 10px 0; padding:5px 0 5px 0; border-bottom:#277eb5 1px solid; cursor:default;text-shadow: #fff 1px 1px 0;}

/* start homepage  services */
#homepage .homepagearea .widget .textwidget .services, #sidebar .widget .textwidget .services {min-height:78px; background:#1c528d url(images/blue-background.png) repeat-x 0 0; padding:0 0 0 0; display:block;}
#sidebar .widget .textwidget .services {min-height:156px;}

#homepage .homepagearea .widget .textwidget .services ul, #sidebar .widget .textwidget .services ul { margin:0 0 0 0;}
#homepage .homepagearea .widget .textwidget .services ul li, #sidebar .widget .textwidget .services ul li { float:left; width:235px; display:block; text-transform:uppercase; margin:0 0 0 0}
#sidebar .widget .textwidget .services ul li {width:340px; clear:both;}
#homepage .homepagearea .widget .textwidget .services ul li a, #homepage .homepagearea .widget .textwidget .services ul li a:hover, #sidebar .widget .textwidget .services ul li a, #sidebar .widget .textwidget .services ul li a:hover { color:#fff;text-shadow: #02224a 1px 1px 0; font-weight:bold; padding:5px 10px 5px 10px; display:block; text-decoration:none;}
#homepage .homepagearea .widget .textwidget .services ul li a, #sidebar .widget .textwidget .services ul li a {border-bottom:1px dotted #ccc;}
#homepage .homepagearea .widget .textwidget .services ul li a:hover, #sidebar .widget .textwidget .services ul li a:hover {background:#02224a url(images/arrow.png) no-repeat 98% 8px; border-bottom:1px dotted #fff;}
/* end homepage  services */

/* start homepage testimonials */
#homepage .homepagearea .widget .textwidget .testimonials {background:#fff url(images/grey-gradiant-background.png) repeat-x 0 0; padding:10px 10px 0 10px; display:block;}
#sidebar .widget .textwidget .testimonials {background:#fff url(images/grey-gradiant-background.png) repeat-x 0 0; padding:10px 10px 0 10px; display:block;}

#homepage .homepagearea .widget .textwidget .testimonials ul, #sidebar .widget .textwidget .testimonials ul {margin:-14px 0 0 0;}
#homepage .homepagearea .widget .textwidget .testimonials ul li, #sidebar .widget .textwidget .testimonials li {display:block; text-transform:none; margin:0 0 0 0; clear:both; color:#333; background:url(images/quote.png) no-repeat 0 0; padding:11px 20px 10px 25px;text-shadow: #fff 1px 1px 0;}
#homepage .homepagearea .widget .textwidget .testimonials ul li {width:430px;}
/* end homepage testimonials */


/* start homepage blogs */
#homepage .homepagearea .widget_recent_entries h2.widgettitle {font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#02224a; text-transform:uppercase; margin:10px 0 10px 0; padding:5px 0 5px 0; border-bottom:#277eb5 1px solid; cursor:default}

#homepage .homepagearea .widget_recent_entries {min-height:130px; background:#fff url(images/grey-gradiant-background.png) repeat-x 0 37px; padding:0 0 0 0; display:block;}
#homepage .homepagearea .widget_recent_entries ul {margin:0 0 0 0;}
#homepage .homepagearea .widget_recent_entries ul li {display:block; text-transform:none; margin:0 0 0 0; clear:both; color:#333; padding:0 0 0 0;}
#homepage .homepagearea .widget_recent_entries ul li a, #homepage .homepagearea .widget_recent_entries ul li a:hover { text-transform:uppercase; padding:5px 10px 5px 10px; display:block; text-decoration:none;}
#homepage .homepagearea .widget_recent_entries ul li a { color:#333; border-bottom:1px dotted #666;text-shadow: #fff 1px 1px 0;}
#homepage .homepagearea .widget_recent_entries ul li a:hover {color:#fff; border-bottom:1px dotted #fff; background:#02224a url(images/arrow.png) no-repeat 98% 8px;text-shadow: #000 1px 1px 0; font-weight:bold}

/* end homepage testimonials */

/* end homepage*/ 

/* Begin Sidebar */
#sidebar
{
	padding: 0 0 10px 10px;
	width: 350px;
	float:right;
	margin:10px 0 10px 0;
	border-left:1px dotted #ccc;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */
.entry {color:#333;}
.post h2 {font-size:36px;  font-weight:normal;text-shadow: #fff 1px 1px 0; color:#02224a; cursor:default; text-align:left}
#respond h3, h3#comments, .entry h3 {color:#346ca9; text-transform:uppercase; text-align:left;} 

.entry h3 {margin:15px 0 0 0; border-bottom:1px dotted #ccc; padding:10px 0 0 0; color:#d00}

#respond h3, h3#comments { color:#02224a;text-shadow: #fff 1px 1px 0;}
#respond {margin:20px 0 0 0; padding:20px; border:1px solid #346ca9; background-color:#ddecfd;}
h3#comments {border-bottom:1px dotted #5c98da;}

.postmetadata {background-color:#f2f7fc; margin-bottom:20px;}

.project td {padding:5px 5px 5px 5px; vertical-align:top; text-align:left; border-bottom:1px dotted #666;}
.breadcrumb {text-align:left; padding:10px 0 10px 0; border-bottom:1px dotted #fff; margin:0 0 0 10px; width:950px; font-size:10px; text-transform:uppercase; font-weight:bold; font-family:Tahoma, Arial, Helvetica, sans-serif;}

.entry ul { margin:10px 0 10px 0;}
.entry ul li {padding:2px 0 0 30px; background:url(images/bullet.png) no-repeat 0 3px;}
.entry ul li strong {padding-left:10px;}

.projectlist {margin-left:-20px;}

ul.projectlist {margin:0 0 20px 0; float:left; width:570px;}
ul.projectlist li {float:left; background:none; display:block; margin:0 0 0 0;}

ul.projectlist li a img, ul.projectlist li a:hover img {padding:5px; margin:0 0 0 -20px;}
ul.projectlist li a img {border:4px solid #c0c0c0; background-color:#fff;}
ul.projectlist li a:hover img { border:4px solid #5c98da; background-color:#efefef;}
ul.projectlist li {margin:0 0 0 0;}
ul.projectlist li title {display:block;}


#respond form, .contact-form td {text-align:left;}
.contact-form {background-color:#f2f7fc; padding:20px; border:1px solid #346ca9;}

.copyright, .footernav {padding:5px 0 5px 0;}
.copyright {padding-bottom:20px; font-family:Arial, Helvetica, sans-serif; font-size:10px; text-transform:uppercase;}



p#vtip {display: none; position: absolute; padding: 10px; left: 5px; font-size: 12px; background-color:#ffc; border: 1px solid #a6c9e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 9999; color:#006; margin-top:20px; text-shadow: #fff 1px 1px 0; max-width:150px;}
p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }

.packages { margin-top:10px; margin-bottom:10px;}
.packages th, .packages td {text-align:center; font-size:12px; font-weight:bold; text-shadow: #fff 1px 1px 0;}
.packages th { background:url(images/nav-bg.png) repeat-x; padding:10px 5px 11px 5px; color:#fff; border-bottom:5px solid #00abea;text-shadow: #003 1px 1px 0; font-size:14px;}
.packages td { border-bottom:1px solid #efefef; padding:5px;}
.alter { background-color:#f7faea;}
.redtext td {color:#d00; background-color:#fcf0f0; font-size:24px;}
.bluetext td {color:#00d; background-color:#f1fafe}
.greentext td {color:#060; background-color:#fefce2}
.packages td.point {text-align:right; font-weight:bold; font-size:13px; color:#006;}
.gap td {height:6px; background-color:#fff; padding: 0 0 0 0;}
.highlighted {background-color:#fefce2}
.alter .highlighted {background-color:#f8ffaa}

.galleryimg {float:right; width:390px; text-align:right;}

.notes {background-color:#ffc; display:block; border:1px solid #FFCC66; min-height:335px; padding:0 15px 10px 0; margin:10px 0 10px 0; float:left; width:540px;}

.notes h3 {margin:10px 0 10px 20px; color:#d00;}

.notes ul li {}

.orderbutton { width:120px; height:33px; display:block;}
.orderbutton a, .orderbutton a:hover {width:120px; height:33px; display:block; text-decoration:none; text-align:left; font-size:12px; font-weight:bold; text-transform:uppercase; line-height:33px; padding-left:30px;}
.orderbutton a { color:#fff; background:url(images/order.png) no-repeat 0 -33px; text-shadow: #003 1px 1px 0;}
.orderbutton a:hover { color:#fff; background:url(images/order.png) no-repeat 0 0;text-shadow: #001 1px 1px 0;}
