/**************************************************
 * Body                                           *
 **************************************************/
 body {
	background:#fff url('../img/background/body.jpg') repeat-x;
	background-position:0 0;
	color:#333;
	font:100.1%/1.5 Arial, Helvetica, sans-serif;
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
}

/**************************************************
 * General                                        *
 **************************************************/

 a {
	color:#00D305;
	text-decoration:none;
}
 a:hover {
}
 abbr {
}
 html {
	height:100%;
}
 img {
	border:0;
}

/**************************************************
 * Container                                      *
 **************************************************/
#container {
	font-size:.75em;
	height:auto !important;
	height:100%;
	margin:0 auto -100px;
	min-height:100%;
	position:relative;
	text-align:left;
	width:932px; /**
                  * Design is 900px wide but the logo
                  * comes across 16px on one side, so
                  * we accommodate this by increasing 
                  * total width by 16px on both sides
				  * so that it still centers properly
                  */
}
#container:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}



   /**************************************************
    * Container > Header                             *
    **************************************************/
	#container #header {
		background:url('../img/background/header-new.jpg') no-repeat;
		background-position:0 20px;
		height:332px;
		padding:0 16px;
	}
	#container #header h1 {
		float:left;
		height:70px;
		margin:20px 0 0 -16px;
		padding:0;
	}
	#container #header h1 a {
		display:block;
		height:70px;
		text-indent:-9999px;
		width:215px;
	}
	#container #header p {
		background:#fff;
		color:#838384;
		font-size:.85em;
		left:211px;
		line-height:26px;
		margin:0;
		padding:0 30px;
		position:absolute;
		top:306px;
		width:450px;
	}
	#container #header p a {
		border-bottom:1px dotted #838384;
		color:#838384;
		text-transform:none;
	}
	#container #header p a:hover {
		border-bottom-style:solid;
	}
	#container #header ul {
		float:left;
		line-height:30px;
		list-style:none;
		margin:0;
		padding:40px 0 0 1px;
		text-transform:none;
		width:700px;
	}
	#container #header ul li {
		float:left;
		text-align:center;
	}
	#container #header ul li a {
		color:#838384;
		display:block;
	}
	#container #header ul li a:hover {
		color:#434344;
	}
	/**
	 * Currently Selected Item
	 */
	#container #header ul li.selected               { }
	#container #header ul li.selected a             { color:#008004; }
	#container #header ul li.selected a:hover       { color:#007002; }
	#container #header ul li.selected ul            { height:auto; visibility:visible; }
	#container #header ul li.selected ul li         { }
	#container #header ul li.selected ul li a       { color:#838384; }
	#container #header ul li.selected ul li a:hover { color:#434344; }
	
	#container #header ul li a.home               { width:64px; }
	#container #header ul li a.about-us           { margin:0 2px; width:79px; }
	#container #header ul li a.how-can-we-help    { width:121px; }
	#container #header ul li a.latest-news        { margin:0 2px; width:92px; }
	#container #header ul li a.useful-links       { width:86px; }
	#container #header ul li a.blog               { margin:0 2px; width:60px; }
	#container #header ul li a.case-studies       { width:98px; }
	#container #header ul li a.contact-us         { margin:0 0 0 2px; width:86px; }
	#container #header ul li.client-login-area    {
		background:#838384 url('../img/background/body.jpg') repeat-x;
		background-position:0 0;
		font-size:.9em;
		left:16px;
		line-height:20px;
		padding:0 1px 0 0;
		position:absolute; /**
                            * We don't want this to show in the
                            * main navigation, so we absolutely
				            * position it where it belongs
				            */
		text-align:right;
		top:0;
		width:899px;
	}
	#container #header ul li.client-login-area a {
		background:url('../img/background/header_ul_li-client-login-area.jpg') no-repeat;
		background-position:right top;
		color:#fff;
		padding:0 10px 0 0;
	}
	#container #header ul li ul {
		display:block;
		float:none;
		font-size:.9em;
		font-weight:bold;
		height:0;
		left:277px;
		line-height:12px;
		padding:4px 0;
		position:absolute;
		top:70px;
		visibility:hidden;
		width:auto;
	}
	#container #header ul li ul.selected {
		height:auto;
		visibility:visible;
	}
	#container #header ul li ul li {
		padding:0 5px;
	}

       /**************************************************
        * Container > Header > Image                     *
        **************************************************/
		#container #header .image {
			height:242px;
			width:900px;
		}

   /**************************************************
    * Container > Sidebar                            *
    **************************************************/
	#container #sidebar {
		background:url('../img/background/sidebar.jpg') repeat-x;
		background-position:0 0;
		border-left:16px solid #fff;
		float:left;
		height:auto !important;
		height:480px;
		min-height:480px;
		padding:0 17px;
		width:161px;
	}

       /**************************************************
        * Container > Sidebar > Phone Us                 *
        **************************************************/
		#container #sidebar .phone-us {
			background:#ffd;
			display:block;
			height:350px;
		}

       /**************************************************
        * Container > Sidebar > Testimonials             *
        **************************************************/
		#container #sidebar .testimonials {
			background:url('../img/background/sidebar_divider.jpg') no-repeat;
			background-position:0 0;
			color:#6c6c6e;
			padding:19px 5px 0;
		}
		#container #sidebar .testimonials h4 {
			background:url('../img/icon/testimonials.jpg') no-repeat;
			background-position:0 0;
			color:#008004;
			font:bold 1.2em/1 "Century Gothic", "Avant Garde", sans-seri;
			margin:0;
			padding:2px 0 8px 23px;
			text-transform:none;
		}
		#container #sidebar .testimonials p {
			font-size:.85em;
			font-style:italic;
			line-height:1.3;
			margin:0;
			padding:0 0 3px;
		}
		#container #sidebar .testimonials p em {
			font-style:normal;
			font-weight:bold;
		}
		#container #sidebar .testimonials p.more {
			font-style:normal;
			text-align:right;
		}
		#container #sidebar .testimonials p.more a {
			color:#008004;
		}

   /**************************************************
    * Container > Content                            *
    **************************************************/
	#container #content {
		float:left;
		padding:10px 30px;
		width:450px;
	}
	#container #content h2 {
		color:#008004;
		font:600 1.6em/1 "Century Gothic", "Avant Garde", sans-seri;
		margin:0;
		padding:0 0 15px;
		text-transform:none;
	}
	#container #content p {
		margin:0;
		padding:0 0 15px;
	}
	#container #content p.phone-us {
		color:#008004;
		font-size:1.8em;
		margin:0 0 5px;
		text-align:center;
		text-transform:none;
		clear:both;
	}
	#container #content p.phone-us img {
		margin:0 5px 0 0;
		vertical-align:middle;
	}
	
		#container #content p.cards {
		color:#008004;
		font-size:1.2em;
		margin:0 0 5px;
		text-align:center;
		text-transform:none;
		clear:both;
	}
	#container #content p.cards img {
		margin:0 5px 0 0;
		vertical-align:middle;
	}

       /**************************************************
        * Container > Content > Buttons                  *
        **************************************************/
		#container #content ul.buttons {
			list-style:none;
			margin:0 -8px 0 0;
			padding:0;
		}
		#container #content ul.buttons li {
			float:left;
			font-size:10px;
			height:52px;
			margin:10px;
			text-align:center;
			width:132px;
		}
		#container #content ul.buttons li.a2 a {
			line-height:11px;
			padding:9px 8px 21px;
		}
		#container #content ul.buttons li.a3 a {
			line-height:11px;
			padding:3px 8px 14px;
		}
		#container #content ul.buttons li a {
			background:url('../img/background/buttons_li.jpg') no-repeat;
			background-position:0 0;
			color:#008004;
			display:block;
			line-height:37px;
			padding:2px 8px 13px;
		}
		#container #content ul.buttons li a:hover {
		}
		


        /**************************************************
         * Container > Content > Image                    *
         **************************************************/
		#container #content .image {
			background:url('../img/video.jpg') no-repeat;
			background-position:0 0;
			height:195px;
			margin:0 50px;
			width:350px;
		}
		
	
	 
		 

   /**************************************************
    * Container > Secondary Content                  *
    **************************************************/
	#container #secondary-content {
		background:url('../img/background/sidebar.jpg') repeat-x;
		background-position:0 0;
		float:left;
		height:auto !important;
		height:470px;
		min-height:470px;
		padding:10px 17px 0;
		width:161px;
	}
	#container #secondary-content h4 {
		color:#008004;
		font:bold 1.2em/1 "Century Gothic", "Avant Garde", sans-seri;
		margin:0;
		padding:0;
		text-transform:none;
	}
	#container #secondary-content p {
	}
	#container #secondary-content p.help {
		background:url('../img/background/help.png') no-repeat;
		background-position:0 0;
		clear:both;
		margin:0;
		padding:0;
		text-indent:-9999px;
	}
	#container #secondary-content p.blog {
		background:url('../img/background/blog.png') no-repeat;
		background-position:0 0;
		clear:both;
		margin:0;
		padding:0;
		text-indent:-9999px;
	}
	#container #secondary-content p.help a {
		display:block;
		height:61px;
		width:161px;
	}
	#container #secondary-content p.blog a {
		display:block;
		height:270px;
		width:161px;
	}
	
	#container #secondary-content ul{
	list-style:none;
	float:left;
	margin:20px 0 0;
	}
	#container #secondary-content ul li a{
	color:#008004;
	line-height:20px;
	}
	#container #secondary-content ul li a:hover{
	color: #333;
	}

     /**************************************************
        * Container > Secondary Content > news             *
        **************************************************/
		#container #secondary-content .news {
			background:url('../img/background/sidebar_divider.jpg') no-repeat;
			background-position:0 0;
			color:#6c6c6e;
			padding:19px 5px 0;
		}
		#container #secondary-content .news h4 {
			background:url('../img/icon/news-icon.jpg') no-repeat;
			background-position:0 0;
			color:#008004;
			font:bold 1.2em/1 "Century Gothic", "Avant Garde", sans-seri;
			margin:0;
			padding:2px 0 8px 23px;
			text-transform:none;
		}
		#container #secondary-content .news p {
			font-size:.85em;
			font-style:italic;
			line-height:1.3;
			margin:0;
			padding:0 0 3px;
		}
		#container #secondary-content .news p em {
			font-style:normal;
			font-weight:bold;
		}
		#container #secondary-content .news p.more {
			font-style:normal;
			text-align:right;
		}
		#container #secondary-content .news p.more a {
			color:#008004;
		}

       /**************************************************
        * Container > Secondary Content > Easy Steps     *
        **************************************************/
		#container #secondary-content .easy-steps h4 {
			background:url('../img/background/sidebar_divider.jpg') no-repeat;
			background-position:0 0;
			margin:17px 0 -10px;
			padding:17px 0 0;
		}
		#container #secondary-content .easy-steps p {
			margin:15px 0 0;
		}
		#container #secondary-content .easy-steps ul {
			color:#4a4a4a;
			font-size:.85em;
			line-height:1.3;
			list-style:none;
			margin:0;
			padding:0;
		}
		#container #secondary-content .easy-steps ul li {
			background:url('../img/background/sidebar_divider.jpg') no-repeat;
			background-position:0 0;
			clear:both;
			padding:2px 0 0;
		}
		#container #secondary-content .easy-steps ul li:after {
			clear:both;
			display:block;
			height:0;
			visibility:hidden;
		}
		#container #secondary-content .easy-steps ul li.first {
			background:0;
			padding:9px 0 0;
		}
		#container #secondary-content .easy-steps ul li span {
			display:block;
			float:left;
			padding:10px 0 10px 5px;
			width:121px;
		}
		#container #secondary-content .easy-steps ul li span.number {
			background:url('../img/background/easy-steps_ul_li.jpg') no-repeat;
			background-position:0 10px;
			color:#fff;
			font-size:1.8em;
			line-height:30px;
			padding:10px 0;
			text-align:center;
			width:30px;
		}

    /**************************************************
     * Container > Push                               *
     **************************************************/
	#container .push {
		clear:both;
	 	height:100px;
	}

/**************************************************
 * Footer                                         *
 **************************************************/
#footer {
	background:url('../img/background/footer.jpg') repeat-x;
	background-position:0 20px;
	clear:both;
	color:#ccc;
	height:80px;
	line-height:40px;
	padding:20px 0 0;
	width:100%;
}

    /**************************************************
     * Footer > Inner                                 *
     **************************************************/
	#footer .inner {
		font-size:.7em;
		margin:0 auto;
		text-align:left;
		width:900px;
	}
	#footer .inner a {
		border-bottom:1px dotted #ccc;
		color:#ccc;
	}
	#footer .inner a:hover {
		border-bottom-style:solid;
	}
	#footer .inner p {
		float:right;
		margin:0;
		padding:0;
	}
	#footer .inner ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	#footer .inner ul li {
		float:left;
		padding:0 15px 0 0;
	}
