/*
 Screen style    
 Site: Email Marketing
*/

body {
 background: #fff;
 color: #000;
 font-size: 81.25%;
 padding: 0;
}

/*
=Auto clearing floats
*/
#intro:after, .home #content:after, #footer:after, .templates:after {
 clear: both;
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
}

/*
=Image replacement
*/
.ir {
 font-size: 1em;
 margin: 0;
 overflow: hidden;
 position: relative;
}

.ir span {
 display: block;
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 1;
}

.ir a {
 cursor: pointer;
 display: block;
 height: 100%;
 width: 100%;
}

/*
=Header
*/
#header-wrapper {
 background: #CC0100 url(/images/bg/header-wrapper.gif) repeat-x;
}

.home #header-wrapper {
 background: #CC0100 url(/images/bg/header-wrapper-home.gif) repeat-x;
}

#header {
 width: 900px;
 margin: 0 auto;
 position: relative;
 height: 106px; 
 color: #fff;
}

#header a {
 color: #fff; 
}

.home #header {
 height: 104px;
}

#header h1 {
 font-size: 1em;
 height: 135px;
 margin: 0;
 overflow: hidden;
 position: absolute;
 width: 231px;
 top: 0;
 left: 0;
}

#header h1 .text {
 width: 183px;
 height: 86px;
 overflow: hidden;
 position: absolute;
 left: 23px;
 top: 7px;
}

#header h1 .img {
 background: url(/images/text/logo.png) no-repeat;
 display: block;
 height: 100%;
 left: 0;
 top: 0;
 width: 100%;
 z-index: 1;
 position: absolute;
}

#header .login {
 position: absolute;
 top: 0;
 right: 185px;
 width: 54px;
 height: 25px; 
}

#login-nav {
 width: 54px;
 height: 25px;
}

#login-nav span {
 background: url(/images/text/login.gif) no-repeat;
}

#call-us-today {
 width: 165px;
 height: 41px;
 position: absolute;
 top: 15px;
 right: 0;
}

#call-us-today span {
 background: url(/images/text/call-us-today.gif) no-repeat;
}

#uk-based {
 width: 129px;
 height: 24px;
 top: 61px;
 right: 36px;
 position: absolute;
}

#uk-based span {
 background: url(/images/text/uk-based.gif) no-repeat;
}

/*
=Navigation
*/
#nav {
 bottom: 0;
 right: 184px;
 margin: 0;
 position: absolute;
 width: 482px;
 height: 31px;
}

.home #nav {
 height: 27px;
 bottom: 2px; 
}

#nav li {
 float: left;
 list-style: none;
 margin: 0;
}

#nav a {
 color: #DA1D00;
 display: block;
 font-size: 1em;
 height: 31px;
 line-height: 31px;
 text-align: center;
 margin: 0 0 0 4px;
 overflow: hidden;
 position: relative;
 text-decoration: none;
 text-transform: uppercase;
 background: #fff;
}

.home #nav a {
 height: 27px;
 line-height: 27px;
}

#nav .first a {
 margin: 0; 
}

#nav a span {
 background-repeat: no-repeat;
 display: block;
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 1;
}

#nav a:hover {
 background-color: #BE2500;
 color: #fff;
}

#nav a:hover span, #nav a.current span, #nav li:hover a span, #nav li.sfhover a span {
 background-position: left bottom;
}

#nav a#nav01 {
 width: 57px;
}

#nav a#nav01 span {
 background-image: url(/images/nav/01.gif);
}

.home #nav a#nav01 span {
 background-image: url(/images/nav/home/01.gif);
}

#nav a#nav02 {
 width: 73px;
}

#nav a#nav02 span {
 background-image: url(/images/nav/02.gif);
}

.home #nav a#nav02 span {
 background-image: url(/images/nav/home/02.gif);
}

#nav a#nav03 {
 width: 65px;
}

#nav a#nav03 span {
 background-image: url(/images/nav/03.gif);
}

.home #nav a#nav03 span {
 background-image: url(/images/nav/home/03.gif);
}

#nav a#nav04 {
 width: 62px;
}

#nav a#nav04 span {
 background-image: url(/images/nav/04.gif);
}

.home #nav a#nav04 span {
 background-image: url(/images/nav/home/04.gif);
}

#nav a#nav05 {
 width: 59px;
}

#nav a#nav05 span {
 background-image: url(/images/nav/05.gif);
}

.home #nav a#nav05 span {
 background-image: url(/images/nav/home/05.gif);
}

#nav a#nav06 {
 width: 72px;
}

#nav a#nav06 span {
 background-image: url(/images/nav/06.gif);
}

.home #nav a#nav06 span {
 background-image: url(/images/nav/home/06.gif);
}

#nav a#nav07 {
 width: 68px;
}

#nav a#nav07 span {
 background-image: url(/images/nav/07.gif);
}

.home #nav a#nav07 span {
 background-image: url(/images/nav/home/07.gif);
}

/* Dropdown */
#nav li ul {
 background: #fff url(/images/bg/rollover.gif) repeat-x;
 display: block;
 left: -999em;
 margin: 0 0 0 4px;
 position: absolute;
 width: 165px;
 z-index: 200;
 border-left: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 border-right: 1px solid #ccc;  
}

