/*------------------------------------------------------*/
/* =HTML ELEMENTS					*/
/*-----------------------------------------------------*/
html {
	background: #ddd;
}

body {
	background: #ddd url(../images/bg.png) repeat-x;
	color: #333;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

a {
	color: #d40606;
	outline: none; /* removing outline in Mozilla */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input.submit:hover {
	cursor: pointer;
}

button,
input[type="submit"]:hover {
	cursor: pointer;
}

.edit-textbox {
   width: 96%;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 12px;
   border: 1px solid #ccc;
   padding: 5px;
   margin: 1px 0;
}

.edit-submit {
    font-weight:bold;
    background-color: #efefef;
    border: 1px solid #ccc;
    margin: 3px;
    padding: 10px;
    float:right;
}

/* mozilla button padding fix */
button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

/*------------------------------------------------------*/
/* =FLOAT CLASSES					*/
/*-----------------------------------------------------*/

/* usually for <br /> tag to clear the float */
.clear {
	clear: both;
	line-height: 0;
}

/* div (or whatever else element that serves as wrapper that clears the floats)  */
.floatClear {
	overflow: hidden;
}

/*------------------------------------------------------*/
/* =LAYOUT						*/
/*-----------------------------------------------------*/

/*------------------------------------------------------*/
/* =WRAPPER						*/
#wrapper_container {
	min-height: 135px;
        width: 100%;
	position: absolute;
}
#wrapper {
	margin: 0 auto;
	width: 970px;

}

.container {
	margin: 0 auto;
	width: 970px;
	position: relative;
}

#header {
	height: 135px;
	margin: 0 auto;
	width: 970px;
	position: relative;
}
#header_container {

	background: #ffffff;
	min-height: 135px;
        width: 100%;
}

/*------------------------------------------------------*/
/* =LOGO							*/
#logo {
	position: absolute;
}

/*------------------------------------------------------*/
/* =MENU							*/
#menu {
	background: url(../images/menu-li.png) no-repeat bottom right;
	padding-right: 1px;
	position: absolute;
	top: 0;
	right: 0;
}

#menu li {
	background: url(../images/menu-li.png) no-repeat bottom left;
	float: left;
	padding-left: 1px;
	width: 93px;
}

#menu a {
	color: #000;
	display: block;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 15px;
	height: 70px;
	padding-top: 55px;
	text-align: center;
	width: 100%;
}

#menu a:hover {
	background: url(../images/menu-a.png) repeat-x;
	text-decoration: none;
}

#menu a img {
	display: block;
	margin: 0 auto 5px auto;
}

/*------------------------------------------------------*/
/* =CONTENT						*/
#content {

}

/* BOX AND ROUND EDGES */
.box {
	background: #fff;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.roundContainer { 
	background: #fff;
	height: 8px;
	margin: 0 9px;
	position:relative; 
}

.roundContainer.top { 
	border-top: 1px solid #bbb;
}

.roundContainer.bottom { 
	border-bottom: 1px solid #bbb;
	margin-bottom: 10px;
}

.topLeft, 
.topRight, 
.bottomLeft, 
.bottomRight { 
	height: 9px;
	width: 9px;
	position: absolute;
	z-index: 3;
}

.topLeft { 
	background: url(../images/box-top-left.png) no-repeat;
	top: -1px;
	left: -9px; 
} 

.topRight { 
	background: url(../images/box-top-right.png) no-repeat;
	top: -1px;
	right: -9px; 
}

.bottomLeft { 
	background: url(../images/box-bottom-left.png) no-repeat;
	bottom: -1px;
	left: -9px;
}

.bottomRight { 
	background: url(../images/box-bottom-right.png) no-repeat;
	bottom: -1px; 
	right: -9px;
}

/* BUTTON */

a.button {
	background: url(../images/button.png) repeat-x;
	border: none;
	color: #fff;
	display: block;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	height: 42px;
	font-size: 16px;
	font-weight: bold;
	line-height: 42px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}

a.button span {
	display: block;
	height: 42px;
	width: 10px;
	position: absolute;
	top: 0;
}

a.button  span.left {
	background: url(../images/button-left.png) no-repeat;
	left: -10px;
}

a.button  span.right {
	background: url(../images/button-right.png) no-repeat;
	right: -10px;
}

a.button:hover {
	text-decoration: none;
}

#left {
    float:left;
    width: 40%;
    padding:10px;
}

#right {
    float:right;
    display:inline;
    width: 40%;
    padding:10px;
}

/* MAIN */
#main {
	float: left;
	width: 720px;
}
/* sections */
#sections.box {
	background: #fff url(../images/features-img.jpg) no-repeat 270px 0;
	min-height: 685px;
	padding: 23px 30px;
}

#sections h1 {
	display: inline-block;
	font-size: 26px;
        font-weight: bold;
	padding: 5px 0;
}

#sections h2,
#sections h3 {
	color: #d40606;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 17px;
	line-height: 17px;
	margin-bottom: 5px;
}

#sections h4 {
	color: #d40606;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 20px;
	margin-bottom: 5px;
}

#sections ul {
	padding: 0;
        margin: 0;
}

#sections li {
        list-style: none;
	font-size: 14px;
	margin-bottom: 3px;
}

#sections li a {
	color: #000;
}

#sections p {
    margin-bottom: 10px;
}

/* features */
#features.box {
	background: #fff url(../images/features-img.jpg) no-repeat 0 90px;
	min-height: 685px;
	padding: 23px 30px;
}

#features h1 {
	border-bottom: 1px dashed #ccc;
	color: #111;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 27px;
	line-height: 28px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#features h2 {
    margin:0;
    padding:0;
}

#features h2,
#features h3 {
	color: #111;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 13px;
}

#features h3 {
	margin-bottom: 10px;
}

