@charset "utf-8"; 
/* $Id: style.css,v 1.1.2.27 2008/10/11 21:48:14 andregriffin Exp $ */
/* Drupal 6 Framework - Created by Andre Griffin
----------------------------------------------------------------
[Table of contents]

 1.Global
 2.Layout
 3.Header
 4.Navigation
 5.Nodes
 6.Comments
 7.Sidebars
 8.Blocks
 9.Footer
10.CSS Support
11.Administration

[Color codes]

 Typography
 # Dark Grey:        #333
 # Dark 	Blue:        #069
 # Pink:             #f66

 Layout
 # Mid Blue:         #b4d7f0
 # Light Blue:       #d4e7f3
 # Very Light Blue:  #edf5fa

[Font sizes - based on 75% body]

26px = 2.166667em
24px = 2em
22px = 1.8333em
21px = 1.75em
20px = 1.6667em
19px = 1.5833em
18px = 1.5em
17px = 1.416667em
16px = 1.333333em
15px = 1.25em
14px = 1.1667em
13px = 1.083333em
12px = 1em
11px = .9167em
10px = .8333em

Equasion for font sizing: 
-Desired in px ÷ Default (or parent) in px = sizing in em

----------------------------------------------------------------*/

/**
 * 1.GLOBAL
 */

* { margin: 0px; padding: 0px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	background-position: top center;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2em;
  margin: .5em 0;
}

h2 {
  font-size: 1.6667em;
  margin: .75em 0 .5em;
}

h3 {
  font-size: 1.333333em;
  margin: .5em 0;
  color: #083e6c;
}

h4 {
  font-size: 1.1667em;
  margin: .5em 0;
}

a:link, a:visited {
  color: #666666;
  text-decoration: none;
}

a:focus {
  outline: 1px dotted;
}

a:hover, a:active, li a.active {
  color: #0071b9;
  outline: none;
  text-decoration: none;
}

p  {
  font-size: 1em !important;
  line-height: 1.5em;
  margin: 0 0 1.5em;
}

blockquote {
  margin: 1.25em;
  padding: 1.25em 1.25em 0 1.25em;
}

em {
  padding: 0 3px 0 0;
}

hr {
  background: #7f7f7f;
  border: none;
  height: 1px;
  margin: 0;
  padding: 0;
}

img, a img {
  border: none;
  outline: none;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}	

/**
 * 2.LAYOUT
 */
#wrapper {
  width: 100%;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

#container {
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #f7f7f7;
}

#container2 {
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #f7f7f7;
}

/* 1 column */
#center {
  width: 940px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 15px;
  background-color: #ffffff;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

/* 3 columns */
body.sidebars #center {
float: left;
text-align: left;
  width: 960px;
  min-width: 960px;
  max-width: 960px;
  padding: 15px;
  background-color: #ffffff;
}

/* 2 columns - sidebar-left */
body.sidebar-left #center {
float: left;
text-align: left;
  width: 940px;
  background-color: #ffffff;
  padding: 15px;
}

/* 2 columns - sidebar-right */
body.sidebar-right #center {
float: left;
text-align: left;
  width: 940px;
  background-color: #ffffff;
  padding: 15px;
}

/**
 * 3.HEADER
 */
#header {
  margin: 0px;
  padding: 0px;
  position: relative;
  margin-bottom: 1px;
  width: 980px;
  min-width: 980px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1000;
}

.telno {
	background-image: url("images/page_top_contact.png");
	position:absolute;
	top:0px;
	right:-5px;
	width:855px;
	height:20px;
	
}

#logo {
	float: left;
	width: 349px;
	min-width: 349px;
	max-width: 349px;
	height: 72px;
	min-height: 72px;
	max-height: 72px;
	margin-top: 27px;
	margin-bottom: 44px;
}
#search_box{
	position: absolute;
	top: 75px;
	right:10px;
	width: 233px;
	height: 30px;
	min-height: 30px;
	max-height: 30px;
	min-width: 233px;
	max-width: 233px;
	background-image: url(images/searchbackground.png);
	background-repeat: no-repeat;
}
#search{
	margin: 0;
	padding: 0;
}#search-left{
	float: left;
	width: 193px;
}#search-right{
	float: right;
	width: 40px;	
}
#search .form-text{
	border: 0;
	font-size: 1.3em;
	width: 180px;
	margin-left: 10px;
	margin-top: 6px;
}
#search .form-button{
	border: 0;
	width: 40px;
}


#header #name {
  display:block;
}

#header #slogan {
  display: block;
  font-size: .75em;
}

#search-theme-form {
	
}

#search-theme-form .form-button, #search-theme-form .form-submit {
  margin: 0;
}

/**
 * 4.NAVIGATION
 */
ul.links li {
  background: none;
  margin: 0 10px 0 0;
  padding: 0;
}

#nav {
	margin-left: auto;
	margin-right: auto;
	width: 160px;
	height: 32px;
	line-height: 34px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: bottom;
	padding-top: 2px;
	padding-left: 220px;
}

.nav {
	margin-left: auto;
	margin-right: auto;
	width: 160px;
	height: 32px;
	line-height: 34px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: bottom;
	padding-top: 2px;
	padding-left: 220px;
}
#navlist {
	padding: 0px;
	margin: 0px;
}
#navlist li {
	list-style-type: none;
	float: left;
}
#navlist li a {
	text-decoration: none;
	outline: none;
	height: 32px;
	margin-right: 2px;
	width: 160px;
	text-align: center;
	background-image: url(images/buttonbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 32px;
	font-size: 11px;
	color: #000000;
}
#navlist li a:hover {
	text-decoration: underline;
	color: #000000;
}


#nav ul.primary-links {
  background: #d4e7f3;
  font-weight: 700;
  padding: 5px;
}

#nav ul.primary-links li {
  margin: 0;
  padding: 0;
}

#nav ul.primary-links li a:link, #nav ul.primary-links li a:visited {
	text-decoration: none;
	outline: none;
	display: block;
	height: 32px;
	margin-right: 2px;
	width: 160px;
	text-align: center;
	background-image: url(images/buttonbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 32px;
	font-size: 11px;
	color: #000000;
}

#nav ul.primary-links li a:hover, #nav ul.primary-links li a:active {
	text-decoration: underline;
	color: #000000;
}

#nav ul.secondary-links {
  border-top: 1px solid #b4d7f0;
  padding: 2px 5px;
}

#nav ul.secondary-links li {
  margin: 0;
  padding: 0;
}

#nav ul.secondary-links li a:link, #nav ul.secondary-links li a:visited {
  margin: 0 10px 0 0;
  padding: 2px 0;
}

#nav ul.secondary-links li a:hover, #nav ul.secondary-links li a:active {
  text-decoration: underline;
}

/*negative margin keeps from pushing node h2 titles down*/
#breadcrumb {
background-color: #f0f0f0;
border: 1px solid #e6e6e6;
height: 20px;
min-height: 20px;
width: 930px;
min-width: 930px;
  color: #216aa1;
  font-size: 1em;
  margin: 0px 0px 10px 0px;
  padding: 8px 0px 0px 10px;
  font-weight: bold;
  font-size: 12px;
}

.breadcrumb a:link, .breadcrumb a:visited {
  color: #216aa1;
  font-weight: normal;
}

.breadcrumb a:hover {
  color: #61aaf1;
  font-weight: normal;
}

/**
 * 5.NODES
 */
span.submitted {
  color: #898989;
  display: block;
  font-size: .8333em;
  margin: -5px 0 4px;
}

.meta {
  margin: 0 0 1px;
  padding: 0 10px;
}

.meta div.links {
  float: left;
}

.meta div.terms {
  float: right;
}

.meta div.links ul.links li {
  float: left;
  padding: 5px 10px 5px 0;
}

.meta div.terms ul.links li {
  float: left;
  padding: 5px 0 5px 10px;
}

.node_read_more {
  font-weight: bold;
}

.item-list ul.pager {
  margin: 1em 0;
}

.item-list ul.pager li {
  margin: 0;
  padding: 0;
}

.item-list ul.pager li a:link, .item-list ul.pager li a:visited, .item-list ul.pager li.pager-current {
  border: 1px solid #ccc;
  color: #069;
  margin: .3em .1em;
  padding: .3em .5em;
}

