/*
Theme Name: Live Phase
Theme URI: http://#/
Description: Blank Theme Description
Version: 2.9
Author: 
Author URI: http://
Tags: blank, theme
*/
/* Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
img.alignright {
	float:right;
	margin:0 0 10px 20px;
}
img.alignleft {
	float:left;
	margin:0 20px 10px 0
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
a img.alignright {
	float:right;
	margin:0 0 10px 20px;
}
a img.alignleft {
	float:left;
	margin:0 20px 10px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

#content img {border: 5px solid #D1D1D1;}
#page img {border: none;}
#sidebar img {border: none;}

/* Main CSS Start */
body {
	background: url(images/body-bg.png) repeat-x top #f0eeed;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#wrapper {
}
/* Main CSS End */


/* Header CSS Start */
#header {
	height: 163px;
	background: url(images/header-bg.png) no-repeat center top;
}
#header .inner {
	width: 997px;
	overflow: hidden;
	margin: 0 auto;
}
#logo {
	width: 467px;
	height: 65px;
	float: left;
	padding: 16px 0 0 75px;
}
#logo a {
	width: 467px;
	height: 65px;
	display: block;
	text-indent: -9000px;
}
#phone {
	width: 316px;
	float: right;
	color: #fffb0c;
	overflow: hidden;
	font-size: 30px;
	padding: 103px 0 0;
}
#phone div {
	float: left;
	padding: 0 12px 0 0;
}
/* Header CSS End */


/* Menu CSS Start */
#menu {
	width: 1003px;
	height: 70px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
#menu ul {
	padding: 0 0 0 3px;
}
#menu ul li {
	float: left;
	padding: 0 3px 0 0;
	background: url(images/menu-sprtr.gif) no-repeat right 9px;
	position: relative;
}
#menu ul li.last {
	background: none;
	padding: 0;
}
#menu ul li a {
	width: 140px;
	line-height: 53px;
	display: block;
	text-align: center;
	background: #a6a5a4;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#menu ul li a:hover {
	background: #413c40;
}
#menu ul li ul {
	position: absolute;
	padding: 2px 0 0;
	top: 53px;
	width: 164px;
}
#menu ul li ul li {
	background: none;
}
#menu ul li ul li a {
	text-align: left;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 18px;
	padding: 8px 10px;
	width: 144px;
}
#menu ul li ul li ul {
	position: absolute;
	padding: 0 0 0 2px;
	top: 0px;
	left: 164px;
}
/* Menu CSS End */


/* Content CSS Start */
#content {
	width: 997px;
	margin: 0 auto;
	padding: 0 0 20px;
	overflow: hidden;
}
h1 {
	font-size: 24px;
	color: #cd1212;
	text-transform: uppercase;
	line-height: 20px;
	margin: 0 0 24px;
}
h1 span {
	font-size: 17px;
	text-transform: lowercase;
	color: #413c40;
	display: block;
}
h2 {
	font-size: 22px;
	color: #413c40;
	margin: 0 0 14px;
}
h3 {
	font-size: 20px;
	color: #413c40;
	margin: 0 0 14px;
}
h4 {
	font-size: 18px;
	margin: 0 0 14px;
}
h5 {
	font-size: 16px;
	margin: 0 0 14px;
}
h6 {
	font-size: 14px;
}
p {
	line-height: 18px;
	margin: 0 0 18px;
}
a {
	color: #c50b08;
}
a:hover {
	color: #000;
}
#content ul {
   line-height: 20px;
    list-style-image: url("images/point.png");
    padding: 0 0 20px 44px;
}
#content ol {
	list-style: decimal;
	line-height: 20px;
	padding: 0 0 20px 20px;
}
#content ul li, #content ol li {
	padding: 0 0 5px;
}
#page {
	width: 628px;
	float: left;
}
#page .inner {
	padding: 0 26px 0 4px;
}
#page .inner img {
	border: #3d3d3d 1px solid;
}
#slider {
	padding: 10px;
	background: #fff;
	border: #d1d1d1 6px solid;
	font-size: 0;
	margin: 0 0 30px;
}
.readmore {
	padding: 0 25px 0 0;
	background: url(images/readmore.gif) no-repeat right top;
}
#sidebar {
	width: 359px;
	float: right;
}
#contact-form {
	padding: 10px;
	background: #fff;
	border: #d1d1d1 6px solid;
	margin: 0 0 21px;
}
#contact-form .inner {
	background: #f0eeed;
	padding: 20px 24px;
}
.fld-1 {
	border: #dadada 1px solid;
	color: #d5d5d5;
	font-size: 14px;
	font-style: italic;
	padding: 12px 18px;
	width: 242px;
	margin: 0 0 9px;
	font-family: Arial,Helvetica,sans-serif;
}
.fld-2 {
	border: #dadada 1px solid;
	color: #d5d5d5;
	font-size: 14px;
	font-style: italic;
	padding: 12px 14px 12px 18px;
	width: 279px;
	margin: 0 0 9px;
}
.btn-submit {
	width: 278px;
	height: 55px;
	cursor: pointer;
	border: 0;
	background: url(images/btn-submit.gif) no-repeat;
}
.box-1 {
	float: left;
	margin: 0 0 6px;
}
.box-2 {
	float: right;
	margin: 0 0 6px;
}
/* Content CSS End */


/* Footer CSS Start */
#footer {
	background: #d1d1d1;
	padding: 22px 0 18px;
	color: #2e2e2e;
	font-size: 12px;
}
#footer .inner {
	width: 965px;
	margin: 0 auto;
}
#footer p {
	margin: 0 0 6px;
}
.copyright {
	float: right;
	text-align: right;
	padding: 8px 0 0;
}
/* Footer CSS End */



.ajax-loader {
	display: none;
}
.page-content {
	padding: 15px 0 0;
}

#webwizards-logo {
	direction: rtl;
	opacity: 0.75;
	transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
}

#webwizards-logo:hover {
	opacity: 1;
}