div.form_container {
	width:400px;
	margin:0 auto;
}
div.form_error {
	padding:2px 2px 2px 4px;
	background-color:#fdd2d2;
	color:#F00;
	margin-bottom:10px;
}
div.formitem label {
	display:block;
	width:100%;
}
div.formitem input {
	margin-bottom:10px;
	width:250px;
	padding:3px;
}
div.formitem textarea {
	margin-bottom:10px;
	width:300px;
	padding:3px;
	height:100px;
}
div.formitem textarea:focus {
	background-color:white;
}
div.formitem select {
	margin-bottom:10px;
	width:200px;
	padding:3px;
}
ul.files {
	margin-left:25px;
}
ul.files li {
	margin-bottom:10px;
}
ul.files li a {
	display:block;
	font-size:15px;
	background-color:#f1f4f6;
	padding:18px 8px 8px 50px;
	color:#333;
	width:280px;
	height:29px;
}
ul.files li a:hover {
	color:#666;
}
ul.files li a.pdf {
	background-image:url(../images/media/pdf.jpg);
	background-repeat:no-repeat;
	background-position:7px 7px;
}
ul.faq {
	width:330px;
	margin-bottom:40px;
}
ul.right {
	margin-right:25px;
	display:inline;
}
ul.left {
	margin-left:25px;
	display:inline;
}
ul.faq li {
	background-image:url(../images/media/faqlist.png);
	background-repeat:no-repeat;
	background-position:2px 4px;
	padding:3px 3px 3px 22px;
	margin-bottom:7px;
	background-color:#f6f6f6;
}
ul.faq li a {
	text-decoration:none;
}
li.back-to-top {
	background-image:url(../images/media/totop.png);
	background-repeat:no-repeat;
	background-position:15px 15px;
	padding-left: 30px !important;
}

p.enquiries-para {
	float:left;
	width:386px;
	padding:10px 0px 0px 0px;
}

.col-main h3 {
	margin-left:5px;
}

.col-main ul.list, .col-main ol.list {
	margin-left:25px;
	margin-bottom:15px;
}
.col-main ul.list li, .col-main ol.list li {
	margin-bottom:5px;
}
.col-main ul.bullet {
	list-style:disc;
	margin-left:35px;
}	

ul.glosserytoplink {
	list-style:none;
	display:inline-block;
	background-image:url(../images/box-header-bg.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	background-color:#FFF;
	border:1px solid #CCCCCC;
	width:615px;
	height:44px;
	margin-left:45px;
	padding-top:6px;
	margin-bottom:40px;
}
ul.glosserytoplink li {
	display:inline;
	float:left;
}
ul.glosserytoplink li a {
	text-align:center;
	display:block;
	width:5px;
	padding:10px 20px 10px 15px;
	border-right:1px #ccc solid;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
ul.glosserytoplink li a.last {
	border-right:none;
}
ul.glosserytoplink li a:hover {
	background-color:#eceef0;
}

h3.letter-heading {
	color:#900;
	font-size:24px;
	padding-left:45px;
	margin-bottom:5px;
}

h3.faqs {
	font-size:18px !important;
}

h3.target {
	font-size:18px !important;
	background-image:url(../images/media/header-arrow.jpg);
	background-repeat:no-repeat;
	background-position:20px 3px;
}

h3.letter-heading small {
	font-size:16px;
}

ul.glossary {
	margin-bottom:40px !important;
}
ul.glossary li {
	margin-bottom:20px !important;
	background-color:#f1f4f6;
	padding:10px;
	margin-right:25px;
}
ul.glossary li strong {
	font-size:13px;
}

.welcome-msg {
    float: left;
    font-size: 0.95em;
}
#header-cart {
    position: absolute;
    z-index: 20;
    width: 200px;
    right: 0;
    top: 7px;
}
#header-cart .head {
    margin-bottom: 7px;
    padding-right: 8px;
}
#header-cart .head h4 {
    cursor: pointer;
    float: none;
    display: inline;
    padding-left: 15px;
    background: url(../images/icon-cart.gif) no-repeat 0 50%;
}
#header-cart .head h4,
#header-cart .head h4 a {
    color: #ababab;
    font-size: 0.95em;
    font-weight: normal;
}
#cart-content {
    background: #292a34;
    border: 1px solid #727379;
    border-top: none;
    padding: 0 3px 5px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-radius: 0 0 8px 8px;
    color: #aaa;
    position: absolute;
    top: 23px;
    right: 0px;
    width: 200px;
}
#cart-content .product-images {
    float: left;
}
#cart-content .product-images img {
    border: 1px solid #a9a9a9;
}
#cart-content .product-details {
    margin: 0 0 0 60px;
}
#cart-content h6 {
    color: #1E7EC8;
    text-indent: 5px; 
}
#cart-content li {
    clear: both;
}
#cart-content a:hover {
    color: #aaa;
}
#cart-content .actions a span {
    cursor: pointer;
}
#cart-content #center-buttons {
    padding-top: 5px;
    clear: both;
    text-align: center;
}

