@CHARSET "UTF-8";
* {
    margin: 0;
    padding: 0;
    border: 0;
}

html, body {
	height: 100%;	
}

#container {
	position: relative;
	min-height: 100%;
}

#footer-wrap {
	position: absolute;
	bottom: 0;	
	width: 100%;
	height: 125px;
    background-color: #333;
}

#content {
	padding-bottom: 145px;	
}

body {
    font-family: Helvetica;
    color: #333;
    font-size: 14px;
}

a {
    color: #333;	
}

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica;
    font-weight: normal;
}

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

.clear {
    clear: both;
}

.three-block {
	display: block;
    width: 700px;
    float: left;
}

.three-block-no-indent {
    display: block;
    width: 700px;
    float: left;
    position: relative;
    min-height: 1px;
}

.single-block {
    display: inline;
    float: left;
    width: 210px;
    margin-left: 50px;
    margin-bottom: 30px;
}

.portfolio-intro {
    display: inline;
    float: left;
    width: 210px;
    margin-left: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.portfolio-intro-first {
    display: inline;
    float: left;
    width: 210px;
    margin-bottom: 30px;
    text-align: center;
}

.single-block-first {
    display: inline;
    float: left;
    width: 210px;
}

.single-block-no-indent {
    display: inline;
    float: left;
    width: 210px;
    margin-left: 50px;  
}

#header {
    background-color: #3f4f5f;
    padding-top: 8px;
    width: 100%;
    border-bottom: 2px solid #fff;
}

#header p {
	width: 212px; height: 45px;
    color: #fff;
    font-size: 30px;
    letter-spacing: -0.5px;
    text-indent: -10000px;
    background-image: url('../images/logo.gif');
}

#header span {
    color: #fff;
    display: block;
    width: 212px;
    text-align: right;
    padding: 8px 0;
    font-weight: bold;
    font-size: 14pt;
}

#navigation {
    float: right;
    display: inline;
}

#navigation ul li {
    float: left;
    display: inline;
    list-style-type: none;
    padding-left: 30px;
    font-size: 18px;
    letter-spacing: -0.5px;
}

#navigation ul li a {
    color: #fff;
    text-align: right;
    text-decoration: none;
}
#navigation ul li a.here {
    color: #B7C2CE;
}

#navigation ul li a:hover {
    text-decoration: underline;
}

#banner {
    width: 100%;
    background-color: #b7c2ce;
    padding: 30px 0;
    background-image: url(../images/banner-slice.gif);
    background-repeat: repeat-x;
}

#intro-blurb {
	position: relative;
	display: block;
	width: 700px;
	color: #fff;
}

#intro-blurb img {
	left:-60px;
	position:absolute;
	top:-33px;
	z-index: 1;
}

#intro-blurb h2 {
	padding-top: 20px;
	font-size: 32px;
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
}

#intro-blurb p {
	position: relative;
	z-index: 2;
	line-height: 26px;
	font-size: 18px;
	padding-bottom: 15px;
}

#intro-blurb p strong {
	color: #3F4F5F;
	font-size: 22px;
}

#amarus-services h3 {
	font-size: 18px;
}

#amarus-services ul {
}

#amarus-services ul li {
    padding-top: 8px;
    padding-bottom: 4px;
    list-style-type: none;
    font-size: 16px;
    background-image: url('../images/amarus-services-li.gif');
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 23px;
}

#amarus-services ul li:last-child {
    border-bottom: none;
}

#amarus-services ul li a {
    color: #3F4F5F;
    text-decoration: none;
}

#content {
    margin-top: 30px;
}   

#content h1 {
    border-bottom: 1px solid #333;
    font-size: 24px;
}

#content h2 {
    border-bottom: 1px solid #333;
    font-size: 18px;
    padding-top: 20px;
    line-height: 26px;
}

#content .introduction {
    color: #3f4f5f;
    font-size: 18px;
    margin: 29px 0;
    line-height: 24px;
    letter-spacing: -0.5px;
}

#content div#info-boxes h4 {
    font-size: 18px;
    border-bottom: 0;
}

#content div#info-boxes p {
    margin: 15px 0;
    line-height: 20px;
    padding-top: 2px;
    font-size: 13px;
}

#content div#info-boxes p img {
    float: left;
    margin-right: 10px;
    display: inline;
    margin-top: -2px;
}

#content div#info-boxes #web-development h4 {
	color: #3f5f5f;
}

#content div#info-boxes #hosting-and-infrastructure h4 {
    color: #5f3f5f;
}

#content div#info-boxes #digital-marketing h4 {
    color: #a38c75;
}
 
a.read-more {
    width: 79px;
    background-image: url('../images/buttons.gif');
    display: block;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}

#content div#info-boxes #hosting-and-infrastructure a.read-more {
    background-position: -79px;
}

#content div#info-boxes #digital-marketing a.read-more {
    background-position: -158px;
}