.home #nav li ul {
 border-color: #fff;
}

#nav li:hover ul, #nav li.sfhover ul {
 left: auto;
}

#nav li li {
 width: 165px;
}

#nav li li a {
 background: transparent;
 border-top: 1px solid #ccc;
 color: #000;
 display: block;
 height: auto !important;
 line-height: normal !important;
 padding: 5px 3px 5px 7px;
 text-align: left;
 text-transform: none;
 width: 155px;
 margin: 0;
}

#nav li li.first a {
 border-top: none;
}

#nav li li a:hover, #nav li li a.current {
 background-color: #FFA600;
 color: #fff;
}

/*
=Content area
*/
#outer-wrapper {
 background: #fff url(/images/bg/outer-wrapper.gif) bottom repeat-x;
}

.home #outer-wrapper {
 background: #fff url(/images/bg/outer-wrapper-home.gif) bottom repeat-x;
}

.gallery #outer-wrapper {
 background: #fff url(/images/bg/outer-wrapper-gallery.gif) bottom repeat-x;
}

#wrapper {
 width: 900px;
 margin: 0 auto;
 padding-top: 45px;
}

.home #wrapper {
 padding-top: 0;
}

/*
=Home Intro
*/
#intro-wrapper {
 background: #000;
 color: #fff; 
 border-bottom: 1px solid #4A4A4A;
 
height: 292px;
}

#intro {
 width: 900px;
 margin: 0 auto;
 padding: 33px 0 43px 0; 
 background-image:url(/images/bg/background-home.jpg);
 background-position: 0px 0px;
 background-repeat: no-repeat;
 height: 292px;
}

#intro h2 {
 margin: 0 0 0.25em 0; 
 line-height: 1.3;
 font-size: 1em;
 font-weight: normal;
 color: #fff;
}

.sIFR-hasFlash #intro h2 {
 font-size: 20px;
 line-height: 32px;
 visibility: hidden;
}

#intro ul {
 margin: 0;
}

#intro li {
 font-weight: bold;
 font-size: 1.23em;
 list-style: none;
 background: url(/images/bg/tick.png) no-repeat;
 padding-left: 27px;
 margin: 0;
}

.sIFR-hasFlash #intro li {
 font-size: 18px;
 line-height: 20px;
 visibility: hidden;
}

#intro .left {
 float: left;
 width: 400px;
}

#intro .free-account {
 width: 262px;
 height: 81px;
 float: right;
 margin: 130px 60px 0 0;
}

#intro .free-account img {
 display: block;
}

/*
=Content
*/
#content {
 min-height: 300px;
 width: 565px;
 float: left;
 margin-left: 16px;
}

.home #content {
 float: none;
 width: auto;
 margin: 0 0 -15px 0;
}

.gallery #content {
 width: 870px;
 float: none;
 margin: 0;
 padding-bottom: 22px;
}

#content h2 {
 margin: 0 0 0.25em 0; 
 line-height: 1.3;
 font-size: 2.62em;
 font-weight: normal;
}

.sIFR-hasFlash #content h2.sifr {
 font-size: 38px;
 line-height: 42px;
 visibility: hidden;
}

#content .intro {
 font-size: 1.23em;
 color: #666;
}

.home-box {
 width: 206px;
 float: left;
 padding: 8px 28px 15px 24px;
 background: url(/images/bg/home-box.png) no-repeat;
 color: #fff;
 margin: 0 0 0 30px;
 line-height: 1.4;
 position: relative;
 top: -21px;
}

.first-box {
 margin-left: 0;
}

#content .home-box h2 {
 font-size: 2.15em;
 margin: 2px 0 0 0;
}

.sIFR-hasFlash #content .home-box h2 {
 font-size: 32px;
 line-height: 34px;
 visibility: hidden;
}

.home-box img {
 display: block;
}

.home-box .explore {
 margin: -13px 0 0 98px;
}

#content .item {
 clear: both;
 margin: 25px 0;
}

#content .itemprices {
 clear: both;
 margin: 25px 0;
}

#content .item h3 {
 margin: 0 0 0 230px;
}

#content .item p {
 margin: 0 0 0 230px;
}

#content .itemprices h4 {
 margin: 0 0 0 140px;
}

#content .itemprices p {
 margin: 0 80px 0 140px;
}

#content .item img {
 float: left;
 display: block;
 margin: 5px 0 25px 0;
}

#content .itemprices img {
 float: left;
 display: block;
 margin: 5px 0 10px 0;
}

.price {
 font-weight: bold;
 margin: 1em 0 2em 0;
 color: #666;
}

/*
=Sign up
*/
.sign-up {
 clear: both;
 background: url(/images/bg/sign-up.png) no-repeat;
 padding: 10px 47px 10px 14px;
 width: 503px;
 min-height: 111px;
 margin: 20px 0 10px 0;
}

#content .sign-up h2 {
 color: #EF4911;
 text-transform: uppercase;
 font-size: 1.85em;
 margin: 0;
}

