/*
------------------------------------------------------------------------
Theme Name: 	WP Remix
Author URI:		http://www.premiumthemes.net/
Description:   	The WordPress Master Theme. One Theme, Many Possiblities
Version:       	3.0
Author:        	R5 Ltd And R.Bhavesh
Author URI:    	http://www.r5ltd.co.uk and http://cssace.com
------------------------------------------------------------------------

Support:       WP Remix, http://wpremix.com/support
Updated:       June 11, 2009
Copyright:     (c) 2009 WP Remix

All rights reserved.
*/

@import url("css/misc.css");		/* css reset - do not edit this */
/*@import url("css/dropmenu.css");*/	/* styling dropdown menu */
/*@import url("css/homepages.css");*/	/* styling homepage templates */
@import url("css/innerpages.css");	/* styling innerpage templates */
/*@import url("css/blog-common.css");*/		/* styling blog */
/*@import url("css/header.css");*/		/* header option styling blog */
/*@import url("css/sidebars.css");*/		/* styling blog */
/*@import url("css/footer.css");*/		/* footer option */
@import url("css/blog.css");		/* styling blog */
@import url("css/color-default.css");		/* styling color schemes css  */

html {
height:100%;
margin:0;
overflow:scroll;
width:100%;
}

body {
text-align:center;
font: 12px Arial, Helvetica, sans-serif;
background:#fff;
}
/* Links -----------------------------------------------------------------------*/
a {
outline:none;
}
ul {
list-style:none;
font:Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}
.clear {
clear:both;
}
.bold {
font-weight:bold;
}
p.aright {
text-align:right;
}
.italic {
font-style:italic;
}
/* section alignment --------- */

.alignleft {
float:left;
padding: 0 15px 0 0;
}
.alignright {
float:right;
}

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

#contact_form{
	margin:20px 0 0 0;
	width:auto;
	height:auto;
	float:left;
	}
	
#required{
	width:330px;
	height:auto;
	margin: 0 0 10px 15px;
	float:left;
	}

#required input{
	float:right;
	}

#required submit{
	width:325px;
	height:auto;
	margin:10px 0;
	float: right;
	text-align:right;
	}

#required select{
	float:right;
	}

#required textarea{
	float:right;
	width:175px;
	}

#request_quote{
	float:right;
	width:auto;
	height:auto;
	margin:17px 0 0 0;
	}
/* image alignment left, right & center --------- */

#enterprise_img{
	margin:20px auto;
	text-align:center;
	}

.imgleft {
float:left;
margin:0 12px 12px 0;
padding:3px;
}

.imgright {
	float:right;
	width:240px;
	padding: 15px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FFFFFF url(images/box_bg.jpg) repeat-x scroll center bottom;
	border:1px solid #D6D6D6;
	margin:0 0 12px 12px;
	}

.imgleft_n {
float:left;
margin:0 40px 12px 0;
padding:3px;
}
.img_center {
margin:10px 0;
padding:5px;
}
code {
font-size:12px;
}
/* blog & content css common ---------------------------------------------------- */

h1 {
font-size:28px;
font-weight:400;
margin:0 0 12px;
padding:0 0 5px;
color:#000;
border-bottom:1px solid #ccc;
}

h2 {
font-size:22px;
font-weight:400;
margin:0 0 8px;
padding:0;
}

.description .pagetag{
	color:#000000;
	font-size:18px;
	padding:5px 0;
	font-weight:bold;
	}
	
h2 a {
text-decoration:none;
}
h2 a:hover {
text-decoration:none;
}
h3 {
font-size:18px;
font-weight:400;
margin:0 0 10px;
padding:0;
color:#333;
}
h4 {
font-size:16px;
font-weight:700;
margin:0 0 15px 0;
padding:0 0 5px 0;
border-bottom:1px solid #ccc;
color:#333;
}
h5 {
font-size:16px;
font-weight:bold;
margin:5px 0 10px 0;
padding:0;
color:#333;
}
h6 {
font-size:12px;
font-weight:700;
margin:5px 0;
padding:0 0 5px;
}
p {
font-size:12px;
line-height:20px;
margin:0 0 12px;
}
p a {
text-decoration:none;
}
ul li ul {
margin:8px 0 5px;
padding:0;
}
ol {
line-height:18px;
font-size:12px;
background:none;
margin:0 0 0 5px;
padding:0 0 10px 20px;
}

ol li {
background:none;
list-style-type:decimal;
margin:0 0 5px;
padding:0;
}

ol li ol {
margin:8px 0 5px 24px;
padding:0;
}

blockquote {
	background:none;
	margin-bottom:10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
	padding:5px 0px 5px 30px;
	margin:10px 0 5px 0;
	color:#000000;
	font-weight:bold;
}

.indent {
	padding:5px 0 5px 30px;
	line-height: 150%;
	}

blockquote p { font:bold 12px Arial, Helvetica, sans-serif;  }

