/*******************************************************************************
********************************************************************************
	Project		: Shafi Imports
	Company		: Soft Innovatives
	CSS 		: Danish Adeel
	Start date	: 26-07-09 
	Last change : 

********************************************************************************
*******************************************************************************/

/*----Universal Items----*/

* {
	padding: 0;
	margin: 0;
	border: 0;
	outline:0;
	text-decoration:none;
}
html, body {
	min-height: 100%;
	padding-bottom: 1px;
	background:#000 url(bg.gif) repeat-x;
}
body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
input,
textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
}
h1{
	font:normal normal 2em "Times New Roman", Times, serif;
	margin: 5px 0px;
	color:#dd48f4;
}
h2{
	font:normal bold 1.2em "Franklin Gothic Medium";
	color:#666600;
	padding: 5px 0px 5px 0px;
}
h3{
	font:normal bold 1.2em Arial, Helvetica, sans-serif;
	color:#244d6b;
	padding: 5px 0 0;
}
h4{
	color:#fff;
	font-size:1.3em;
}
p {
	margin:6px 0 10px 0;
	font-size:1em;
	color:#999;
}
ol {
	margin:10px 0 10px 27px;
	list-style-position:outside;
	padding-bottom:10px;
	font-size:1.1em;
	color:#fff;
}
ol li {
	list-style-type:decimal;
	background-image:none;
	padding:0px;
}

/*----Structure----*/
#main {
	width:920px;
	margin:15px auto;
	overflow: hidden;
	background:#000 url(bg-main.gif) repeat-x;
	border:1px solid #333;
}
#header{
	width: 920px;
	height: 145px;
	background: url(bg-head.jpg);
	float: left;
	position:relative;
}
#header img{
	position:absolute;
	top:17px;
	left:23px;
}

/*-------- Top Links ---------*/

#top_links {
	list-style:none;
	padding:10px 10px 0 0;
	float: right;
}
#top_links li{
	list-style:none;
	float:left;
	padding:0 5px;
	border-right:1px solid #fff;
}
#top_links li a:link,
#top_links li a:visited{
	font-size:1.1em;
	color:#fff;
	display:block;
	padding:0 5px;
	height:13px;
	float:left;
}
#top_links li a:hover,
#top_links li a:focus{
	color:#dd48f4;
}
#top_links .last{
	border:none;
}

/*----- Content Items ------*/

.content{
	width:435px;
	float:right;
	text-align:left;
	padding:10px 280px 10px 10px;
	font-size:1.2em;
	position:relative;
	background:url(main-img.jpg) no-repeat right bottom;
	min-height:625px;
}
* html .content{
	height:410px;
	padding:10px 265px 10px 10px;
}
.content a,
.content a:link,
.content a:visited {
	color:#244d6b;
	text-decoration:none;
}
.content a:hover,
.content a:focus,
.content a:active {
	color:#244d6b;
	text-decoration:underline;
}
ul.list{
	padding:0 0 10px 5px;
	list-style:none;
	font-size:1.1em;
	color:#444;
}
ul.list ul{
	font-size: 0.9em;
	padding:0 0 0 15px;
	list-style:none;
}
ul.list li,
ul.list ul li{
	padding:7px 0 0 15px;
	height:15px;
	background:url(bullet.gif) 0px 11px no-repeat;
}
ul.list li a,
ul.list ul li a{
	display:block;
}

/*----- Main Navi------*/

#navi{
	float:left;
	width:175px;
	list-style:none;
	margin: 20px 0 10px 20px;
	padding:10px 0;
}
* html #navi{
	margin-left:10px;
}
#navi li {
	background:url(bg-nav.gif) no-repeat 0 2px;
	display:block;
}
#navi li:hover {
	background:url(bg-nav-ovr.gif) no-repeat 0 2px;
}
#navi li.start a:link,
#navi li.start a:visited {
	background:none;
}
#navi li a:link,
#navi li a:visited,
#navi li span{
	background:url(sep.gif) no-repeat 20px 0;
	color:#ccc;
	display:block;
	font:normal normal 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:8px 5px 8px 25px;
	width:145px;
}
#navi li a:hover,
#navi li a:focus,
#navi li a:active,
#navi li span,
#navi li.start a:hover,
#navi li.start a:focus,
#navi li.start a:active,
#navi li.start span{
	color: #fff;
	background:url(sep.gif) repeat-y 20px 0;
	font-weight:bolder;
}

/*----Redaxo Elements----*/

div.cnt-blck { /* textile is putting it's output in such blocks */
	clear:both;
}
p.image span { /* picture description text */
	font-size:0.8em; /*define some small font size */ 
	float:none;
	padding:10px 0pt 0pt;
	display:block;
}
.fl-left { /* can be added as class on image divs for left alignment */
	float: left;
	margin: 3px 20px 0 0;
}
.fl-right { /* can be added as class on image divs for right alignment */
	float: right;
	margin: 3px 0 0 10px;
}
.txt-algn-left {
	text-align:left;
}
.txt-algn-rght {
	text-align:right;
}
.txt-algn-cntr,
.algn-center { /* can be added as class on image divs for centered images */
	text-align:center;	
}
.clearer { 
	display: block;
	clear: both;
	line-height: 0em;
	height: 1px;
	font-size: 0;
	visibility: hidden;
}
.hidden {
       display:none;
}


/*----Form----*/


