@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

header {
	background:url(../images/breadcrumb-shadow.png) bottom left repeat-x;
}

header .container{
	background:url(../images/header-bg.png) 20px top no-repeat;
	height:141px;
}

.logo {
	float:left;
	padding-top:30px;
}

.header_use_login {
	float:right;
	margin-top:60px;
}

.header_use_login label{
	display:block;
	color: #FFFFFF;
	font: 13px/19px Trebuchet MS,Arial,Helvetica,sans-serif;
	letter-spacing: 0.1px;
	text-shadow: 1px 1px #666;
}

.header_username {
	float:left;
}

.header_use_login input[type=text]{
	background: #f1efef url(http://www.gft-ltd.co.uk/images/textbox-bg.jpg) repeat-x;
	border: 1px solid #636466;
	color: #4e4635;
	width:72px;
	height:17px;
}

.header_use_login input[type=password]{
	background: #f1efef url(http://www.gft-ltd.co.uk/images/textbox-bg.jpg) repeat-x;
	border: 1px solid #636466;
	color: #4e4635;
	width:72px;
	height:17px;
}

.header_password {
	float:left;
	margin:0 5px;
}
.header_use_login input[type="submit"] {
	float:left;
	background:url(../images/submit-btn.png) -3px -2px no-repeat;
	width:22px;
	height:21px;
	margin-top: 18px;
}

/*************sidebar left ********/

.sidebar-nav ul {
	margin:15px 0 0 0;
	padding:0;
	padding-left:10px;
}

.sidebar-nav ul li {
	width:195px;
	height:34px;
	display:block;
	margin:3px 0;
	background:url(../images/nav/nav_bg.png) top left repeat-x;
}

.sidebar-nav ul li a {
	font-size:11px;
	width:220px;
	color:#636466;
	height:34px;
	margin-left:-10px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}

.sidebar-nav ul li a img {
	width:25px;
	height:31px;
	margin-bottom:-11px;
	margin-right:10px;
}

.sidebar-nav ul li.sbn1 a {
	background:url(../images/nav/3_03.png) top right no-repeat;
}
.sidebar-nav ul li.sbn2 a {
	background:url(../images/nav/6_03.png) top right no-repeat;
}
.sidebar-nav ul li.sbn3 a {
	background:url(../images/nav/1-a_03.png) top right no-repeat;
}
.sidebar-nav ul li.sbn4 a {
	background:url(../images/nav/2_03.png) top right no-repeat;
}
.sidebar-nav ul li.sbn5 a {
	background:url(../images/nav/4_03.png) top right no-repeat;
}
.sidebar-nav ul li.sbn6 a {
	background:url(../images/nav/5_03.png) top right no-repeat;
}
.sidebar-nav ul li.sbn1 a:hover {
	background:url(../images/nav/3-a_03.png) top right no-repeat;
}
.sidebar-nav ul li.sbn2 a:hover {
	background:url(../images/nav/6-a_03.png) top right no-repeat;
}
.sidebar-nav ul li.sbn3 a:hover {
	background:url(../images/nav/1_03.png) top right no-repeat;
}
.sidebar-nav ul li.sbn4 a:hover {
	background:url(../images/nav/2-b_03.png) top right no-repeat;
}
.sidebar-nav ul li.sbn5 a:hover {
	background:url(../images/nav/4-a_03.png) top right no-repeat;
}
.sidebar-nav ul li.sbn6 a:hover {
	background:url(../images/nav/5-a_03.png) top right no-repeat;
}

.news_updates_sidebar {
	background:#e5e5e5;
	border-radius:5px;
	box-shadow:inset 0px 0px 15px 0px #999;
	min-height:180px;
	margin:15px 0;
}

.news_updates_sidebar ul {
	margin:0 15px;
	padding:15px 0;
}

.news_updates_sidebar ul li {
	display:block;
	list-style-type:none;
	color: #6a6a6a;
	text-shadow: 0px 1px 0px #ffffff;
	font-size:12px;
	text-align:justify;
	line-height:16px;
}

.news_updates_sidebar ul li h3 {
	font-weight:bold;
	text-align:center;
	margin:0 0 10px 0;
}

.news_updates_sidebar ul li p {
	margin:0;
}

.sidebar_product_gallery {
	width:100%;
	border-radius:5px;
	box-shadow:0px 0px 3px 0px #666;
}

.sidebar_product_gallery img {
	width:100%;
	height:auto;
	broder-radius:5px;
}

/*********************main top slider***********************/

.slider {
	margin-top:15px;
}

.slider .fadein {
	width:100%;
	position:relative;
	height:380px;
}

.slider .fadein img {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:380px;
}

.sidebar_product_gallery {
	background:#efefef;
}

.fadein2 {
	width:220px;
	position:relative;
	height:134px;
	margin:0 auto;
	overflow:hidden;
}

.fadein2 img {
	width:220px;
	position:absolute;
	top:0;
	left:0;
	height:134px;
}

/********************* products_sldier*******************/

.list_carousel {
	margin:10px 0 0 0;
	border:5px solid #e6e6e7;
}

.caroufredsel_wrapper {width:100% !important;}

.list_carousel ul {
	margin:0;
	padding:0;
	height:120px;
	overflow:hidden;
}

.list_carousel ul li {
	display:block;
	float:left;
	width:auto;
	height:120px;
}

.list_carousel ul li img {
	width:197px;
	height:120px;
}

/********************************/
 
.list_carousel_2 {
	margin:10px 0 0 0;
	border:5px solid #e6e6e7;
}

.list_carousel_2 ul {
	margin:0;
	padding:0;
	height:215px;
	overflow:hidden;
}

.list_carousel_2 ul li {
	display:block;
	float:left;
	width:auto;
	height:215px;
}