#slider
{
    height: 200px;
    position: relative;
    width: 930px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 13px;
    border: 1px solid #ccc;
}
div.scroller
{
    height: 200px;
    overflow: hidden;
    width: 930px;
    zoom: 1;
}
div.scroller .content 
{
    padding: 0;
}
div.slidercontrolwr
{
    position: absolute;
    right: 15px;
    top: 15px;
}
div.scroller img
{
    border: none;
}
div.scroller div.section
{
    float: left;
    height: 200px;
    overflow: hidden;
    width: 930px;
}
div.scroller div.content
{
    width: 10000px;
    float: left;
}
.slidercontrol
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.slidercontrol a
{
    color: #aaa;
    filter: alpha(opacity=60);
    float: left;
    height: 14px;
    margin: 0px 2px;
    opacity: 0.6;
    overflow: hidden;
    padding: 0px;
    text-decoration: none;
    text-indent: -1000px;
    width: 14px;
}
.slidercontrol a:hover
{
    filter: alpha(opacity=100);
    opacity: 1;
}
.content .sliderdescription
{
    background: url(../images/grid.gif) repeat left top;
    color: #222;
    filter: alpha(opacity=50);
    font: 12px bold Helvetica, sans-serif;
    left: 15px;
    opacity: 0.5;
    padding: 10px;
    position: relative;
    top: -100px;
    width: 650px;
}
div.sliderdescription:hover, .sliderdescription.active
{
    background-color: #fff !important;
}
.content a
{
    font: 12px bold Helvetica, sans-serif;
    text-decoration: none;
}
.aprev
{
    background: url(../images/aprev.gif) no-repeat 3px 3px;
}
.anext
{
    background: url(../images/anext.gif) no-repeat 3px 3px;
}
.astop
{
    background: url(../images/astop.gif) no-repeat 3px 3px;
}
.aplay
{
    background: url(../images/aplay.gif) no-repeat 6px 3px;
}

.footerl .mini-newsletter {
    float: left;
    clear:both;
    width:390px;
    text-align: left;
}
.footerl {
    float: left;
}
.footerl .mini-newsletter h4{
    color: #505050;
    margin-right: 10px;
}
.footerl form, .footerl .mini-newsletter h4 {
    float: left;
    line-height: 30px;
    font-size: 11px;
}
.footerl .mini-newsletter input.input-text {
    float: left;
}
.footerl .form-button-alt{
    float: right;
    margin:3px 0px 0px 6px;
}

.form-button, .form-button-alt {
    background: #aeaeae url(../images/gradient-gray.gif) repeat-x 0 0;
    border: 1px solid #adadad;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -opera-border-radius: 4px;
    margin: 0px;
    vertical-align:top;
    padding: 3px 6px;
    color: #4f4f4f;
}
.form-button:hover, .form-button-alt:hover {
    border-color: #888;
    color: #333;
}

h4, h3, .category-head h2 {
    font-size: 12px;
    font-weight: bold;
    color: #5e6976;
}


.col-main p{
	margin-left:  5px;
	margin-right:  5px;
}