#features h4 {
	color: #d40606;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 13px;
        margin:0;
}

#features ul {
	padding: 0 0 5px 7px;
}

#features li {
	background: url(../images/features-li.png) no-repeat 0 6px;
	font-size: 14px;
	margin-bottom: 3px;
	padding-left: 14px;
}

#features li a {
	color: #000;
}

#features p {
    margin:0;
    padding:0;
}

/* development */
#features .development {
	border-right: 1px solid #ddd;
	float: left;
	padding: 5px 45px 10px 0;
	width: 395px;
}

#features .development p {
	margin-bottom: 15px;
}

/* live chat */
#features .liveChat {
	float: right;
}

/* management */
#management.box {
        min-height: 685px;
	padding: 25px 40px;
}

#management h1 {
	border-bottom: 1px dashed #ccc;
	color: #111;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 27px;
	line-height: 28px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#management h2 {
	color: #b30000;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 15px;
}

#management h3 {
	border-bottom: 1px dashed #ccc;
	color: #111;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#management p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

#management ul {
	padding: 0 0 15px 7px;
}

#management li {
	background: url(../images/features-li.png) no-repeat 0 6px;
	font-size: 14px;
	margin-bottom: 3px;
	padding-left: 14px;
}

#management li a {
	color: #000;
}

#management ul.miniGallery {
	overflow: hidden;
	padding: 65px 0;
}

#management .miniGallery li {
	background: none;
	float: left;
	padding-left: 25px;
}

#management .miniGallery li:first-child {
	padding-left: 0;
}

/* ASIDE	 */
#aside {
	float: right;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
        font-size: 12px;
	width: 241px;
}

#aside h2 {
	background: url(../images/h2-aside.png) no-repeat;
	color: #fff;
	font-size: 19px;
	height: 42px;
	line-height: 42px;
	padding: 0 10px 0 43px;
	text-transform: capitalize;
}

#aside h3 {
	color: #111;
	font-size: 20px;
	margin-bottom: 5px;
}

#aside h3.testimonial {
	background: url(../images/h3-testimonial.png) no-repeat;
	line-height: 25px;
	margin-bottom: 2px;
	min-height: 30px;
	padding-left: 30px;
}

#aside h4 {
	color: #d40606;
	font-size: 14px;
	margin-bottom: 5px;
}

#aside .nav {
	background: #fff;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

#aside .nav li {
	border-top: 1px solid #bbb;
}

#aside .nav li:first-child {
	border: none;
}

#aside .nav li:first-child a {	
	background: url(../images/aside-nav.png) no-repeat 95% 50%;
	padding-top: 5px;
}

#aside .nav li:first-child a:hover {	
	background-color: #efefef;
}

#aside .nav a {
	background: url(../images/aside-nav.png) no-repeat 95% 40%;
	color: #000;
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 30px 0 15px;
}

#aside .nav a:hover {
	background-color: #efefef;
	text-decoration: none;
}

#aside .getPricing {
	margin-bottom: 10px;
}

#aside .box {
	padding: 5px 20px;
}

#aside p {
	margin-bottom: 15px;
}

#aside img.liveChat {
	padding: 5px 0;
}

/* SUBHEAD */
#subhead {
	background: #751616 url(../images/subhead.png) repeat-x;
	color: #fff;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 17px;
	line-height: 22px;
	min-height: 315px;
	margin-bottom: 15px;
        width: 100%;
}

/* about product */
#subhead .aboutProduct {
	background: url(../images/shadow.png) no-repeat bottom left;
	padding: 30px 0 20px 10px;
	width: 425px;
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 2;
}

#subhead .aboutProduct h1 {
	margin-left: -5px;
}

#subhead .aboutProduct h2 {
	display: inline-block;
	font-size: 21px;
        font-weight: bold;
	margin-bottom: 15px;
	padding: 5px 0;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

#subhead .aboutProduct p {
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	margin-bottom: 10px;
}

#subhead .aboutProduct span {
	font-size: 18px;
	font-weight: bold;
}

/* image product */
#subhead .productImage {
	float: right;
	margin-right: -20px;
	position: relative;
	z-index: 1;
}

/*------------------------------------------------------*/
/* =FOOTER						*/
#footer {
	background: url(../images/footer.png) repeat-x;
	min-height: 212px;
	margin-top: 15px;
}

#footer .container {
	color: #970200;
	font-size: 10px;
	padding-top: 30px;
	text-align: center;
}

#footer ul:first-child {
	font-size: 12px;
	margin-bottom: 15px;
}

#footer li {
	border-left: 1px solid #000;
	display: inline;
	padding: 0 3px 0 5px;
}

#footer li:first-child {
	border: none;
	padding-left: 0;
}

/* share list */
#share {
	margin: 15px 0;
}

#footer #share  li {
	border: none;
}

#share  li a {
	background: #fff;
	border: 1px solid #e4e4e4;
	color: #000;
	display: inline-block;
	font-size: 11px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px 0 35px;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#share  li a:hover {
	background: #ededed;
	text-decoration: none;
}

#share li img {
	position: absolute;
	top: 6px;
	left: 6px;
}


/*------------------------------------------------------*/
/* =INNER PAGES					*/
/*-----------------------------------------------------*/

/* INNER SUBHEAD */
#innerSubhead {
	background: #751616 url(../images/subhead-inner.png) repeat-x;
	color: #fff;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 17px;
	line-height: 22px;
	min-height: 85px;
	margin-bottom: 15px;
}

#innerSubhead h1 {
	float: left;
	margin-left: 15px;
}

#innerSubhead .container {
	padding-top: 20px;
}

#innerSubhead p.tagLine {
	float: right;
	font-size: 15px;
	text-transform: uppercase;
	padding-top: 12px;
}