.item-list ul.pager li a:hover, .item-list ul.pager li a:active {
  background-color: #edf5fa;
  color: #f66;
}

.item-list ul.pager li.pager-current {
  background-color: #d4e7f3;
  color: #069;
}

/**
 * 6.COMMENTS
 */
#comments h2.comments {
  margin: .5em 0 -15px;
} 

.comment {
  margin: 20px 0 0;
  padding: 0;
}

.comment-bar {
  background: #edf5fa;
  border-bottom: 1px solid #b4d7f0;
  padding: 5px;
  position: relative;
}

.comment span.submitted {
  color: #898989;
  display: inline;
  font-size: .8333em;
  margin: 0;
}

.comment span.new {
  color: red;
  font-size: .8333em;
}

.comment .content {
  padding: 5px;
}

.comment h3 {
  font-size: 1.1667em;
  margin: .5em 5px 0;
}

.comment ul.links {
  margin: -10px 0 0 25px;
}

.comment ul.links li a {
  text-decoration: underline;
}

.indented {
  border-left: 1px solid #ddd;
  margin-left: 14px;
  padding-left: 5px;
}

/**
 * 7.SIDEBARS
 */
.sidebar {
  width: 335px;
  margin: 0px;
  padding: 0px;
}

#sidebar-left {
  float: left;
  padding-right: 10px;
  width: 335px;
}

#sidebar-right {
  padding: 0px;
  margin: 0px;
  float: right;
  width: 335px;
}

/**
 * 8.BLOCKS
 */
.block {
  margin: 0px;
}

#user-login-form .item-list ul li {
  background: none;
  padding: 0;
}

#search-block-form .form-text {
  width: 8em;
}

#search-block-form input.form-submit {
  font-size: .9em;
  width: 5em;
  padding: 0;
}
.block block-contact_form_blocks{
	width: 460px;
	float: right;	
}

/**
 * 9.FOOTER
 */



#footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 5px;
}

#footer #block-system-0 {
  position: absolute;
  right: 25px;
  top: 6px;
}

/**
 * 10.CSS SUPPORT
 */
span.clear     { clear: both; display: block; font-size: 0; height: 1px; line-height: 0; margin-bottom: -1px; }
.clear         { clear: both; }
.clear-block   { display: block; }
.float-left    { float: left; }
.float-right   { float: right; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }

.wrap          { width: 960px; margin: 0 auto; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0 }
.noindent      { margin-left: 0; padding-left: 0 }
.nobullet      { list-style: none; list-style-image: none; }

/**
 * 11.ADMINISTRATION
 */

/* lists */
dl { margin: .5em 0 1em; padding: 0; }
dl dd { margin: 0 0 .5em 1.5em; }
ol { margin: .5em 0 1em; padding: 0 0 0 1.5em; }
ol li { margin: .15em 0 .15em .5em; padding: 0 0 .2em; }
//ol ul li { margin-left: .5em; padding: 0 0 .2em 1.5em; }
// ul { margin: .5em 0 1em; padding: 0; }
.item-list ul { margin: .35em 0 0 -.5em; padding: 0; }
.item-list ul ul { margin-left: 0; }
// ul li, ul li.leaf, .item-list ul li { background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; list-style-image: none; list-style-type: none; margin: .15em 0 .15em .5em; padding: 0 0 .2em 1.5em; }
//ul li.expanded { background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; }
//ul li.collapsed { background: transparent url(images/menu-collapsed.gif) no-repeat 0 .35em; }
//ul li.leaf a, ul li.expanded a, ul li.collapsed a { display: block; }
//ul.inline li { background: none; margin: 0; padding: 0 1em 0 0; }
//ul ol li { background: none; list-style-type: decimal; margin-left: 2em; padding: 0 0 .2em; }
//ul ul li { margin-left: 2em; }

/* menu */
ul.menu { margin: 0; padding: 0; }
ul.menu li { background-position: .3em .6em; list-style-image: none; list-style-type: none; margin: 0; padding: .1em 0 .1em 0; }
ul.menu li a { padding: .1em 0 .1em 1.5em; }
ul.menu li ul li { background-position: 1.5em .6em; }
ul.menu li ul li a { padding-left: 2.7em; }
ul.menu li ul li ul li { background-position: 2.7em .6em; }
ul.menu li ul li ul li a { padding-left: 3.9em; }
ul.menu li ul li ul li ul li { background-position: 3.9em .6em; }
ul.menu li ul li ul li ul li a { padding-left: 5.1em; }
ul.menu li.expanded { padding-bottom: 0; }
ul.menu li.expanded ul { margin-top: .1em; }

/* menu zebra coloring */


/* legacy list support -- MUST COMMENT OUT [LISTS/MENU/ZEBRA COLORING] ABOVE -- remove brackets around asterisk to enable -- [*]/
ul { margin: .5em 0 1em; padding: 0; }
ol { margin: .75em 0 1.25em; padding: 0; }
ol li, ul li { margin: .4em 0 .4em .5em; }
ul.menu, .item-list ul { margin: .35em 0 0 -.5em; padding:0; }
ul.menu ul, .item-list ul ul { margin-left: 0; }
ol li, ul li, ul.menu li, .item-list ul li, li.leaf { margin: .15em 0 .15em .5em; }
ul li, ul.menu li, .item-list ul li, li.leaf { background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; list-style-image: none; list-style-type: none; padding: 0 0 .2em 1.5em; }
ol li { margin-left: 2em; padding: 0 0 .3em; }
ul li.expanded { background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; }
ul li.collapsed { background: transparent url(images/menu-collapsed.gif) no-repeat 0 .35em; }
ul li.leaf a, ul li.expanded a, ul li.collapsed a { display: block; }
ul.inline li { background: none; margin: 0; padding: 0 1em 0 0; }
dl { margin: .5em 0 1em 1.5em; }
dl dd { margin: 0 0 .5em 1.5em; }
/* end legacy list support */