.frm {
	float: left;
	width: 279px;
	background:url(shade.jpg) no-repeat left bottom;
	padding:20px 20px 40px 50px;
	margin-left:50px;
	border:1px solid #333;
}
.frm input,
.frm textarea,
.frm select{
	border: solid 1px #999;
	padding:3px 2px 3px 5px;
	float:left;
	margin:5px 0;
	color:#747378;
	font-size:1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:235px;
	background:#fff;
}
.frm textarea {
	width:235px;
	height: 185px;
}
.frm label,
.frm #srch p span.radio {
	width:130px;
	display:block;
	float:left;
	margin-top: 10px;
	font-size: 1em;
	color:#999;
}
.frm input.missing,
.frm textarea.missing {
	background-color:#FFFFFF;
	border:2px solid #fcb913;
}
.frm p {	
	clear:both;
	margin-bottom:0px !important; /* the !important is required, otherwise IE overrides it */
	margin-top:0px !important;
	float:left;	
}
.frm p.fsbmt input {
	margin:5px 0 0 188px;
	margin-top:10px;
	width:auto;
	height:auto;
	border:none;
	background:none;
	padding:0px;
}
.frm p label.radio {
	width:auto;
	margin-right:5px;
}
.frm p input.radio, 
.frm p.radio input,
.frm p input.checkbox,
.frm p.checkbox input {
	width:auto;
	height:auto;
	border:none;
	margin: 4px 15px 10px 10px;
}
.frm p input.radio{
	margin: 10px 10px 0 0;
}

/*----- Footer ----*/

#footer{
	width: 100%;
	padding:15px 0 0;
	text-align:center;
	border-top:1px solid #333;
	margin:0 auto;
	float:left;
	height:42px;
	background:url(footer.jpg) no-repeat;
}
#footer div{
	padding:0 15px;
	float:right;
}
#footer ul{
	list-style:none;
	padding:7px 0 0 0;
	float:left;
	height:20px;
}
#footer li{
	list-style:none;
	display:inline;
	padding:0 15px 0 15px;
	border-right:1px solid #fff;
}
#footer li a:link,
#footer li a:visited{
	font-size:1.1em;
	color:#fff;
}
#footer li a:hover,
#footer li a:focus,
#footer li span{
	font-size:1.1em;
	color:#dd48f4;
}
#footer .last{
	border:none;
}
.copy{
	display:block;
	padding:5px 10px 0 0;
	font-size:1.1em;
	text-align:right;
	margin:0 auto 10px auto;
	color:#fff;
	float:left;
	background: url(icons.jpg) 0px 3px no-repeat;
}
.copy a:link,
.copy a:visited{
	color:#dd48f4;
}
#contact,
#discount{
	float:right;
	clear:right;
	font:normal normal 2.2em "Times New Roman", Times, serif;
	color:#fff;
	background:url(contact.gif) no-repeat;
	padding:10px 20px 10px 60px;
}
#discount{
	background:none;
	padding:0px 20px 5px 60px;
}
#search{
	float:right;
	clear:right;
	padding:10px 20px;
}
#search input{
	float:left;
	margin:0 0 0 10px;
}

/*----- Slider -----*/

#wrapper {
    width: 450px;
    margin: 0 auto;
    padding: 0 0 20px 0;
	background:url(shade2.gif) no-repeat bottom;
}
#slider {
    width:450px;
    position: relative;
	background:url(bg-slider.gif) no-repeat center top;
	padding:20px 0 0;
	margin:20px 0 0;
}
.scroll {
    width: 450px;
    overfl ow: auto;
    overflow: hidden;
    position: relative;
    clear: left;
	z-index:20;
}
.scrollContainer div.panel {
    width: 450px;
}
/*div.panel img{
	border:5px solid #f7a830;
	margin:0 5px 0 0;
}*/
.details .port{
	width:580px;
}
.scrollButtons {
    position: absolute;
    top: 145px;
    cursor: pointer;
}
.scrollButtons.left {
    left: 180px;
}
.scrollButtons.right {
    right: 180px;
}
.scrollContainer a:link,
.scrollContainer a:visited{
	float:left;
	text-decoration:none;
	text-align:center;
}
.thumbs a:link,
.thumbs a:visited{
	width:180px;
}
.scrollContainer a:hover span{
	color:#dd48f4;
}
.scrollContainer span{
	text-align:center;
	display:block;
	padding:10px 5px;
	width:140px;
	color:#fff;
	font:normal normal 1.1em Lucida Sans Unicode, Lucida Grande;
}
.scrollContainer{
	float: left;
}

/*-- Gallery --*/

.gal .panel{
	background:url(bg-slider.gif) no-repeat top center;
	padding:20px 0;
	float:left;
}
.scrollContainer a:link span.price,
.scrollContainer a:link span.stock{
	padding:2px 5px 0;
}
.scrollContainer a:hover span.price,
.scrollContainer a:hover span.stock{
	color:#ccc;
}

/*----------- Paging -----------*/

#pagging{
	float:none;
	width:100%;
	display:block;
	text-align:center;
	float:left;
	margin:10px 0;
}
.content #pagging li{
	background:none;
	display:inline;
	padding:0;
}
#pagging li a:link,
#pagging li a:visited,
#pagging li span{
	display:inline;
	padding:2px 7px;
	background:#dd48f4;
	color:#fff;
	margin:2px;
	font-size:1em;
}
#pagging li a:active,
#pagging li a:hover,
#pagging li a:focus,
#pagging li span{
	background:#999;
	color:#000;
	text-decoration:none;
	margin:1px;
	padding:3px 8px;
}

/*-- Details --*/


.details strong{
	font-weight:bolder;
	color:#fff;
}
.tel span{
	padding:0 10px 0 24px;
	background:url(tel.gif) no-repeat left;
	color:#fff;
}