.portfolio-read-more a.read-more {
    background-position: -316px;
 }
 
 #slider a.read-more {
    background-position: -316px;
    margin-top: 10px;
    margin-left: 220px;
}
 
#content p {
	line-height: 24px;
	font-size: 14px;
	margin: 10px 0 20px 0;
}

#footer {
    background-color: #333;
    border-top: 5px solid #b7c2ce;
    color: #fff;
    font-size: 12px;
    padding: 20px 0;
    line-height: 16px;
}

#footer a {
	color: #fff;	
}

#footer h5 {
    font-size: 14px;
    margin: 10px 0;
}

#callback-top {
    height: 6px;
    width: 210px;
    background-image: url('../images/callback-top.gif');
    background-repeat: no-repeat;
    background-position: bottom;
}

#callback {
    width: 210px;
    background-color: #333;	
}

#callback h3 {
    margin: 0;
    color: #fff;
    padding: 10px;
}

#callback h3 span {
    background-image: url('../images/callback-h3.gif'); 
    background-repeat: no-repeat;
    background-position: top right;	
    padding-right: 15px;
    padding-top: 10px;
}

#callback form {
    padding: 0 10px; 
    text-align: center;
}

#callback form label {
    color: #fff;
    font-size: 14px;
    width: 100%;
    padding: 10px 0 2px 0;
    display: block;
    text-align: left;
}

#callback form .text-box {
    width: 182px;
    font-size: 14px;
    font-family: Helvetica;
    padding: 3px;
}

#callback form textarea {
    width: 182px;
    font-size: 14px;
    font-family: Helvetica;
    padding: 3px;
}

#callback form .submit-button {
	margin: 15px auto 6px auto;
    width: 79px;
    color: #333;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    border: 0;
    font-size: 14px;
    font-family: helvetica;
    font-weight: bold;
}	

#callback-bottom {
    width: 210px;
    margin-bottom: 30px;
    height: 5px;
    background-image: url('../images/callback-bottom.gif');
    background-repeat: no-repeat;
}

#content h3.tail {
	border-bottom: 1px solid #333;
    padding-top: 5px;
}

.tail span {
	background-image: url('../images/tail.gif');
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-top: 8px;
	
}

.sidebar-ul {
    margin-top: 10px;
    line-height: 22px;
    margin-bottom: 30px;
}

#contact-details li
{
    list-style-type: none;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    line-height: 16px;
    padding-left: 21px;
}

.sidebar-ul li {
    list-style-type: none;
    background-repeat: no-repeat;
    height: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    padding-left: 21px;
    background-image: url('../images/list.gif');
}

#communicate li {
    background-image: url('../images/communicate.gif');
}

#twitter {
    background-position: 0 -16px;
}

#share {
    background-position: 0 -32px;
}

#empty-banner {
    background-color: #b7c2ce;
    width: 100%;
    height: 15px;
}

#breadcrumbs {
	padding-top: 10px;
	vertical-align: middle;
}

table.form {
    width: 100%;
    margin-top: 30px;
}

table.form th {
    text-align: right;
    padding-right: 20px;
    font-family: Trebuchet MS;
    letter-spacing: -0.5px;
    font-size: 16px;
}


table.form td {
    font-size: 12px;
    font-style: italic;
    width: 70%;
}

table.form td input {
    border: 1px solid #333;
    font-size: 14px;
    font-family: Helvetica;
    padding: 3px;
    width: 200px;
}

table.form th input {
    background-color: #333;
    color: #fff;
    font-size: 14px;
    font-family: Helvetica;
    letter-spacing: 0.75px;
    padding: 3px 10px;
    font-weight: bold;
    float: left;
}

table.form td input.radio {
    width: 20px;
}

table.form td select {
    color: #333;
    border: 1px solid #333;
}

table.form td textarea {
    border: 1px solid #333;
    font-size: 14px;
    font-family: Helvetica;
    padding: 3px;
    width: 300px;
}

table.form th, table.form td {
    vertical-align: top;
    padding-bottom: 20px;
}

#services-box {
    width: 210px;
    background-color: #dce2e8; 
}

#services-box h3 {
    margin: 0;
    color: #3F4F5F;
    padding: 10px 10px 5px 10px;
    border-bottom: none;
}

#services-box h3 span {
    background-image: url('../images/amarus-services-h3.gif'); 
    background-repeat: no-repeat;
    background-position: top right; 
    padding-right: 15px;
    padding-top: 10px;
}

#services-box-top {
    height: 6px;
    width: 210px;
    background-image: url('../images/services-box-top.gif');
    background-position: bottom;
    background-repeat: no-repeat;
}

#services-box-bottom {
    width: 210px;
    height: 5px;
    background-image: url('../images/services-box-bottom.gif');
    background-repeat: no-repeat;
}

#sidebar-box {
    width: 210px;
    background-color: #333; 
}

#sidebar-box h3 {
    margin: 0;
    color: #fff;
    padding: 5px 10px;
    border-bottom: none;
}

