
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

ul, li {
margin: 0px;
padding: 0px;
border: 0px;
} 

body {
  background-color: #000000;
  background-image: url('/cache/skins-S6-customer-site_images-bg.jpg');
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: center;
}

/*##################link style#####################*/
body .link
{
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
}

body .link a
{
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
}

body .link a:hover
{
  color: #FFFFFF;
  text-decoration: none;
}

body .link a:visited
{
  color: #FFFFFF;
  text-decoration: none;
}

body .link a:focus
{
  color: #FFFFFF;
  text-decoration: none;
}
/*##################end link style#####################*/

/* Commonly used to style page titles. */
h1 {
  color: #FF0000;
  font-size: 18px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #FF0000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for the h3 header. */
h3 {
  color: #FF0000;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #FF0000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #DADADA;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #BB1D1E;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #BB1D1E;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #383838;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 900px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;

}

#outerWrapper #contentWrapper {
  background-color: #383838;
  background-image: url('/cache/skins-S6-customer-site_images-content_bg.jpg');
  background-repeat: no-repeat;
  background-position: 0px 38px;
}

#outerWrapper #header {
	background-color: #383833;
	padding: 0px 0px 0px 0px;
	background-image: url('/cache/skins-S6-customer-site_images-header.jpg');
    background-repeat: no-repeat;
	height: 200px;
}

#outerWrapper #header .Logo {
	width: 370px;
    float: left;
	margin-top: 144px;
    margin-left: 322px;
    color: #DADADA;
	font-size: 24px;
	font-weight: normal;
    text-transform: uppercase;
	line-height: 24px;
}

.enquireAd
{
  width: 278px;
  height: 278px;
  display: block;
  border-top: 1px solid #000000;
  border-right: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  border-left: 1px solid #000000;
  background-color: #333333;
  background-image: url('/cache/skins-S6-customer-site_images-findOut.jpg');
  background-repeat:no-repeat;
  background-position: top left;
  margin-top:15px;
}

.enquireAd:hover
{
  background-image: url('/cache/skins-S6-customer-site_images-findOut_over.jpg');
}

.enquire {
    width: 117px;
    height: 126px;
    float: right;
    margin-right: 0px;
    margin-top: 74px;
    cursor: pointer;
	background-image: url('/cache/skins-S6-customer-site_images-enquire_default.jpg');
    background-repeat: no-repeat;
    display: block;
}

/*.enquire a:link {
	background-image: url('/cache/skins-S6-customer-site_images-enquire_default.jpg');
    background-repeat: no-repeat;
}*/

.enquire:hover {
	background-image: url('/cache/skins-S6-customer-site_images-enquire_over.jpg');
    background-repeat: no-repeat;
}

.content {
    height: 15px;
}

#outerWrapper #contentWrapper #sideBar {
	border-right: solid 1px #383838;
	float: left;
	padding: 10px 10px 10px 10px;
    width: 280px;
	z-index: 0;
}

#outerWrapper #contentWrapper #sideBarContent {
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #DADADA;
	border-right: solid 1px #DADADA;
	padding: 10px 10px 10px 10px;
}

#outerWrapper #contentWrapper #sideBarContent ul {
	list-style: none;
    margin-top: 10px;
}

#outerWrapper #contentWrapper #sideBarContent li {
	padding-bottom: 15px;
    display: block;
    margin-left: 0px;
    padding-left: 0px;
}

#outerWrapper #contentWrapper #sideBarContent li img {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
}

#outerWrapper #contentWrapper #sideBarContent li a {
	color: #DADADA;
    text-transform: uppercase;
}

#outerWrapper #contentWrapper #sideBarContent li a:link {
	color: #DADADA;
}

#outerWrapper #contentWrapper #sideBarContent li a:hover {
	color: #DADADA;
}

#outerWrapper #contentWrapper #sideBar a:link {
  color: #DADADA;
  font-weight: bold;
  text-decoration: none;
}

#outerWrapper #contentWrapper #sideBar a:hover {
  color: #383838;
  text-decoration: underline;
}

.topActHeaderText {
    font-size: 16px;
    color: #DADADA;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 15px;
    text-transform: uppercase;
    float: left;
}

.topActHeader {
    width: 200px;
    margin-bottom: 30px;
    margin-left: 0px;
}

.topActHeader img {
    float: left;
}

.bump {
    margin-bottom: 20px;
    margin-top: 60px;
}

#outerWrapper #contentWrapper #mainContent {
  margin-left: 300px;
  margin-right: 5px;
  margin-top: 0px;
  padding: 10px 10px 10px 10px;
}

#outerWrapper #contentWrapper #Content {
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #DADADA;
	border-right: solid 1px #DADADA;
	padding: 10px 10px 10px 10px;
    color: #FFFFFF;
    float: right;
}

#outerWrapper #contentWrapper #mainContent a:link {
  color: #BB1D1E;
  font-weight: bold;
  text-decoration: none;
}

#outerWrapper #contentWrapper #mainContent a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

#outerWrapper #contentWrapper #mainContent a:visited {
  color: #DADADA;
  font-weight: bold;
  text-decoration: none;
}

#intro {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  float:left;
  border-bottom: 2px solid #444444;
}

#intro img {
    margin: 2px 10px 10px 0;
    float: left;
    display: block;
}