.sIFR-hasFlash #content .sign-up h2 {
 font-size: 27px;
 line-height: 29px;
 visibility: hidden;
}

.sign-up a {
 font-weight: bold;
}

.contact-form {
 margin: 0 0 2em 0;
}

.contact-form td.label {
 width: 120px;
}

.application td.label {
 width: 160px;
}

.contact-form td input, .contact-form textarea {
 width: 250px;
 border: 1px solid #666;
}

.contact-form .checkbox {
 margin: 5px 0;
}

.contact-form .checkbox input {
 width: auto;
 border: none;
 vertical-align: middle;
 margin-right: 5px;
}


/*
=Gallery
*/
.gallery .intro-left {
 width: 520px;
 float: left;
}

.gallery .free-box {
 float: right;
}

.templates {
 clear: both;
 margin: 0 0 15px -5px;
}

.templates div {
 width: 222px;
 float: left;
 padding: 15px 13px 10px 13px;
 background: url(/images/bg/template.gif) no-repeat;
 margin: 0 8px 14px 0;
}

.templates img {
 border: 1px solid #F0F0F0;
 margin-left: 2px;
 display: block;
}

.customtemplates {
 clear: both;
 margin: 0 0 15px -5px;
}

.customtemplates div {
 width: 245px;
 float: left;
 padding: 10px;
 background: url(/images/bg/customgallery.gif) no-repeat;
 margin: 0 8px 14px 0;
}

.customtemplates img {
 border: 1px solid #CFCFCF;
 margin: 1px 0px 0px 2px;
 display: block;
}

.templates div h3 {
 font-size: 0.93em;
 margin: 0 0 2px 2px;
 border-bottom: 1px solid #eee;
 padding: 2px 0 1px 0;
 color: #2F2F2F;
 line-height: 1.3;
}

.templates .preview {
 background: url(/images/bg/preview.gif) left center no-repeat;
 padding-left: 18px;
 font-size: 0.93em;
 margin: 0;
}

.one-column {
 clear: both;
 width: 682px;
 color: #666;
 padding: 15px 0;
}

.one-column h3 {
 color: #EF4911;
 font-size: 1.38em;
 font-weight: normal;
 margin: 0;
}

.sitemap {
 margin: 0 0 3em 1em;
}

.sitemap li, .sitemap li li {
 list-style: none;
}

/*
=Free box
*/
.free-box {
 min-height: 129px;
 margin-bottom: 26px;
 color: #666;
 width: 290px;
 line-height: 1.55;
}

.free-box img {
 float: left;
 margin: 0 4px 0 0;
}

/*
=Sidebar
*/
#sidebar {
 float: right;
 width: 290px;
 padding: 85px 0 50px 0; 
}

#sidebar h2 {
 color: #999;
 font-size: 1.38em;
 font-weight: normal;
 margin: 1.5em 0 0.15em 0;
}

.sIFR-hasFlash #sidebar h2 {
 font-size: 18px;
 line-height: 20px;
 visibility: hidden;
}

#sidebar ul {
 margin: 0;
}

#sidebar li {
 list-style: none;
 padding-left: 13px;
 background: url(/images/bg/dot.gif) 0 8px no-repeat;
 margin-bottom: 0.15em;
}

/*
=Footer
*/
#footer {
 background: url(/images/bg/footer.gif) no-repeat;
 width: 756px;
 padding: 18px 49px 20px 21px;
 clear: both;
}

#footer .left {
 float: left;
 width: 430px;
}

#footer .right {
 float: right;
 width: 199px;
 margin: 0; 
}

#footer h2 {
 color: #EA3D00;
 font-size: 1em;
 margin: 0 0 0.15em 0;
}

#footer .left p {
 margin-bottom: 1em;
}

#footer .left .email {
 margin-left: 10px;
}

#footer .left a {
 color: #666;
}

#footer .left .auburn {
 color: #999; 
}

#footer .left .auburn a {
 color: #999; 
}

#footer .links {
 color: #999;
 font-size: 0.92em;
 margin: 0;
}

#footer .links a {
 color: #999; 
}

#footer .links li {
 float: left;
 margin: 0 14px 0 0;
 list-style: none;
}

#footer .right p {
 margin-bottom: 0.5em;
 line-height: 1.6;
}

#footer .right .email {
 background: #FFFFCC;
 color: #999;
 border: 1px solid #666;
 font-size: 0.85em;
 padding: 1px;
 width: 125px;
}

#home-footer-text {
margin-top: 200px; 
border-top: 1px #CCCCCC dashed;
}

#home-footer-text h2 {
float: left; 
color: #999999; 
margin-top: 0px; width: 750px;
}

#home-footer-text p {
float: left; color: #999999; width: 750px
}

#home-footer-text a {
color: #999999;
}

#home-footer-text a:hover {
color: #666666;
text-decoration: underline;
}

.fields label {
float: left; margin-right: 20px;
}

.fields input {
float: right; margin-right: 180px;
width: 250px;
}

.fields div {
float: left;
clear: none;
width: 100%;
margin-bottom: 10px;
}

#alert-content {
color: #CC0000;
}