/* admin tab links */
ul.primary, ul.primary li, ul.secondary, ul.secondary li { background: none; border: 0; margin: 0; padding: 0; }
ul.secondary { border-bottom: 1px solid #b4d7f0; clear: both; margin: 0 0 1em; padding: .5em 0; text-align: left; }
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited, ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited { background: none; border: 0; margin: 0; padding: 0 1em 0 0; text-decoration: none; }
ul.primary li.active a, ul.secondary li.active a { font-weight: 700; }

/* position admin tab links and style admin h2 */
#tabs-wrapper { margin: 0; padding: 0; }
h2.with-tabs { margin-bottom: 0; }
#tabs-wrapper ul.tabs { margin: 0 0 .5em; padding: 0; }

/* stuff you probably will not need to change - includes admin coloring */
quote, code, fieldset { margin: .5em 0; }
input { color: #494949; font: 1em Verdana, sans-serif; }
textarea, select { color: #494949; font: 1em Verdana, sans-serif; }
fieldset ul.clear-block li { background-image: none; margin: 0; padding: 0; }
fieldset { background: #fff; border: 1px solid #d4e7f3; margin: 1em 0; padding: 1em; }
fieldset legend { display: block; }
html.js fieldset.collapsed { background: transparent; padding-bottom: .6em; padding-top: 0; }
html.js fieldset.collapsible legend a { background: url(images/menu-expanded.gif) no-repeat 0 50%; padding-left: 2em; }
html.js fieldset.collapsed legend a { background: url(images/menu-collapsed.gif) no-repeat 0 50%; }

table { }
thead th { border-bottom: 2px solid #d4e7f3; color: #494949; font-weight: 700; }
tbody { border-top:none; }
th a:link, th a:visited { color: #7f7f7f; }
td, th { padding: .3em .5em; }
tr.even, tr.odd, tbody th { border: solid #d4e7f3; border-width: 1px 0; }
tr.odd, tr.info { background-color: #edf5fa; }
tr.even { background-color: #fff; }
tr.drag { background-color: #fffff0; }
tr.drag-previous { background-color: #ffd; }
tr.odd td.active { background-color: #d4e7f3; }
tr.even td.active { background-color: #edf5fa; }
td.region, td.module, td.container, td.category { background-color: #d4e7f3; border-bottom: 1px solid #b4d7f0; border-top: 1.5em solid #fff; color: #666; font-weight: 700; }
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category { border-top-width: 0; }
tr.odd td.menu-disabled { background-color: #edf5fa; }
tr.even td.menu-disabled { background-color: #fff; }
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active { color: #d4e7f3; }
tr.taxonomy-term-divider-top { border-bottom: none; }
tr.taxonomy-term-divider-bottom { border-top: 1px dotted #ccc; }

#autocomplete li { cursor: default; margin: 0; padding: 2px; }
#autocomplete li.selected, tr.selected td, tr.selected td.active { background: #027ac6; color: #fff; }
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item { margin: .25em 0; }
#center form { margin-bottom: 2em; }
.form-button, .form-submit { margin: 2em .5em 1em 0; }
#dblog-form-overview .form-submit, .confirmation .form-submit, .search-form .form-submit, .poll .form-submit, fieldset .form-button, fieldset .form-submit, .sidebar .form-button, .sidebar .form-submit, table .form-button, table .form-submit { margin: 0; }

div.admin-panel, div.admin-panel .description, div.admin-panel .body, div.admin, div.admin .left, div.admin .right, div.admin .expert-link, div.item-list, .menu { margin: 0; padding: 0; }
div.admin h3 { margin-bottom: 0; }
div.admin .left { float: left; width: 48%; }
div.admin .right { float: right; width: 48%; }
div.admin-panel { background: none; padding: 1em 1em 1.5em; }
div.admin-panel .description { margin-bottom: 1.5em; }
div.admin-panel dl { margin: 0; }
div.admin-panel dd { color: #898989; font-size: .92em; line-height: 1.3em; margin-bottom: .65em; margin-top: -.2em; }

.messages { background-color: #fff; border: 1px solid #b8d3e5; }
.preview { background-color: #fcfce8; border: 1px solid #e5e58f; }
.preview .node { background-color: #fcfce8; }

span.form-required { color: #ffae00; }
.description { color: #898989; font-size: .92em; line-height: 150%; margin-bottom: .75em; }
.messages, .preview { margin: .75em 0; padding: .5em 1em; }
.messages ul { margin: 0; }
.box { margin-bottom: 2.5em; }
.profile dd { margin-bottom: 1.6em; }
.profile h3 { border-bottom: none; }

div.status { border-color: #c7f2c8; color: #33a333; }
div.error, tr.error { background-color: #fcc; color: #a30000; }
.form-item input.error, .form-item textarea.error { border: 0; }
table.system-status-report th { border-color: #d4e7f3; }
table.system-status-report tr.error, table.system-status-report tr.error th { background-color: #fcc; border-color: #ebb; color: #200; }
table.system-status-report tr.warning, table.system-status-report tr.warning th { background-color: #ffd; border-color: #eeb; }
table.system-status-report tr.ok, table.system-status-report tr.ok th { background-color: #dfd; border-color: #beb; }

.simplegallery-table { width: 400px; }
.simplegallery-table image { float: left; margin: 2px; }

#header ul { float: right; }

#header ul li { 	
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	height: 32px;
	min-height: 32px;
	max-height: 32px;
	margin-right: 2px;
	width: 160px;
	min-width: 160px;
	max-width: 160px;
	text-align: center;
	background-image: url(images/buttonbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	 }
	 
#header ul li a {
font-size: 11px;
color: #000000;
text-decoration: none;
}

#header ul li a:hover {
font-size: 11px;
color: #000000;
text-decoration: underline
}




#block-menu-menu-tanksstands { text-align: center; }

#block-menu-menu-tanksstands ul { text-align: center; display: inline; }

#block-menu-menu-tanksstands ul li { display: inline; width: 100px; }

#block-menu-menu-tanksstands ul li a { width: 100px; background-color: #000000; display: inline; }

#block-menu-menu-tanksstands ul li a:hover { width: 100px; background-color: #000000; display: inline; }

#block-menu-menu-offroad { text-align: center; }

#block-menu-menu-offroad ul { text-align: center; display: inline; }

#block-menu-menu-offroad ul li { display: inline; width: 100px; }

#block-menu-menu-offroad ul li a { width: 100px; background-color: #000000; display: inline; }

#block-menu-menu-offroad ul li a:hover { width: 100px; background-color: #000000; display: inline; }

.emslink { color: #000000; }

.horirule 
{ 
	background-color: #ffffff;
	background-image: url("images/bluerule.png"); 
	width: 945px; 
	min-width: 945px;
	max-width: 945px;
	height: 5px;
	min-height: 5px;
	max-height: 5px;
	padding: 0px;
	margin: 0px;
}

#flashnode { padding: 0px; margin: 0px; z-index: 0;}

#block-block-1 { padding: 0px; margin: 0px; }

#block-block-1 .content  { padding: 0px; margin: 0px; }

#block-block-1 .content p { padding: 0px; margin: 0px; }

#block-block-1 .content.flashnode { padding: 0px; margin: 0px; }

#block-block-1 .content .flashnode object { padding: 0px; margin: 0px; }

#block-emspackages-0 .content { padding: 0px; margin: 0px; width: 350px; text-align: left; }


.container2 { background-image: none; }

#ddblock-1  { padding: 0px; margin: 0px; border: 0px;}
.ddblock-content  { padding: 0px; margin: 0px; border: 0px;}
.ddblock-container  { padding: 0px; margin: 0px; border: 0px;}
#block-ddblock-1  { padding: 0px; margin: 0px; border: 0px;}

#block-content_slider-0 { height: 260px; min-height: 260px; max-height: 260px;  margin: 0px; padding: 0px; }

#right_container_packages h4 { width: 250px; min-width: 250px; max-width: 250px; height: 25px; min-height: 25px; font-size: 16px; font-weight: bold; background-color: #114569; color: #ffffff; padding-top: 5px; padding-left: 5px; margin-top: 0px; }

#right_container_packages .right_bottom { background-image: url('images/ems_logo_mask.png'); background-position: bottom center; background-repeat: no-repeat; width: 283px; min-width: 283px; max-width: 283px; height: 560px; min-height:560px; padding-top: 10px; }

.right_innerbox_packages { background-image: url('images/right_box_packages.png'); background-repeat: no-repeat; width: 254px; min-width: 254px; max-width: 254px; height: 123px; min-height: 123px; max-height: 123px; color: #0071b9; }

#right_container_packages { background-image: url('images/right_packages.png'); background-position: top right; width: 283px; min-width: 283px; max-width: 283px; }

#right_container_packages .right_large { margin-right: 10px; text-align: right; font-size: 20px; color: #0071b9; }

#right_container_packages .right_large a { margin-right: 10px; text-align: right; font-size: 20px; color: #0071b9; border-bottom: 1px solid #0071b9; }

#right_container_packages .right_large  a:hover { margin-right: 10px; text-align: right; font-size: 20px; color: #0071b9; border-bottom: 1px solid #ffffff; }


#right_container_contact h4 { width: 250px; min-width: 250px; max-width: 250px; height: 25px; min-height: 25px; font-size: 16px; font-weight: bold; background-color: #655fa3; color: #ffffff; padding-top: 5px; padding-left: 5px; margin-top: 0px; }

#right_container_contact .right_bottom { background-image: url('images/ems_logo_mask.png'); background-position: bottom center; background-repeat: no-repeat; width: 283px; min-width: 283px; max-width: 283px; height: 660px; min-height:660px; padding-top: 10px; }

.right_innerbox_contact { 	background-image: url('images/right_box_portfolio.png'); background-repeat: no-repeat; width: 254px; min-width: 254px; max-width: 254px; height: 85px; min-height: 85px; max-height: 85px; color: #655fa3; }

#right_container_contact { background-image: url('images/right_contact.png'); background-position: top right; width: 283px; min-width: 283px; max-width: 283px; }

#right_container_contact.right_large { margin-right: 10px; text-align: right; font-size: 20px; color: #655fa3; }

#right_container_contact  a { margin-right: 10px; text-align: right; font-size: 20px; color: #655fa3; }

#right_container_contact  a:hover { margin-right: 10px; text-align: right; font-size: 20px; color: #655fa3;  border-bottom: 1px solid #655fa3; }


#right_container_google h4 { width: 250px; min-width: 250px; max-width: 250px; height: 25px; min-height: 25px; font-size: 16px; font-weight: bold; background-color: #1c327b; color: #ffffff; padding-top: 5px; padding-left: 5px; margin-top: 0px; }

#right_container_google .right_bottom { background-image: url('images/ems_logo_mask.png'); background-position: bottom center; background-repeat: no-repeat; width: 283px; min-width: 283px; max-width: 283px; height: 660px; min-height:660px; padding-top: 10px; }

.right_innerbox_google { 	background-image: url('images/right_box_portfolio.png'); background-repeat: no-repeat; width: 254px; min-width: 254px; max-width: 254px; height: 85px; min-height: 85px; max-height: 85px; color: #1c327b; }

#right_container_google { background-image: url('images/right_google.png'); background-position: top right; width: 283px; min-width: 283px; max-width: 283px; }

#right_container_google.right_large { margin-right: 10px; text-align: right; font-size: 20px; color: #1c327b; }

#right_container_google  a { margin-right: 10px; text-align: right; font-size: 20px; color: #1c327b; }

#right_container_google  a:hover { margin-right: 10px; text-align: right; font-size: 20px; color: #1c327b;  border-bottom: 1px solid #1c327b; }


#right_container_marketing h4 { width: 250px; min-width: 250px; max-width: 250px; height: 25px; min-height: 25px; font-size: 16px; font-weight: bold; background-color: #fe4d00; color: #ffffff; padding-top: 5px; padding-left: 5px; margin-top: 0px; }

#right_container_marketing .right_bottom { background-image: url('images/ems_logo_mask.png'); background-position: bottom center; background-repeat: no-repeat; width: 283px; min-width: 283px; max-width: 283px; height: 660px; min-height:660px; padding-top: 10px; }

.right_innerbox_marketing { 	background-image: url('images/right_box_portfolio.png'); background-repeat: no-repeat; width: 254px; min-width: 254px; max-width: 254px; height: 85px; min-height: 85px; max-height: 85px; color: #fe4d00; }

#right_container_marketing { background-image: url('images/right_marketing.png'); background-position: top right; width: 283px; min-width: 283px; max-width: 283px; }

#right_container_marketing.right_large { margin-right: 10px; text-align: right; font-size: 20px; color: #fe4d00; }

#right_container_marketing  a { margin-right: 10px; text-align: right; font-size: 20px; color: #fe4d00; }

#right_container_marketing  a:hover { margin-right: 10px; text-align: right; font-size: 20px; color: #fe4d00;  border-bottom: 1px solid #fe4d00; }


#right_container_myaccount .right_bottom { background-image: url('images/ems_logo_mask.png'); background-position: bottom center; background-repeat: no-repeat; width: 283px; min-width: 283px; max-width: 283px; height: 660px; min-height:660px; padding-top: 10px; }

#right_container_myaccount { background-image: url('images/right_myaccount.png'); background-position: top right; width: 283px; min-width: 283px; max-width: 283px; }


#right_container_help .right_bottom { background-image: url('images/ems_logo_mask.png'); background-position: bottom center; background-repeat: no-repeat; width: 283px; min-width: 283px; max-width: 283px; height: 660px; min-height:660px; padding-top: 10px; }

#right_container_help { background-image: url('images/right_help.png'); background-position: top right; width: 283px; min-width: 283px; max-width: 283px; }



#right_container_faqs h4 {
	width: 250px
	min-width: 250px;
	max-width: 250px;
	height: 25px;
	min-height: 25px;
	font-size: 16px;
	font-weight: bold;
	background-color: #832027;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 0px;
}

#right_container_portfolio h4 {
	width: 250px
	min-width: 250px;
	max-width: 250px;
	height: 25px;
	min-height: 25px;
	font-size: 16px;
	font-weight: bold;
	background-color: #d39f36;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 0px;
}

#right_spacer {
	height: 283px;
	min-height: 283px;
	max-height: 283px;
}

.right_content {
	float: right;
	width: 180px;
	min-width: 180px;
	max-width: 180px;
	margin: 0px;
	padding: 0px;
}



#right_container_faqs .right_bottom {
	background-image: url('images/ems_logo_mask.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 283px;
	min-width: 283px;
	max-width: 283px;
	height: 660px;
	min-height:660px; 
	
	padding-top: 10px;
}

.right_innerbox_faqs {
	background-image: url('images/right_box_packages.png');
	background-repeat: no-repeat;
	width: 254px;
	min-width: 254px;
	max-width: 254px;
	height: 123px;
	min-height: 123px;
	max-height: 123px;
	color: #832027;
}

#right_container_faqs {
	background-image: url('images/right_faqs.png');
	background-position: top right;
	width: 283px;
	min-width: 283px;
	max-width: 283px;
}

#right_container_portfolio .right_bottom {
	background-image: url('images/ems_logo_mask.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 283px;
	min-width: 283px;
	max-width: 283px;
	height: 660px;
	min-height:660px; 
	
	padding-top: 10px;
}

.right_innerbox_portfolio {
	background-image: url('images/right_box_portfolio.png');
	background-repeat: no-repeat;
	width: 254px;
	min-width: 254px;
	max-width: 254px;
	height: 85px;
	min-height: 85px;
	max-height: 85px;
	color: #b37f16;
}

.right_innerbox_portfolio h5 a {
	color: #B37F16;
}

#right_container_portfolio {
	background-image: url('images/right_portfolio.png');
	background-position: top right;
	width: 283px;
	min-width: 283px;
	max-width: 283px;
}

.telephone {
	background-image: url('images/telephone.png');
	width: 50px;
	min-width: 50px;
	max-width: 50px;
	height: 43px;
	min-height: 43px;
	max-height: 43px;
	margin: 6px;
	float: left;
}

.basket {
	background-image: url('images/basket.png');
	width: 50px;
	min-width: 50px;
	max-width: 50px;
	height: 43px;
	min-height: 43px;
	max-height: 43px;
	margin: 6px;
	float: left;
}

.faqs {
	background-image: url('images/faq.png');
	width: 50px;
	min-width: 50px;
	max-width: 50px;
	height: 43px;
	min-height: 43px;
	max-height: 43px;
	margin: 6px;
	float: left;
}

.portfolio {
	background-image: url('images/portfolio.png');
	width: 50px;
	min-width: 50px;
	max-width: 50px;
	height: 43px;
	min-height: 43px;
	max-height: 43px;
	margin: 6px;
	float: left;
}

.questionmark {
	background-image: url('images/questionmark.png');
	width: 50px;
	min-width: 50px;
	max-width: 50px;
	height: 43px;
	min-height: 43px;
	max-height: 43px;
	margin: 6px;
	float: left;
}

.map {
	background-image: url('images/map.png');
	width: 50px;
	min-width: 50px;
	max-width: 50px;
	height: 43px;
	min-height: 43px;
	max-height: 43px;
	margin: 6px;
	float: left;
}

.contactbook {
	background-image: url('images/contactbook.png');
	width: 50px;
	min-width: 50px;
	max-width: 50px;
	height: 43px;
	min-height: 43px;
	max-height: 43px;
	margin: 6px;
	float: left;
}

.google {
	background-image: url('images/google.png');
	width: 50px;
	min-width: 50px;
	max-width: 50px;
	height: 43px;
	min-height: 43px;
	max-height: 43px;
	margin: 6px;
	float: left;
}

.1stpage_basket {
	background-image: url('images/1stpage_basket.png');
	width: 50px;
	min-width: 50px;
	max-width: 50px;
	height: 43px;
	min-height: 43px;
	max-height: 43px;
	margin: 6px;
	float: left;
}

.1stpage_phone {
	background-image: url('images/1stpage_phone.png');
	width: 50px;
	min-width: 50px;
	max-width: 50px;
	height: 43px;
	min-height: 43px;
	max-height: 43px;
	margin: 6px;
	float: left;
}

.edit_submit {
	float: right;
}

h5 {
	font-size: 18px;
	margin-bottom: 8px;
}



#right_container_faqs .right_large {
	margin-right: 10px;
	text-align: right;
	font-size: 20px;
	color: #832027;
}

#right_container_faqs .right_large a {
	margin-right: 10px;
	text-align: right;
	font-size: 20px;
	color: #832027;
	border-bottom: 1px solid #832027;
}

#right_container_faqs .right_large  a:hover {
	margin-right: 10px;
	text-align: right;
	font-size: 20px;
	color: #832027;
	border-bottom: 1px solid #ffffff;
}

#right_container_portfolio .right_large {
	margin-right: 10px;
	text-align: right;
	font-size: 20px;
	color: #d39f36;
}

#right_container_portfolio .right_large a {
	margin-right: 10px;
	text-align: right;
	font-size: 20px;
	color: #d39f36;
	border-bottom: 1px solid #d39f36;
}

#right_container_portfolio .right_large  a:hover {
	margin-right: 10px;
	text-align: right;
	font-size: 20px;
	color: #d39f36;
	border-bottom: 1px solid #ffffff;
}

.item-list ul  {
	list-style-image: url('images/bluebullet.png');
}

.contact_rule {
	background-image: url('images/contact_rule.png');
	width: 606px;
	min-width: 606px;
	height: 6px;
	min-height: 6px;
}

.contact_block {
	background-color: #655fa3;
	height: 18px;
	min-height: 18px;
	width: 18px;
	min-width: 18px;
	margin: 8px;
	}
	
.node_read_more {
	display: none;
	visibility: hidden;
}

.search {
	background-image: url('images/search.png');
	width: 37px;
	min-width: 37px;
	height: 37px;
	min-height: 37px;
}

.buy {
	background-image: url('images/buynow.png');
	width: 97px;
	min-width: 97px;
	height: 28px;
	min-height: 28px;
}

.packages_background {
	background-image: url('images/packages_background.png');
	height: 307px;
	min-height: 307px;
}

.silverpackage_background {
	background-image: url('images/silverpackage_back.png');
	height: 307px;
	min-height: 307px;
}


.whoisinput { font-size: 28px; border: 1px solid #000000; }

.comment_forbidden {
	display: none;
	visibility: hidden;
}

.taxonomy_term_1 {
	display: none;
	visibility: hidden;
}

.taxonomy_term_2 {
	display: none;
	visibility: hidden;
}

.taxonomy_term_3 {
	display: none;
	visibility: hidden;
}

#bronze_package {
	background-image: url('images/bronze_package_back.png'); 
	width: 210px; 
	min-width: 210px; 
	max-width: 210px; 
	height: 130px; 
	min-height: 130px; 
	max-height: 130px; 
	padding: 10px 0px 0px 0px; 
	margin: 0px 2px 0px 0px;
	float: left;
}

#bronze_package .bronzeblock {
	background-image: url('images/bronze_package_hblock.png'); 
	width: 15px; 
	min-width: 15px; 
	max-width: 15px; 
	height: 15px; 
	min-height: 15px; 
	max-height: 15px;
	float: left;	
	margin-right: 8px;
}

#bronze_package .bronzelist {
	list-style-image: url('images/bronze_package_liblock.png');
	margin-left: 25px;
	margin-top: 10px;
}

#bronze_package  .bronzecontent {
	height: 85px;
	min-height: 85px;
	max-height: 85px;
	//height: 95px; 
	//min-height: 95px;
	//max-height: 95px;
	font-size: 9px;
}

#silver_package {
	background-image: url('images/silver_package_back.png'); 
	width: 210px; 
	min-width: 210px; 
	max-width: 210px; 
	height: 130px; 
	min-height: 130px; 
	max-height: 130px; 
	padding: 10px 0px 0px 0px; 
	margin: 0px 2px 0px 2px;
	float: left;
}

#silver_package .silverblock {
	background-image: url('images/silver_package_hblock.png'); 
	width: 15px; 
	min-width: 15px; 
	max-width: 15px; 
	height: 15px; 
	min-height: 15px; 
	max-height: 15px;
	float: left;	
	margin-right: 8px;
}

#silver_package .silverlist {
	list-style-image: url('images/silver_package_liblock.png');
	margin: 10px 0px 0px 25px;
	padding: 0px;
	
}

#silver_package  .silvercontent {
	height: 85px; 
	min-height: 85px;
	max-height: 85px;
	//height: 95px; 
	//min-height: 95px;
	//max-height: 95px;

	font-size: 9px;
}

#gold_package {
	background-image: url('images/gold_package_back.png'); 
	width: 210px; 
	min-width: 210px; 
	max-width: 210px; 
	height: 130px; 
	min-height: 130px; 
	max-height: 130px; 
	padding: 10px 0px 0px 0px; 
	margin: 0px 0px 0px 2px;
	float: left;
}

#gold_package .goldblock {
	background-image: url('images/gold_package_hblock.png'); 
	width: 15px; 
	min-width: 15px; 
	max-width: 15px; 
	height: 15px; 
	min-height: 15px; 
	max-height: 15px;
	float: left;	
	margin-right: 8px;
}

#gold_package .goldlist {
	list-style-image: url('images/gold_package_liblock.png');
		margin-left: 25px;
	margin-top: 10px;

}

#gold_package  .goldcontent {
	height: 85px;
	min-height: 85px;
	max-height: 85px;
	//height: 95px; 
	//min-height: 95px;
	//max-height: 95px;
	font-size: 9px;
}

#platinum_package {
	background-image: url('images/platinum_package_back.png'); 
	width: 317px; 
	min-width: 317px; 
	max-width: 317px; 
	height: 130px; 
	min-height: 130px; 
	max-height: 130px; 
	padding: 10px 0px 0px 0px; 
	margin: 4px 2px 0px 0px;
	float: left;
}

#platinum_package .platinumblock {
	background-image: url('images/platinum_package_hblock.png'); 
	width: 15px; 
	min-width: 15px; 
	max-width: 15px; 
	height: 15px; 
	min-height: 15px; 
	max-height: 15px;
	float: left;	
	margin-right: 8px;
}

#platinum_package .platinumlist {
	list-style-image: url('images/platinum_package_liblock.png');
		margin-left: 25px;
	margin-top: 10px;

}

#platinum_package  .platinumcontent {
	height: 85px;
	min-height: 85px;
	max-height: 85px;
	//height: 95px; 
	//min-height: 95px;
	//max-height: 95px;
	font-size: 9px;
}

#custom_package {
	background-image: url('images/custom_package_back.png'); 
	width: 317px; 
	min-width: 317px; 
	max-width: 317px; 
	height: 130px; 
	min-height: 130px; 
	max-height: 130px; 
	padding: 10px 0px 0px 0px; 
	margin: 4px 0px 0px 2px;
	float: left;
}

#custom_package .customblock {
	background-image: url('images/custom_package_hblock.png'); 
	width: 15px; 
	min-width: 15px; 
	max-width: 15px; 
	height: 15px; 
	min-height: 15px; 
	max-height: 15px;
	float: left;	
	margin-right: 8px;
}

#custom_package .customlist {
	list-style-image: url('images/custom_package_liblock.png');
		margin-left: 25px;
	margin-top: 10px;

}

#custom_package  .customcontent {
	height: 85px;
	min-height: 85px;
	max-height: 85px;
	//height: 95px; 
	//min-height: 95px;
	//max-height: 95px;
	font-size: 9px;
}

.ticklistsm {
	margin-left: 20px;
}


.jcarousel-skin-tango {
	padding: 0 10px 10px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: auto;
	-moz-border-radius: 4px;
	text-align: center;
}

.footer_area {
	background: #FFF;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	height: 92px;
}

ul#jcarousel img {
	margin: 0 5px;
	border: 1px solid #346F97;
}

ul#jcarousel li {
	height: 90px;
}

.jcarousel-skin-tango .jcarousel-item {
	width: 120px;
}

#ems_casestudies_type_selector {
	text-align: center;
	padding: 20px 0 0;
}