.clientname {
	font-size:11px; font-weight:normal; color:#666;
	margin-bottom:12px;
}
.tabberlive li,ul li ul li {
	line-height:22px;
	margin:0 0 0 15px;
	padding:0 10px;
	background:url(images/bullet4.png) no-repeat;
	background-position:0 10px;
	color:#333;
}

#downloads_text{
	width:300px;
	height: auto;
	float:left;
	margin:15px 0 0 0;
	}

#downloads_image{
	float:right;
	width:auto;
	height:auto;
	margin:0 80px 0 0;
	}
/* instruction elements -------------------------------------- */

address {
font-style:italic;
}
p.alert,p.download,p.info,p.note {
margin:10px 0 0;
padding:10px 10px 10px 36px;
}
p.alert {
padding:10px 10px 10px 36px;
}

/* STRUCTURE ----------------------------------*/

#header {
	height:80px;
	margin:0 auto;
}
#wrapper {
	text-align:left;
	float:left;
	width:100%;
	padding:0;
	height:auto;
	background:none;
}
#content-wrap {
	height:auto;
	width:1000px;
	margin:0 auto;
}
#homepage_bottom_text{
	width:1000px;
	padding:0;
	height:auto;
	float:left;
	line-height: 22px;
	margin-bottom:15px;
}

homepage_bottom_text p a {
	color:#4E8ABE;
	}

#homepage_bottom_text h2 {
	border-bottom:1px solid #CCCCCC;
	color:#4E8ABE;
	padding:0 0 5px;
	margin:0 0 15px 0;
	font-weight:bold;
	font-size:24px;
}
#main {
	overflow:hidden;
	clear:both;
}
#main .subcolumns {
	width:400px;
}
#content, #content2 { 
	width:715px;
	float:left;
	padding-bottom:10px;
	}
#content .about {
	float:left;
	width:685px;
	padding: 15px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FFFFFF;
	border:1px solid #D6D6D6;
	margin:0 0 15px 0;
	}
#sidebar{
	float:right;
	width:238px;
	padding: 15px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FFFFFF url(images/box_bg.jpg) repeat-x scroll center bottom;
	border:1px solid #D6D6D6;
	margin:0 0 15px 0;
}
#sidebar span {
	font-size:11px;
	color:#666666;
	text-transform:uppercase;
	letter-spacing:.5px;
}
#content .subcolumns,#sidebar .subcolumns {
	width:318px;
	height:265px;
	padding: 15px;
	margin:0 0 15px 0;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FFFFFF url(images/box_bg.jpg) repeat-x scroll center bottom;
	border:1px solid #D6D6D6;
}

/* Header Section  ----------------------------------*/
#header .h_left {
float:left;
}
#header .description {
font:12px Arial, Helvetica, sans-serif;
clear:both;
margin-top:-5px;
}

/* ------------------------------  footer ---------------------------------------  */

#footer {
	font:10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:left;
	clear:both;
	line-height:10px;
	padding:5px 0;
	margin:0 auto;
	border-top:1px dotted #dddddd;
	background: none;
	color:#666;
	width:1000px;
}
#footer p {
	font-size:11px;
	line-height:15px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
#footer span {
	margin-top:-8px;
	font-size:11px;
	padding-left:1px;
}
#footer span a {
	text-decoration:none;
}
#footer span a:hover {
	text-decoration:none;
}
#flinks {
	list-style:none;
	float:right;
	font-size:9px;
}
#flinks li {
	display:inline;
	line-height:10px;
	text-align:right;
	padding:0 0 0 10px;
}
#flinks li a {
	text-decoration:none;
}
#flinks li a:hover {
	display:inline;
}

/* TOP SEARCH FORM -----------------------------------------------------------------------*/

#search {
border:2px solid #ddd;
background:#fff url(images/i_search.png) no-repeat 3px 5px;
float:right;
margin-top:20px;
width:205px;
height:21px;
padding:2px 0 0 15px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
}
* html #search {
width:208px;
overflow:hidden;
}
#search .s {
border:none;
background:#fff;
color:#666;
font:12px Arial, Helvetica, sans-serif;
width:170px;
float:left;
margin-right:5px;
padding:2px;
}
#searchform .sgo {
background:#fff url(images/b_go.png) no-repeat;
width:26px;
height:23px;
margin:-2px 0 0;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
}

/*  
HORIZONTAL dropmenu settings
*/
ul#navmenu-h, ul#navmenu-h li, ul#navmenu-h ul{ margin: 0; padding: 0; border: 0 none;list-style: none;}
ul#navmenu-h ul ul { margin-top:-1px;}
ul#navmenu-h ul:after /*From IE 7 lack of compliance*/ {
	clear: both; display: block; font: 1px/0px serif; content: "."; height: 0; visibility: hidden; }

ul#navmenu-h {
	float: left;
	height: 30px;
	width: 100%;
	background: url(images/nav_bg.jpg) repeat-x top left;
}

ul#navmenu-h li {
	height:30px;
	float: left;
	display: inline;
	position: relative;
}

ul#navmenu-h ul {
	width: 145px;
	top: 31px;
	left: 0;
	display: none;
	position: absolute;
}