#sidebar-box h3 span {
    background-image: url('../images/callback-h3.gif'); 
    background-repeat: no-repeat;
    background-position: top right; 
    padding-right: 15px;
    padding-top: 10px;
}

#sidebar-box-top {
    height: 6px;
    width: 210px;
    background-image: url('../images/callback-top.gif');
    background-position: bottom;
    background-repeat: no-repeat;
}

#sidebar-box-bottom {
    width: 210px;
    margin-bottom: 30px;
    height: 5px;
    background-image: url('../images/callback-bottom.gif');
    background-repeat: no-repeat;
}

#contact-details {
	color: #fff;
    margin-bottom: 0;
}

#contact-details li {
    margin-bottom: 0;
    padding: 5px 20px;
    line-height: 20px;
}

.three-block .errorlist {
    margin: 0;
}

.three-block .errorlist li {
    list-style-type: none;
    color: #5F3F4F;
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    background-image: none;
}

#services-list {
    margin-left: 20px;
}

#services-list li {
    list-style-type: none;
    padding-bottom: 15px;
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 26px;
}

#sidebar-box a {
    color: #fff;
    text-decoration: none;
}


#sidebar-box a:hover {
    text-decoration: underline;
}

#sidebar-box a.here {
    color: #B7C2CE;
}

.three-block ul {
	list-style-type: none;
    margin: 15px;
    padding-top: 2px;
}

.three-block ul li {
	list-style-type: none;
    line-height: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    background-image: url('../images/list.gif');
    background-repeat: no-repeat;
    background-position: top left;
}

.portfolio-image {
    float: right;
}

#packages {
    border-collapse: collapse;
    border: 1px solid #333;	
}

#packages th {
    font-family: helvetica;
    letter-spacing: -0.75px;
    font-size: 18px;
    color: #fff;
    background-color: #333;
    padding: 5px 0;
}

#packages td {
    vertical-align: top;
    width: 33%;
    border: 1px solid #333;
}

#packages td.price {
    font-weight: bold;
    font-family: helvetica;
    letter-spacing: -0.75px;
    font-size: 20px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background-color: #333;
}

.followup h4 {
    font-size: 16px;
    margin: 10px 0 -10px 0;
}

#showcase {
	margin-top: 10px;
	height: 235px;
	width: 700px; 	
	position: relative;
}

ul#news-feed {
	margin: 0;
	padding: 0;	
	clear: both;
}

ul#news-feed li {
	height: 235px;
	width: 700px; 	
	float: left;
	margin: 0;
	padding: 0;	
	padding-left: 0;
}

ul#news-feed .roller-info {
	margin-top: 178px;
	bottom: 0;
	background-color: #111;
	display: block;
	width: 700px; 
	opacity: 0.8;
}

ul#news-feed li h2 {
	margin: 0;
	padding: 5px;
	font-size: 26px;
	color: #fff;
	border: 0;
}

ul#news-feed li h2 a {
	text-decoration: none;
	color: #fff;
}

ul#news-feed p {
	margin: 0;
	padding: 0 5px; 
	font-size: 14px;
	color: #A2B4C7;	
}

ul#news-list {
	margin: 0;
	padding: 0;	
}

ul#news-list li {
	width: 700px; 	
	float: left;
	clear: both;
	padding: 0;
	padding-bottom: 30px;
	margin: 30px 0 0 0;	
	border-bottom: 1px solid #B7C2CE;
}

ul#news-list li.last {
	border-bottom: 0;
}

ul#news-list .roller-wrap {
}

ul#news-list .roller-info {
	margin-top: 178px;
	bottom: 0;
	background-color: #111;
	display: block;
	width: 700px; 
	opacity: 0.8;
}

ul#news-list li h2 {
	margin: 0;
	padding: 5px;
	font-size: 26px;
	color: #fff;
	border: 0;
}

ul#news-list li h2 a {
	color: #fff;
	text-decoration: none;
}

ul#news-list .roller-info p {
	margin: 0;
	padding: 0 5px; 
	font-size: 14px;
	color: #A2B4C7;	
}

.footer-links {
	text-align: right;
}

.social-icon {
	margin-right:36px;	
}

.social-icon, .social-icon-last {
	display:block;
	float:left;
	padding-top:20px;
}

#nextBtn a, #prevBtn a {
	display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 92px;
    text-align: center;
    line-height: 32px;
    vertical-align: middle;
    font-size: 24px;
}

#nextBtn a, #prevBtn a {
    color: #fff;
    text-decoration: none;
}
    
#nextBtn a {
    background-image: url('../images/slider-next-button.gif');
    right: -25px;
}

#prevBtn a {
    background-image: url('../images/slider-back-button.gif');
    left: -25px;
}

.submit {
	border: 1px solid #C9C9C9;
	background-color:#F0F2F5;
	color: #333;
	float:left;
	font-family:Helvetica;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.75px;
	padding:3px 10px;
}