#ems_casestudies_type_selector form {
	margin-bottom: 0;
}

#emsmenu {
	width: 980px;	
	width: 980px;
	z-index: 5;
	padding: 0px; 
	margin: 0px;
	height: 37px;
	}
 
#homepage_products {
	width: 940px;
	min-width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.homepage_webdesign {
	width: 244px;
	min-width: 244px;
	padding: 0px 5px 0px 5px;
	height: 180px;
	min-height: 180px;
	float: left;
	color: #446507;
}
.homepage_ecommerce {
	width: 226px;
	min-width: 226px;
	padding: 0px 5px 0px 5px;
	height: 180px;
	min-height: 180px;
	float: left;
	color: #892205;
}
.homepage_webmarketing {
	width: 215px;
	min-width: 215px;
	padding: 0px 5px 0px 5px;
	height: 180px;
	min-height: 180px;
	float: left;
	color: #077080;
}
.homepage_logodesign {
	width: 215px;
	min-width: 215px;
	padding: 0px 5px 0px 5px;
	height: 180px;
	min-height: 180px;
	float: left;
	color: #8a6c02;
}

.homepage_webdesign_button {
	text-align: center;
	width: 254px;
	min-width: 254px;
	float: left;
}

.homepage_ecommerce_button {
	text-align: center;
	width: 236px;
	min-width: 236px;
	float: left;
}

