/*

 Design Monkey
 layout.css

*/



/* Remove Default Styling
------------------------------------------------------------------------------------------------- */
	
* { margin:0; 
	padding:0; 
	font-style:normal; 
}

img { 
border: 0; 
}


/* Typography
------------------------------------------------------------------------------------------------- */

p{
	font-size:0.7em;
	line-height: 1.5em;
}

h1,h2,h3,h4{
	font-family: Trebuchet MS;
}

a{
	text-decoration:none;
}

a:hover{

}

h1{
	font-size: 1.4em;
	font-weight: normal;
}

h2{
	font-size: 1.3em;
	font-weight: normal;
	color: #CF691B;
}
	

/* Overall Layout
------------------------------------------------------------------------------------------------- */

html {
}
	
body { 
	font-size: 1em;
	background: #000;
	font-family: Trebuchet MS, verdana;
	text-align: center;
	margin-top: 20px;
}

.clearleft{
	clear: left;
}

div#content-container{
	background: #F2F2F2;
	overflow: hidden;
	text-align: center;
	width: 800px;
	margin: 0 auto 0 auto;
}

div#container{
	width: 690px;
	margin: 0 auto 0 auto;
	background: #FFF;
	overflow: hidden;
	text-align: left;
}


/* Header 
------------------------------------------------------------------------------------------------- */

div#header{
	padding: 0 0 5px 5px;
/*	background: transparent url(images/header-images.jpg) no-repeat top right;*/
}

div#topflash{
	width: 414px;
	height: 100px;
	float: right;
	padding-top: 3px;
}

div#header h1{
	height: 84px;
	width: 240px;
	display: block;
	background: transparent url(images/quraf-logo.gif) no-repeat top left;
	text-indent: -30000px;
}

div#header h2{
	font-size: 0.7em;
	font-weight: bold;
	color: #CF691B;
	padding-left: 10px;
	margin: 0;
}


/* Nav 
------------------------------------------------------------------------------------------------- */

div#nav ul{
	display: block;
	background: #313131 url(images/menubg.gif) repeat-x bottom left;
	min-height: 28px;
	margin: 0;
	padding: 0 5px;
	position: relative;
	list-style: none;
}

div#nav ul li{
	float: left;
	margin: 0 6px;
	position: relative;
	padding: 0 2px;
}

div#nav ul li a{
	padding: 5px 0 4px 0;
	border-bottom: 3px #FFF solid;
	display: block;
	color: #B1B1B1;
	font-size: 0.7em;
}

div#nav ul li a:hover{
	border-bottom: 3px #CF671A solid;
}

div#nav ul li a.selected{
	border-bottom: 3px #CF671A solid;
	color: #FFF;
}

div#nav ul ul{
	position: absolute;
	top: 28px;
	left: 0;
	background: #000;
	z-index: 1000;
	clear: left;
	width: 160px;
	margin: 0;
	padding: 0;
	display: none;
	list-style: none;
}

div#nav ul ul ul{
	display: none;
}

div#nav ul li:hover ul ul{
	display: none!important;
}

div#nav ul li:hover ul{
	display: block;
}

div#nav ul ul li{
	margin: 0;	
}

div#nav ul ul li a{
	width: 150px;
	padding-left: 5px;
	padding-right: 5px;
	border-width: 2px;
}

div#nav ul ul li a:hover,div#nav ul ul li a.selected{
	border-width: 2px;
}

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


div#content{
	padding: 5px;
	height: 260px;
	overflow: none;
	overflow-y: auto;
}

div#content p, div#content h1, div#content h2, div#content h3, div#content h4{
	padding: 5px;
}

div#content a{
	color: #CF671A;
	text-decoration: none;
}

div#content a:hover{
	color: #666;
	text-decoration: underline;
}

div#content ul{
	list-style: bullet;
	margin: 10px 40px;
}

div#content ol{
	margin: 10px 40px;
}


/* Homepage 
------------------------------------------------------------------------------------------------- */


div#home-flash1{
	height: 205px;
	width: 358px;
	margin-right: 10px;
	float: left;
}

div#home-flash2{
	width: 125px;
	height: 205px;
	margin-right: 10px;
	float: left;
   background: transparent url(images/flash2-1.jpg) no-repeat top left;
}

ul#home-siteslist{
	float: left;
	width: 208px;
	list-style: none;
	margin: 0!important;
	padding: 0;
}

ul#home-siteslist li{
	width: 205px;
	height: 25px;
	display: block;
	clear: left;
	padding: 0 0 5px 0;
}

ul#home-siteslist li a{
	width: 200px;
	height: 25px;
	display: block;
	padding: 0 0 0 15px;
	margin-bottom: 5px;
	color: #6D6D6D;
	font-size: 1em;
}

ul#home-siteslist li a strong{
	color: #CD6420;
	font-weight: normal;
}