.singleprod {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  float:left;
  border-bottom: 2px solid #444444;
  width: 100%;
  background-image: url('/cache/skins-S6-customer-site_images-product_bg.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top 2px;
}

.singleprod img {
    margin: 2px 10px 30px 0;
    float: right;
    display: block;
}

.cleared {
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}

.PostContent {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
}

.PostContent ul {
  margin-bottom: 20px;
  margin-left: 30px;
}

.cash {
  font-weight: bold;
  color: #FF0000;
  width: 100px;
  float: left;
  margin-left: 5px;
  margin-top: 10px;
  margin-bottom: 0px;
  clear: right;
}

.details {
  font-weight: bold;
  width: 100px;
  float: right;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #FF0000;
  clear: right;
}

#Content hr {
    
}

.PostContent img {
    margin-top: 2px;
    margin-right: 30px;
    margin-bottom: 3px;
    margin-left: 10px;
    float: right;
    /*border: none;*/
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #DADADA;
	border-right: solid 1px #DADADA;

}

.Post-inner {
    margin-bottom: 5px;
}

#outerWrapper #contentWrapper #mainContent .PostHeader a img {
    border: none;
}

#outerWrapper #contentWrapper #mainContent .PostHeader a:link {
    color: #FF0000;
    text-decoration: underline;
}

#outerWrapper #contentWrapper #mainContent .PostHeader a:hover {
    color: #BB1D1E;
    text-decoration: none;
}

#outerWrapper #contentWrapper #mainContent .PostHeader a:visited {
    color: #BB1D1E;
}

#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	background-color: #383838;
	margin-top: 0px;
	height: 137px;
    width: 900px;
    background-image: url('/cache/skins-S6-customer-site_images-footer_bg.gif');
    background-repeat: repeat-x;
}

#outerWrapper #footerContent {
	margin-top: 0px;
}

#copyright {
	float: left;
	width: 600px;
    margin-top: 40px;
    margin-left: 95px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
}

#copyright a {
    color: #FFFFFF;
}

#copyright a:link {
    color: #FFFFFF;
    text-decoration: none;
}

#copyright a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#outerWrapper .footerBG {
    width: 867px;
    height: 98px;
	float: left;
    margin-left: 16px;
    margin-top: 20px;
    background-image: url('/cache/skins-S6-customer-site_images-footer_inner_bg.jpg');
    background-repeat: no-repeat;
    color: #000000;
    border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #DADADA;
	border-bottom-color: #DADADA;
	border-left-color: #000000;
}

#outerWrapper #footerLinks {
    width: 600px;
    height: 15px;
    margin-top: 25px;
    text-align: right;
	float: right;
    color: #000000;
    font-size: 10px;
    font-weight: normal;
}

#outerWrapper #footerLinks ul {
    margin-right: 5px;
	padding: 0;
	list-style: none;
}

#outerWrapper #footerLinks ul li {
    display: inline;
    margin-left: 7px;
    text-transform: uppercase;
}

#outerWrapper #footerLinks ul li a:link {
    color: #BB1D1E;
}

#outerWrapper #footerLinks ul li a:hover {
    color: #FFFFFF;
}

#outerWrapper #footer h3 {
  color: #666666;
}

#outerWrapper #contentWrapper #navBarHolder {
	width: 900px;
	height: 38px;
    background-color: silver;
	background-image: url('/cache/skins-S6-customer-site_images-menu_bg.gif');
    background-repeat: repeat-x;
}

#outerWrapper #contentWrapper #navBar {
	font-size: 12px;
	width: 700px;
    margin-left: 35px;
	/*float: right;*/
	height: 18px;
}

#outerWrapper #contentWrapper #navBar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 18px;
}

#outerWrapper #contentWrapper #navBar li {
	float: left;
	display: block;
	height: 18px;
	width: inherit;
	font-weight: normal;
    text-transform: uppercase;
    background-color: #BB1D1C;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #DADADA;
	border-bottom-color: #DADADA;
	border-left-color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
    margin-top: 7px;
}

#outerWrapper #contentWrapper #navBar li a {
	display: block;
	margin: 0;
	text-decoration: none;
    color: #FFFFFF;
	font-weight: normal;
}

#outerWrapper #contentWrapper #navBar li a:hover{
    color: #000000;
	text-decoration: none;
}

#outerWrapper #header #headerText {
	margin-left: 165px;
}

#outerWrapper #contentWrapper #sideBar #nav {
	float: left;
	margin-bottom: 10px;
}

#outerWrapper #contentWrapper #sideBar #nav li {
	display: list-item;
	height: 20px;
	width: 140px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #383838;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #383838;
	list-style: none;
}

#outerWrapper #contentWrapper #sideBar #nav li a {
	display: block;
	margin-left: 7px;
	margin-top: 2px;
	text-decoration: none;
	font-weight: bold;
}

#outerWrapper #contentWrapper #sideBar #nav li a:link {
    color: #6DCCDA;
}

.package {
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
	padding: 3px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #383838;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #383838;
}

#navlist
{
    padding: 1px;
    margin-left: 0;
    font: bold 12px Verdana, sans-serif;
    border: 2px solid;
    border-color: #AAA #666 #666 #AAA;
    background: #383838;
    width: 13em;
}

#navlist li
{
    list-style: none;
    margin: 0;
    padding: 0.25em 1em;
    border: 1px solid;
    border-color: #000000 #999999 #999999 #000000;
    text-align: center;
}

#navlist li a { 
    text-decoration: none;
    font-weight:normal;
    font-size:12px;
}
#navlist li a:link { 
    color: #CCCCCC;
    font-weight:normal;
    font-size:12px;
}
#navlist li a:visited { 
    color: gray;
    font-weight:normal;
    font-size:12px;
}
#testimonial {
	padding: 3px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: 1px solid #666666;
}