.homepage_webmarketing_button {
	text-align: center;
	width: 225px;
	min-width: 225px;
	float: left;
}

.homepage_logodesign_button {
	text-align: center;
	width: 225px;
	min-width: 225px;
	float: left;
}

#homepage_quickquote {
	float: left;
	width: 678px;
	min-width: 678px;
	margin-top: 15px;
}

#homepage_quickquote_logo {
	background-image: url('images/home_packagebuilder.png');
	width: 678px;
	min-width: 678px;
	height: 53px;
	min-height: 53px;
}

.homepage_quickquote_text {
	padding: 8px;
}

#cost1 {
	font-size: 18px;
}

#cost2 {
	font-size: 18px;
}

#footer_links {
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 25px;
}

#footer_links a {
	color: #ffffff;
}

#footer_links a:hover {
	color: #88aaff;
}

.footer_links2, .footer_links2:active, .footer_links2:link {
	color: #ffffff;
	font-weight: bold;
}

.footer_links2:visited {
	color: #ffffff;
	font-weight: bold;
}

.footer_links2:hover {
	color: #88aaff;
	font-weight: bold;
}

#homepage_payment_logos {
	background-image: url('images/logos.png');
	background-position: top center;
	background-repeat: no-repeat;
	width: 960px;
	min-width: 960px;
	height: 71px;
	min-height: 71px;
	margin-top: 10px;
}