ul#home-siteslist li a.capacitive{
/*	background: transparent url(http://www.design-monkey.co.uk/quraf/imp/images/site-icon.gif) no-repeat top left;*/
}

ul#home-siteslist li a.xray{
/*	background: transparent url(http://www.design-monkey.co.uk/quraf/imp/images/site-icon.gif) no-repeat top left;*/
}

ul#home-siteslist li a.thermal{
/*	background: transparent url(http://www.design-monkey.co.uk/quraf/imp/images/site-icon.gif) no-repeat top left;*/
}


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

div#footer-container{
	clear: both;
	width: 800px;
	margin: 0 auto 0 auto;	
	background: #000 url(images/footerbg.gif) no-repeat center;
	height: 113px;
	text-align: center;
}

div#footer{
	width: 680px;
	margin: 0 auto;
	padding: 20px 5px 0 5px;
	text-align: left;
}

div#footer p{
	color: #D66420;
	font-size: 0.6em;
	padding: 2px;
}

div#footer p a{
	color: #666;
}

div#footer p.copy{
	color: #6D6D6D;
	font-size: 0.7em;
	padding: 10px 4px 4px 4px;
	text-align: right;
}

/* Helper Styles 
------------------------------------------------------------------------------------------------- */	
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.highlight {
	font-weight: bold;
	color: #c90033;
}
	
.hide { display: none; }
	
.clear {
	clear: both;
}
	
.bold {
	font-weight: bold;
}

.date {
}
	
.error {
	color: red;
}
	
em { 
	font-style: italic;
}


/* Site Style End */


/* Content Style Start */

img.galleryImage{
	border: 4px #CCC solid;
	margin: 5px;
}

hr{
 border: none 0; 
 border-top: 1px dashed #FFFFFF;
 height: 1px;
}

/* Content Style End */

/* Other Styles Start */


fieldset{
 text-align:left;
}

legend{
 color:#57A9CB;
 font-size:12px;
}

.cat_display{
 width:170px;
 height:150px;
 display:block;
 border-style:dashed;
 border-color:#CCCCCC;
 border-width:0 0 1px 0;
 margin:2px;
 float:left;
}

.cat_img_display{
 width:170px;
 height:120px;
 display:block;
 background:#F6F6F6;
}

.cat_txt_display{
 width:160px;
 height:20px;
 display:block;
 background:#EEEEEE;
 padding:5px;
}

.cat_txt_display h1{
 font-size:14px;
 margin:0px;
 padding:0px;
}

.cat_txt_display a{
 color:#000000;
 text-decoration:none;
}

.main_cat_img{
 width:180px;
 float:left;
 height:120px;
 display:block;
 padding-left:10px;
}

.main_cat_txt_img{

}

.main_cat_txt{

}

.page_link{
 color:#666666;
}

div.sub_box{
	width: 166px;
	float: left;
	border-left: 4px #CCC solid;
	margin: 2px;
	background: #F6F6F6;
}

div.sub_box: hover{
	background: #EEE;
	border-left: 4px #CF691B solid;
}

.sub_box h2{
 font-size:0.8em;
 color:#7F7F7F;
 margin:2px;
 padding: 0;
 line-height:1.2em;
}

.sub_box p{
 font-size:0.7em;
 color:#004A91;
 margin:2px;
 padding: 0;
 line-height:1em;
}

.sub_box a:hover{
 color:#CF691B;
}

.element_split{
 height:1px;
 clear: both;
 font-size:1px;
}

h2.blog{
 font-size:1em;
 color:#003466;
 line-height:1.2em;
 font-weight:normal;
 margin:10px 0 0 2px;
 padding:2px!important;
}

p.blog{
 font-size:0.7em;
 color:#272727;
 line-height:0.9em;
 margin:0 0 0 3px;
 padding:2px!important;
}

p.blog_small{
 font-size:11px;
 color:#272727;
 line-height:15px;
 margin:6px 0 4px 0;
}

.text_bit_big_feedback{
 float:left;
 width:455px;
 display:block;
 background:#F8F8F8;
 border-style:solid;
 border-width:1px 0 1px 0;
 border-color:#EEEEEE;
 margin:3px 0 3px 0;
 padding:10px;
}

.image_bit{
 float:left;
 width:30px;
 padding:15px;
 display:block;
}

.text_bit{
 float:left;
 width:400px;
 display:block;
}

.text_bit_big{
 float:left;
 width:450px;
 display:block;
}

.side_head{
 width:192px;
 height:13px;
 font-size:10px;
 background:#FFFFFF url(images/side_top.gif);
}

.formInputs{
 float: left;
 margin:1px 2px 1px 0;
 width: 100px;
 display: block;
 padding:0px 5px;
 text-align:left;
 font-size: 0.6em;
 color: #666;
 clear: left;
}