ul#navmenu-h ul li {
	width:179px;
	float: left;
	display: block !important;
	display: inline;
}

/* Root Menu */
ul#navmenu-h li a, ul#navmenu-v li a {
	border-left: none;
	padding: 0 15px;
	float: none !important;
	float: left;
	display: block;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	height:31px;
	line-height:29px;
	background: url(../images/nav_bg.jpg) repeat-x top left;
	border-right: 1px solid #cccccc;
	color: #fff;
	}

/* 2nd Menu */
ul#navmenu-h li:hover li a, ul#navmenu-v li:hover li a,
ul#navmenu-h li.iehover li a, ul#navmenu-v li.iehover li a {float: none;_border-top:none;}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul,
ul#navmenu-h ul ul ul ul {display: none;position: absolute;top: 1px;left: 179px;}

/* NO EDIT PAST THIS LINE - Do Not Move - Must Come Before display:block for Gecko */

ul#navmenu-h li:hover ul ul, ul#navmenu-v li:hover ul ul,
ul#navmenu-h li:hover ul ul ul, ul#navmenu-v li:hover ul ul ul,
ul#navmenu-h li:hover ul ul ul ul, ul#navmenu-v li:hover ul ul ul ul,
ul#navmenu-h li.iehover ul ul, ul#navmenu-v li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul, ul#navmenu-v li.iehover ul ul ul,
ul#navmenu-h li.iehover ul ul ul ul, ul#navmenu-v li.iehover ul ul ul ul {
	display: none;
}
ul#navmenu-h li:hover ul, ul#navmenu-v li:hover ul,
ul#navmenu-h ul li:hover ul, ul#navmenu-v ul li:hover ul,
ul#navmenu-h ul ul li:hover ul, ul#navmenu-v ul ul li:hover ul,
ul#navmenu-h ul ul ul li:hover ul, ul#navmenu-v ul ul ul li:hover ul,
ul#navmenu-h li.iehover ul, ul#navmenu-v li.iehover ul,
ul#navmenu-h ul li.iehover ul, ul#navmenu-v ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul, ul#navmenu-v ul ul li.iehover ul,
ul#navmenu-h ul ul ul li.iehover ul, ul#navmenu-v ul ul ul li.iehover ul {
	display: block;
}
/* #end -------------- */



/* Root = Horizontal, Secondary = Vertical ------------------------------------------------ */

#nav_wrapper{
width:100%;
height:30px;
margin: 0 0 15px 0;
float:left;
background: url(images/nav_bg.jpg) repeat-x top left;
}

#nav {
width:998px;
height:30px;
position:relative;
margin:0 auto;
background:#FFF;
border:1px solid #999;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
}

#nav .rss {
padding:0;
position:absolute;
top:5px;
right:10px;
color:#fff;
height:27px;
}

#nav .rss a {
color:#fff;
}

#nav .rss a:hover {
color:#f60;
}

/* breadcrumb start -----------------------------------------------------------------------*/
 
#content-wrap .breadcrumb{
	font:10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:left;
	clear:both;
	line-height:10px;
	padding:5px 5px 5px 0;
	margin-bottom:10px;
	border-bottom:1px dotted #dddddd;
	background: none;
	color:#888;
	}

a.button {
	margin-bottom:8px;
	font-weight:700;
	font-size:12px;
	padding:3px 15px 3px 10px;
	}

.submit {
	margin-bottom:8px;
	font-weight:700;
	font-size:12px;
	cursor:pointer;
	padding:3px 15px 3px 10px;
	}

.postads {
	text-align:center;
	overflow:hidden;
	height:100%;
	margin-bottom:25px;
	}

.small { font-size:11px; color:#666; }
.small a { color:#666; }
.small a:hover { color:#000; }


/*------- Demo  ---------*/

#demotop { background:#000; height:50px; overflow:hidden; } 
#demotop-in { width:860px; margin:0 auto;  }
#demotop-in h5 { float:left; font:bold 14px Georgia, "Times New Roman", Times, serif; color:#fff; margin:0; padding:8px 0 0 0; }
#demotop-in p { font-size:11px; color:#9f9f9f; clear:both;  float:left; }

.img_button {
	position:relative;
	display:block;
	font-size:12px;
	}
	
.img_button span {
	height:100%;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	cursor:pointer;
	}

.img_button span a {
	display:block;
	}

.b_purchasedownload2 {
	top:9px;
	right:0;
	float:right;
	}

.b_purchasedownload2 span, .b_purchasedownload2 span a {
	background:url(images/b_purchasedownload2.png) no-repeat;
}
.b_purchasedownload2 span a, .b_purchasedownload2 {
	width:190px;
	height:32px;
}
.b_purchasedownload2 span:hover {
	background-position:0 -32px;
}

/* NEW 2.7 */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}
.commentlist li ul li {
	font-size: 1em;
}
#commentform {
	margin:0;
	float:left;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.children { padding: 0; }

.product_description {
	width: 430px;
	float:right;
	}