#w3clogos {
	width: 152px;
	min-width: 152px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

#xhtml {
	background-image: url('images/xhtml.png');
	width: 80px;
	min-width: 80px;
	height: 15px;
	min-height: 15px;
	margin-right: 10px;
	float: left;
}

#css {
	background-image: url('images/css.png');
	width: 52px;
	min-width: 52px;
	height: 15px;
	min-height: 15px;
	margin-left: 10px;
	float: right;
}

#topbarover_blue {
	width: 100%;
	min-width: 100%;
	height: 5px;
	min-height: 5px;
	background-color: #0f2c54;
} 

#topbarover_green{
	width: 100%;
	min-width: 100%;
	height: 5px;
	min-height: 5px;
	background-color: #71a227;
} 

#topbarover_red {
	width: 100%;
	min-width: 100%;
	height: 5px;
	min-height: 5px;
	background-color: #a1121a;
} 

#topbarover_cyan {
	width: 100%;
	min-width: 100%;
	height: 5px;
	min-height: 5px;
	background-color: #1e9aab;
}

#topbarover_grey {
	width: 100%;
	min-width: 100%;
	height: 5px;
	min-height: 5px;
	background-color: #8f989e;
}

#topbarover_yellow {
	width: 100%;
	min-width: 100%;
	height: 5px;
	min-height: 5px;
	background-color: #bdae23;
}

#topbarunder {
	width: 100%;
	min-width: 100%;
	height: 2px;
	min-height: 2px;
}


#logo_design_banner {
	background-color: #bdae23;
	width: 100%;
	min-width: 100%;
	height: 118px;
	min-height: 118px;
	max-height: 118px;
	background-image: url('images/logodesign_banner.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#call_saver_banner {
	background-color: #8f989e;
	width: 100%;
	min-width: 100%;
	height: 118px;
	min-height: 118px;
	max-height: 118px;
	background-image: url('images/call_saver_banner.png');
	background-repeat: no-repeat;
	background-position: top center;
}


#job_vacancies_banner {
	background-color: #2f67a0;
	width: 100%;
	min-width: 100%;
	height: 118px;
	min-height: 118px;
	max-height: 118px;
	background-image: url('images/jobvacancies_banner.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#contact_us_banner {
	background-color: #2f67a0;
	width: 100%;
	min-width: 100%;
	height: 118px;
	min-height: 118px;
	max-height: 118px;
	background-image: url('images/contactus_banner.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#marketing_banner {
	background-color: #1e9aab;
	width: 100%;
	min-width: 100%;
	height: 118px;
	min-height: 118px;
	max-height: 118px;
	background-image: url('images/marketing_banner.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#website_design_banner {
	background-color: #74a72a;
	width: 100%;
	min-width: 100%;
	height: 118px;
	min-height: 118px;
	max-height: 118px;
	background-image: url('images/home_websitedesign_banner.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#ecommerce_banner {
	background-color: #b81a25;
	width: 100%;
	min-width: 100%;
	height: 118px;
	min-height: 118px;
	max-height: 118px;
	background-image: url('images/ecommerce_banner.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#homepage_testimonials {
	margin-top: 15px;
	width: 240px;
	min-width: 240px;
	float: right;
}

#homepage_testimonials_title {
	background-image: url('images/home_testimonials.png');
	width: 240px;
	min-width: 240px;
	height: 52px;
	min-height: 52px;
	margin-bottom: 10px;

}

.home_testimonial_top {
	background-image: url('images/home_testimonial_top.png');
	width: 240px;
	min-width: 240px;
	height: 15px;
	min-height: 15px;
}
	
.home_testimonial_back {
	background-image: url('images/home_testimonial_back.png');
	background-repeat: repeat-y;
	width: 210px;
	min-width: 210px;
	padding: 15px; 
	padding-: 15px;
}	

.home_testimonial_bottom {
	background-image: url('images/home_testimonial_bottom.png');
	width: 240px;
	min-width: 240px;
	height: 34px;
	min-height: 34px;
	margin-bottom: 10px;
}

#block-service_links-0 {
	margin-bottom: 15px;
	width: 960px;
	min-width: 960px;
	font-size: 9px;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

#block-service_links-0 a:link, #block-service_links-0 a:visited {
	color: #ffffff;
}

#block-service_links-0 ul {
	list-style-type: none;
	list-style-image: none;
}

#block-service_links-0 ul li {
	display: inline;
	list-style-type: none;
	list-style-image: none;	
}

#webdesign_header {
	margin: 15px 0px 0px 0px;
	background-image: url('images/webdesign_header.png');
	width: 940px;
	min-width: 940px;
	height: 50px;
	min-height: 50px;
}

.webdesign_button {
	width: 146px;
	min-width: 146px;
	margin-top: 5px;
	float: right;
	margin-right: 10px;
}

#fourpage {
	float: left;
	background-image: url('images/webdesign_4page_back.png');
	width: 463px;
	min-width: 463px;
	height: 184px;
	min-height: 184px;
	border: 1px solid #e8e8e8;
}

.fourpage_content {
		margin-left: 158px;
		margin-top: 40px;
		width: 280px;
		min-width: 280px;
		height: 110px;
		min-height: 110px;
		font-size: 12px;
}

#sixpage {
	float: right;
	background-image: url('images/webdesign_6page_back.png');
	width: 462px;
	min-width: 462px;
	height: 184px;
	min-height: 184px;
	border: 1px solid #e8e8e8;
}

.sixpage_content {
		margin-left: 158px;
		margin-top: 40px;
		width: 280px;
		min-width: 280px;
		height: 110px;
		min-height: 110px;
		font-size: 12px;
}