.formInputs2{
 float: left;
 width: 260px;
 display: block;
}

.formInputs3{
 float: left;
 margin:1px 2px 1px 0;
 width: 120px;
 height: 13px;
 display: block;
 padding:2px;
 text-align:right;
 font-family: Verdana;
 font-size: 10px;
 color: #000000;
}

.product_details_list h2 a{
 text-decoration:none;
 margin:5px;
 font-size:12px;
 color:#000000
}

.product_details_list h3{
 text-decoration:none;
 margin:5px;
 font-size:11px;
 color:#666666;
}

.product_details_list h4{
 text-decoration:none;
 margin:5px;
 font-size:11px;
 color:#000000;
}

.product_details_list p a{
 text-decoration:none;
 margin:5px;
 font-size:12px;
 color:#000000;
}

.prod_listing_options img{
 border-style:solid;
 border-color:#CFE52B;
 border-width:1px;
 margin:1px; 
}

a.details_link{
 border-style:solid;
 border-color:#CFE52B;
 border-width:1px;
 background:#F0F0F0;
 width:60px;
 height:18px;
 padding:8px 8px 7px 8px;
 display:block;
 color:#000000;
 text-decoration:none;
 font-size:12px;
 text-align:center;
 margin:1px; 
}

a.details_link:hover{
 background:#FFFFFF;
}

.required{
 font-family:verdana;
 font-size: 11px;
 color:#CC0033;
}


.cat_search_num{
 width:14px;
 height:16px;
 display:block;
 padding:4px 4px 5px 8px;
 float:left;
 color:#000000;
 background:url(/images/search_num_bg.gif) no-repeat;
 font-size:14px;
}

.cat_search_select{
 height:16px;
 padding:3px 4px 6px 8px;
 display:block;
 float:left;
}

.cat_search_select select{
 width:144px;
 font-size:12px;
}

.cat_search_num_off{
 width:14px;
 height:16px;
 display:block;
 padding:4px 4px 5px 8px;
 float:left;
 color:#CCCCCC;
 background:url(/images/search_num_bg.gif) no-repeat;
 font-size:14px;
}

.cat_search_select_off{
 height:16px;
 padding:3px 4px 6px 8px;
 display:block;
 float:left;
}

.cat_search_select_off select{
 width:144px;
 font-size:12px;
}


.key_box{
 width:200px;
 display:block;
 text-align:left;
 padding:10px;
}

.key_box img{
 border-style:solid;
 border-color:#CFE52B;
 border-width:1px;
 float:left;
}

.key_box p{
 float:left;
 padding:9px;
}

/* Other Styles End */

div#breadcrumb{
 padding:17px;
 font-size: 1.2em;
 color: #322577;
}

div#breadcrumb a{
 color: #322577;
}

.cat_display{
 width:230px;
 display:block;
 border-style:dashed;
 border-color:#CCCCCC;
 border-width:0 0 1px 0;
 margin:2px;
 float:left;
}

.cat_img_display{
 width:230px;
 height:120px;
 display:block;
 background:#F6F6F6;
 overflow: hidden;
}

.cat_txt_display{
 width:230px;
 display:block;
 background:#EEEEEE;
 padding:0;
}

.cat_txt_display h3{
 font-size:1em!important;
 margin:0;
 padding:0;
}

.cat_txt_display a{
 color:#000000;
 text-decoration:none;
}

.main_cat_img{
 width:230px;
 float:left;
 height:120px;
 display:block;
 padding-left:10px;
}

.main_cat_txt_img{

}

.main_cat_txt{

}

div.product_row{
	border-bottom: 1px #ED9517 solid;
	clear: both;
	overflow: hidden;
}

div.product_row_image{
	float: right;
	display: block;
	width: 230px;
	text-align: right;
}

div.product_row_text{
	float: left;
	text-align: left;
	width: 450px;
}

ul.product_details_links{
	margin: 10px 15px;
}

ul.product_details_links li a{
	padding: 4px 26px;
	font-size: 0.8em;
	background: transparent url(images/orange_arrow.gif) no-repeat 4px 4px;
	color: #2D1F76;
	font-weight: bold;
}

ul.product_details_links li a:hover{
	padding: 4px 26px;
	background: transparent url(images/orange_arrow.gif) no-repeat 4px 4px;
	color: #F7BE00;
	font-weight: bold;
	text-decoration: underline;
}

div.text_bit_big{
	padding-left: 20px;
	padding-bottom: 20px;
	width: 510px;
}

div.text_bit_big small{
	font-size: 0.6em;
}

span.formInputs{
	clear: left;
	float: left;
	padding: 2px;
	font-size: 0.7em;
	width: 160px;
	display: block;

}

ul.errorul{
	font-size: 0.8em;
	margin: 5px 5px 20px 30px;
	color: #CC0033;
}