.list_carousel_2 ul li img {
	width:675px;
	height:215px;
	border-right:7px solid #fff;
}

/*********************** content ************************/

.content {
	font-size:11px;
	color:#636466;
	line-height:16px;
	text-align:justify;
}

.content_2 {
	font-size:11px;
	color:#636466;
	line-height:16px;
        padding-right: 7px;
	text-align:justify;
	height:486px;
	overflow:scroll;
	overflow-x:hidden;
}

.content_3 {
	font-size:11px;
	color:#636466;
	line-height:16px;
	text-align:justify;
	height:252px;
        padding-right: 7px;
	margin-top:10px;
	overflow:scroll;
	overflow-x:hidden;
}

.right_img {
	float:right;
	margin:0 0 10px 20px;
}

h2 {
	color:#0072b4;
	font-size:18px;
	font-weight:bold;
}

.bottom_image {
	border:8px solid #e6e6e7;
}

.bottom_image img {
	width:100%;
}

.author {
	font-size:13px;
}

.contact_map iframe {
	width:100%;
	height:351px;
	margin-top:10px;
}

/******************************order ********************/

.js_order_panel {
	border:1px solid #DDDDDD;
	margin-bottom:5px;
}

.order_panel .columns {margin-left:3px !important; margin-right:3px !important;}

.js_order_panel h1 {
	color:#7d7d7d;
	font-size:12px;
	background:url(../images/plus.png) 20px 8px no-repeat #F1F1F1;
	border-bottom:none;
	padding:4px 0 6px 36px;
	margin:0;
        text-transform: capitalize;
	cursor:pointer;
}

.js_order_panel h1.active {
	background:url(../images/min.png) 20px 10px no-repeat #F1F1F1;
	border-bottom:1px solid #DDDDDD;
	margin:0 0 10px 0;
}

.js_order_panel .order_panel {
	display:none;
	width:702px;
}

.order_form label {
	display:block;
	height:20px;
	padding-bottom:8px;
	font-size:14px;
}

.six2 {
    width:354px !important;
}

.six2 input {
    width:338px !important;
}

.order_form input[type=text] {
	margin: 0;
	margin-bottom: 7px;
	color: #999;
	border: solid 1px #CCC;
	padding: 2px;
	min-width: 10px;
	height:18px;
	border-radius: 3px;
}

.order_form input[type=text].input_220 {
	width:212px;
}

.order_form input[type=text].input_700 {
	width:692px;
}

.order_form  .order_panel input[type=text].input_220 {
	width:214px;
	padding:6px;
}


.order_form input[type=text].input_50 {
        width:50px;
	padding:6px;
}

.order_form  .order_panel input[type=text].input_195 {
        width:200px;
	padding:6px;
}

.order_form .order_panel input[type=text].input_160 {
	width:144px;
	padding:6px;
}

.order_form .order_panel input[type=text].input_100 {
	width:84px;
	padding:6px;
}

.order_form .order_panel input[type=text].input_340 {
	width:324px;
	padding:6px;
}

.label_2 {
	display:none;
	width:80px;
	height:32px;
	float:left;
	line-height:32px;
	font-size:14px;
}
.label_2_qty {
	display:none;
	width:97px;
	height:32px;
	float:left;
	line-height:18px;
	font-size:14px;
}

.form_seperator {
	margin:5px 0 15px 0;
	border:1px solid #ccc;
	background:#999;
}

.form_seperator2 {
	display:none;
	margin:5px 0 15px 0;
	border:1px solid #efefef;
	padding-bottom:0px;
}

.order_form .order_panel input[type=submit] {
	height: 27px;
	width:100px;
	line-height: 24px;			
	margin: 0;
	color: #000;
	border-radius:3px;
	cursor: pointer;
	font-style: normal;
	background: #EEE;
	border:1px solid #ccc;
}

.order_form .order_panel input[type=submit]:hover {
	background: #ddd;
}

.order_form .order_panel input[type=submit]:active {
	background: #ccc;
	border:1px solid #999;
}

/********************products********************/

.products_panel {
	border:1px solid #DDDDDD;
	margin-bottom:5px;
}

.products_panel h1 {
	background: url("../images/plus.png") no-repeat scroll 17px 8px #F1F1F1;
        border-bottom: medium none;
        color: #7D7D7D;
        cursor: pointer;
        font-size: 12px;
        margin: 0;
        padding: 4px 0 6px 36px;
        text-transform: capitalize;
}

.products_panel h1.active {
	background:url(../images/min.png) 20px 10px no-repeat #F1F1F1;
	border-bottom:1px solid #DDDDDD;
}

.products_panel ul {
	margin:0;
	padding:0 10px;
	display:none;
}

.products_panel ul li {
	width:147px;
	background:fff;
	text-align:center;
	height:200px;
	float:left;
	margin: 10px;
}

.products_panel ul li p {
    margin:-3px 0 0 0;
}

.products_panel ul li img {
	width:auto;
	height:150px;
	max-width:147px;
}

/***********************footer********************/


footer {
	height: 10px;
	background-color: #edeef0;
	border: 2px solid #bdbec0;
	font-family: Arial;
	font-size: 11px;
	text-align:center;
	margin:20px 0 0 0; 
	padding:5px 0;
}

.Logout_user {
    line-height:25px;
    font-size: 11px;
    text-align: center;
    margin-top: 30px;
    float:right;
}

.logout_btn {
    width: 70px;
    background: #ccc;
    height:25px;
    display: block;
    text-decoration: none;
    color: #000;
    line-height: 25px;
    font-size: 11px;
    text-align: center;
    margin:0 auto;
    box-shadow: 0px 0px 1px 0px #333;
}

.logout_btn:active {
    box-shadow:inset 0px 0px 1px 0px #333;
}