#tenpage {
	float: left;
	margin-top: 15px;
	background-image: url('images/webdesign_10page_back.png');
	width: 463px;
	min-width: 463px;
	height: 184px;
	min-height: 184px;
	border: 1px solid #e8e8e8;
}

.tenpage_content {
	margin-left: 158px;
	margin-top: 43px;
	width: 280px;
	min-width: 280px;
	height: 100px;
	min-height: 100px;
	font-size: 12px;	
}

#epage {
	float: right;
	margin-top: 15px;
	background-image: url('images/webdesign_cms_back.png');
	width: 463px;
	min-width: 463px;
	height: 184px;
	min-height: 184px;
	border: 1px solid #e8e8e8;
}

.epage_content {
	margin-left: 158px;
	margin-top: 43px;
	width: 280px;
	min-width: 280px;
	height: 100px;
	min-height: 100px;
	font-size: 12px;
}

#standardpackages_header {
	margin: 15px 0px 15px 0px;
	background-image: url('images/webdesign_standardpackages.png');
	width: 673px;
	min-width: 673px;
	height: 58px;
	min-height: 58px;
}

.standardpackages_content_left {
	border: 1px solid #e2e1e1; 
	float: left; 
	width: 332px; 
	height: 78px; 
	min-height: 78px; 
	background-color: #f1f1f1;
	margin-top: 5px;
}

.standardpackages_content_right {
	border: 1px solid #e2e1e1; 
	float: right; 
	width: 332px; 
	height: 78px; 
	min-height: 78px; 
	background-color: #f1f1f1;
	margin-top: 5px;
}

.globe_icon {
	background-image: url('images/globe_icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 76px;
	min-width: 76px;
	height: 76px;
	min-height: 76px;
	float: left;
}

.letter_icon {
	background-image: url('images/letter_icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 76px;
	min-width: 76px;
	height: 76px;
	min-height: 76px;
	float: left;
}

.contact_icon {
	background-image: url('images/contact_icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 76px;
	min-width: 76px;
	height: 76px;
	min-height: 76px;
	float: left;
}

.pencil_icon {
	background-image: url('images/pencil_icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 76px;
	min-width: 76px;
	height: 76px;
	min-height: 76px;
	float: left;
}

.photo_icon {
	background-image: url('images/photo_icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 76px;
	min-width: 76px;
	height: 76px;
	min-height: 76px;
	float: left;
}

.timer_icon {
	background-image: url('images/timer_icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 76px;
	min-width: 76px;
	height: 76px;
	min-height: 76px;
	float: left;
}

.smiley_icon {
	background-image: url('images/smiley_icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 76px;
	min-width: 76px;
	height: 76px;
	min-height: 76px;
	float: left;
}

.tools_icon {
	background-image: url('images/tools_icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 76px;
	min-width: 76px;
	height: 76px;
	min-height: 76px;
	float: left;
}

#callback_header {
	background-image: url('images/callback_header.png');
	width: 240px;
	min-width: 240px;
	height: 48px;
	min-height: 48px;
}

.block-ems_callback {
	margin-top: 15px;
	float: right;
	width: 240px;
}

/* #block-ems_callback-0 .form-submit {
    height: 22px; 
    min-height: 22px;
	width: 240px;
	min-width: 240px;	
    background: url('images/submitrequest_button.png') no-repeat; 
    border: none; 
    overfow: hidden; 
    padding-top: 25px;
	cursor: hand;
} */

#packages_info {
	width: 673px;
	min-width: 673px;
}


#packages_header4 {
	margin: 15px 0px 15px 0px;
	background-image: url('images/4page_header.png');
	background-repeat: no-repeat;
	width: 673px;
	min-width: 673px;
	height: 59px;
	min-height: 59px;
}

#packages_header6 {
	margin: 15px 0px 15px 0px;
	background-image: url('images/6page_header.png');
	background-repeat: no-repeat;
	width: 673px;
	min-width: 673px;
	height: 59px;
	min-height: 59px;
}

#packages_header10 {
	margin: 15px 0px 15px 0px;
	background-image: url('images/10page_header.png');
	background-repeat: no-repeat;
	width: 673px;
	min-width: 673px;
	height: 59px;
	min-height: 59px;
}

#packages_headerECOMM {
	margin: 15px 0px 15px 0px;
	background-image: url('images/ECOMMpage_header.png');
	background-repeat: no-repeat;
	width: 673px;
	min-width: 673px;
	height: 47px;
	min-height: 47px;
}

#packages_info ul{
	list-style-image: url('images/tick_bullet.png');
	margin-left: 25px;
}

.ticklistsm  ul{
	line-height: 20px;
	list-style-image: url('images/tick_bullet.png');
	margin-left: 25px;
}

#ultimate_info ul{
	list-style-image: url('images/tick_bullet.png');
	margin-left: 25px;
}

#packages_info h2 {
	color: #80a309;
	font-size: 14px;
}

#costs_panel {
	background-image: url('images/costs_blank.png');
	width: 484px;
	min-width: 484px;
	height: 98px;
	min-height: 98px;
	float: right;
}

#ecommerce_costs_panel {
	background-image: url('images/ecommerce_costs_blank.png');
	width: 364px;
	min-width: 364px;
	height: 120px;
	min-height: 120px;
	float: right;
}

.ems_package_features {
float: left; 
width: 180px; 
min-width: 180px;
}

.ems_ecomm_features {
float: left; 
width: 230px; 
min-width: 230px;
}

#block-ems_portfolio-1 {
	margin-top: 15px;
}

.left-content {
	width: 673px;
	min-width: 677px;
	float: left;
}

.right-content {
	width: 240px;
	min-width: 240px;
	float: right;
}

		#alert
		{
			overflow: hidden;
			width: 100%;
			text-align: center;
			position: absolute;
			top: 0;
			left: 0;
			background-color: #fff;
			height: 0;
			color: #000;
			font: 20px/40px arial, sans-serif;
			opacity: .9;
		}
		
#livechat_header {
	background-image: url("images/livechat_header.png");
	width: 240px;
	min-width: 240px;
	height: 47px;
	min-height: 47px;
	margin-top: 15px;
}

#livechat_button {
	width: 240px;
	min-width: 240px;
	margin-top: 10px;
	text-align: center;
}

#preload {
	width: 1px; height: 1px; display: none; visibility: hidden;
}

.marketing_box1 {
	float: left;
	background-image: url('images/marketing_searchengineindexing_back.png');
	background-position: bottom left;
	background-repeat: repeat-x;
	width: 450px;
	min-width: 450px;
	height: 183px;
	min-height: 183px;
	border: 1px solid #dcd9d9;
	margin-top: 15px; 
}

.marketing_box1_content {
	margin-left: 155px;
	margin-top: 46px;
	width: 285px;
	min-width: 285px;
	height: 103px;
	min-height: 103px;
}

.marketing_button {
	width: 146px;
	min-width: 146px;
	margin-top: 5px;
	float: right;
	margin-right: 10px;
}

.marketing_box2 {
	float: right;
	background-image: url('images/marketing_searchengineindexinglocal_back.png');
	background-position: bottom left;
	background-repeat: repeat-x;
	width: 473px;
	min-width: 473px;
	height: 183px;
	min-height: 183px;
	border: 1px solid #dcd9d9;
	margin-top: 15px;
}

.marketing_box2_content {
	margin-left: 157px;
	margin-top: 62px;
	width: 291px;
	min-width: 291px;
	height: 86px;
	min-height: 86px;
}

.marketing_box3 {
	float: left;
	background-image: url('images/marketing_googleultimate_back.png');
	background-position: bottom left;
	background-repeat: repeat-x;
	width: 939px;
	min-width: 939px;
	height: 183px;
	min-height: 183px;
	border: 1px solid #dcd9d9;
	margin-top: 15px;
}

.marketing_box3_content {
	margin-top: 45px;
	margin-left: 157px;
	width: 770px;
	min-width: 770px;
	height: 104px;
	min-height: 104px;
}

.marketing_table {
	border: 1px solid #dbd8d8;
	width: 673px;
	margin-top: 15px;
}

.marketing_table_row_header {
	background-color: #4591a2;
	color: #ffffff;
}

.marketing_table_row_header p {
	margin: 0px;
	padding: 0px;
}

.marketing_table_row_even {
	background-color: #f3fcfe;
}

.marketing_table_row_odd {
	background-color: #d6e9ed;
}

.marketing_table_row_footer {
	background-image: url("images/marketing_table_row_footer.png");
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #f9f8f8;
}

#marketing_ultimate_header {
	background-image: url('images/marketing_ultimate_header.png');
	width: 673px;
	min-width: 673px;
	height: 48px;
	min-height: 48px;
	margin-top: 15px;
}

#marketing_indexing_header {
	background-image: url('images/marketing_indexing_header.png');
	width: 673px;
	min-width: 673px;
	height: 55px;
	min-height: 55px;
	margin-top: 15px;
}

.ticked {
	background-image: url('images/tick.png');
	background-repeat: no-repeat;
	width: 24px;
	min-width: 24px;
	height: 24px;
	min-height: 24px;
	margin-bottom: -4px;
}

#ecommerce_overview {
	background-image: url("images/ecommerce_overview_box.png");
	width: 220px;
	min-width: 220px;
	height: 186px;
	min-height: 186px;
	margin-bottom: 10px;
	margin-right: 3px;
	float: left;
}

#ecommerce_features {
	background-image: url("images/ecommerce_features_box.png");
	width: 220px;
	min-width: 220px;
	height: 186px;
	min-height: 186px;
	margin-bottom: 10px;
	margin-right: 3px;
	float: left;
}

#ecommerce_examples{
	background-image: url("images/ecommerce_examples_box.png");
	width: 220px;
	min-width: 220px;
	height: 186px;
	min-height: 186px;
	margin-bottom: 10px;
	float: left;
}

.ecommerce_title {
	margin:  10px 5px 10px 40px; 
	width: 141px;
	min-width: 141px;
	font-size: 18px;
	height: 28px;
	min-height: 28px;
}

.ecommerce_content {
	margin: 0px 5px 0px 40px;
	width: 141px;
	min-width: 141px;
	height: 94px;
	min-height: 94px;
}

.ecommerce_button {
	text-align: right;
}

#ecommerce_overview_header {
	background-image: url("images/ecommerce_overview_header.png");
	width: 673px;
	min-width: 673px;
	height: 48px;
	min-height: 48px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.ecommerce_table {
	margin-top: 15px;
	border: 1px solid #cecdcd;
}

.ecommerce_table_content {
	padding: 5px; 
	
}

.ecommerce_table_ecommerce {
	background-image: url("images/ecommerce_overview_ecommerce_header.png");
	width: 673px;
	min-width: 673px;
	height: 28px;
	min-height: 28px;
	border-bottom: 1px solid #cecdcd;
}

.ecommerce_table_goingonline {
	background-image: url("images/ecommerce_overview_goingonline_header.png");
	width: 673px;
	min-width: 673px;
	height: 28px;
	min-height: 28px;
	border-bottom: 1px solid #cecdcd;
}

.ecommerce_table_understandingecommerce {
	background-image: url("images/ecommerce_overview_understandingecommerce_header.png");
	width: 673px;
	min-width: 673px;
	height: 28px;
	min-height: 28px;
	border-bottom: 1px solid #cecdcd;
}

.ecommerce_table_usingecommerce {
	background-image: url("images/ecommerce_overview_usingecommerce_header.png");
	width: 673px;
	min-width: 673px;
	height: 28px;
	min-height: 28px;
	border-bottom: 1px solid #cecdcd;
}

.ecommerce_features_panel {
	min-height: 126px;
	max-height: 300px; 	
	background-image: url('images/ecommerce_features_seperator.png');
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;
	margin-top: 10px;
}

.ecommerce_features_panel_nobackground {
	min-height: 126px;
	max-height: 300px; 	
	padding-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;
	margin-top: 10px;
}

.ecommerce_features_left {
	width: 332px;
	min-width: 332px;
	min-height: 126px;
	float: left;
}

.ecommerce_features_left h2 {
	font-size: 16px;
	color: #174b75;
	margin-top: 0px;
	padding-top: 0px;
}

.ecommerce_features_right h2 {
	font-size: 16px;
	color: #174b75;
	margin-top: 0px;
	padding-top: 0px;
}

.ecommerce_features_right {
	width: 332px;
	min-width: 332px;
	min-height: 126px;
	float: right;
}

#ecommerce_features_header {
	margin-top: 15px;
	margin-bottom: 10px;
	background-image: url("images/ecommerce_features_header.png");
	width: 673px;
	min-width: 673px;
	height: 48px;
	min-height: 48px;
}

.ems_top_faq_main{
	width: 460px;
	float: left;
}#top_5_box{
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 18px;
	padding: 0;
	margin-right: 5px;
}.mini_box {
	padding: 5px 0px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 5px;
}.mini_question a{
	font-weight: bold;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	color: #000 !important;
}.stars {
	width: 150px;
	height: 22px;
	background-image: url("../images/stars.png");
	margin-bottom: 10px;
}

#flash {
	height: 118px;
	min-height: 118px;
	background-position: center center;
	background-repeat: no-repeat;
}

#top_5_box {
	background-image: url('../images/top5_articles.png');
	background-repeat: no-repeat;
	width: 460px;
	min-width: 460px;
	padding-top: 38px;
}

#last_5_box {
	background-image: url('../images/last5_articles.png');
	background-repeat: no-repeat;
	width: 456px;
	min-width: 456px;
	padding-top: 38px;
}

#faq_bar {
	background-image: url('../images/faq_bar.png');
	text-align: right;
	padding-top: 6px;
	padding-right: 10px;
	width: 930px;
	min-width: 930px;
	height: 58px;
	min-height: 58px;
}

#topbarover_purple {
	width: 100%;
	min-width: 100%;
	height: 5px;
	min-height: 5px;
	background-color: #900099;
}

#topbarunder {
	width: 100%;
	min-width: 100%;
	height: 2px;
	min-height: 2px;
}


.view_question {
	background-image: url('../images/view_questions.png');
	background-repeat: no-repeat;
	width: 940px;
	min-width: 940px;
	
	height: 38px;
	min-height: 38px;
}

.af3_title {
	background-color: #9700a2;
	color: #ffffff;
}

.answerbox {
	background-color: #fcf4fe;
	border: 3px solid #9700a2;
	width: 680px;
	min-width: 680px;
}

.af3_field {
	padding: 0px;
	text-align: left;
}

#footer {
background-image: url("images/footerbackground.png");
background-repeat: repeat-x;
margin: 0px;
padding: 0px;
  position: relative;
  width: 100%px;
  text-align: center;
  color: #ffffff;
  padding-top: 5px;
  background-color: #365d8a; 
  }


#footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 5px;
}

#footer #block-system-0 {
  position: absolute;
  right: 25px;
  top: 6px;
}


.footerlinks { 
	width: 960px;
	min-width: 960px;
	margin: auto;
	border-top: 1px solid #365d8a;
	border-bottom: 1px solid #466f9d;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.footerlinks td {
	text-align: left;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
}

.footerlinks a {
	color: #a7c5e8;
	font-size: 11px;
	padding: 0px;
}

.footerlinks a:hover {
	color: #ffffff;
	font-size: 11px;
}

.footerlinks_head {
	margin-bottom: 10px;
	font-size: 14px;
	
}

.footerlinks_head a:link, .footerlinks_head a:visited {
	color: #577eab;
	font-size: 14px;
}

.footerlinks_head a:hover {
	color: #ffffff;
	font-size: 14px;
}

.item-list ul li a:link {
	padding-left: 3px; 
	padding-right: 3px;
	font-size: 10px;
}

.category_box {
height: 50px;
min-height: 50px;
	border: 1px solid #dcdcdc;
	background-color: #fafafa;
	padding-left: 100px;: 3px;
	background-image: url('/images/folder_icon.png');
	background-repeat: no-repeat;
	background-position: 30px center;
}

#table11 {
	margin-top: 10px;
}

div.content #home_text p {
font-size:12px;
}

.af3_field {
	margin-top: 2px;
}