/* CSS Document */

/************************ STRUCTURE & STYLES ************************/
body {
	background: #ffffff url(images/bg.gif) top center repeat-x;
	margin: 0;
	padding: 0;
	font-family:"Lucida Grande","Lucida Sans Unicode","Trebuchet MS",Helvetica,Arial,Verdana,sans-serif;
	/*font-family:  verdana, Arial, sans-serif;*/
	font-size:13px;
	color: #010101;
}
a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #c10505;
	outline: none;
}
a:hover, a:focus {
	text-decoration: none;
}
a img {
	border: none;
}

#quote {
	position: fixed; 
	left: 100%; 
	top: 172px; 
	width: 50px; 
	height: 125px; 
	z-index: 2500;
	margin-left: -50px;
}
#container {
	width: 975px;
	margin-left:auto;
	margin-right: auto;
}


/************************ ACCESSIBILITY STYLES ************************/
.accessibility  {
	left:-999em;
	position:absolute;
	top:-999em;
}

/************************ HEADER ************************/

#header {
	width: 975px;
	height: 78px;
}
/************** Logo **************/
#logo {
	height: 49px;
	width: 234px;
	float: left;
	margin: 16px 0 0 12px;
}
#logo h1 {
	height: 49px;
	width: 234px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background: url(images/logo.gif) top left no-repeat;
}
#logo h1 a {
	display: block;
	height: 49px;
	width: 234px;
}
#logo span {
	display:none;
} 
/************** End Logo **************/
#topLinks {
	height: 27px;
	width: 450px;
	line-height: 27px;
	float: right;
	text-align: right;
	color: #010101;
	font-size: 10px;
}
#topLinks p {
	margin: 0;
	padding: 0;
}
#topLinks a, #topLinks a:link, #topLinks a:visited, #topLinks a:active {
	color: #010101;
	text-decoration: none;
	padding: 0 3px;
}
#topLinks a:hover, #topLinks a:focus {
	text-decoration: underline;
	color: #c10505;
}
#number {
	height: 30px;
	width: 300px;
	float: left;
	text-align: right;
	padding: 10px 0px;
	margin-left: 225px;
	font-size: 10px;
}
.numberRed {
	font-size:14px;
	font-weight:bold;
	color: #CC0000;
}
#liveChat {
	height: 51px;
	width: 180px;
	float: right;
	text-align: right;
	cursor: pointer;
}

/************************ NAVIGATION ************************/
/*************** Menus are style in hmenu.css ***************/
#navigation {
	width: 975px;
	height: 30px;
	margin-bottom: 3px;
}

/************************ FEATURE ************************/
/* Images uploaded to /uploads/images/feature_images */
#feature {
	width: 975px;
	height: 265px;
	overflow: hidden;
	position:relative;
}
#controls {
	display:none;
	left:0;
	margin:20px 0 0 10px;
	padding:0;
	position:absolute;
	top:0;
	width:955px;
	height: 22px;
	z-index:1000;
}
#controls img {
	border: none;
}
/************************ BUTTONS ************************/
#pack_bot {
	width: 975px;
	background: url(images/pack_bot_bg.gif) bottom left no-repeat;
	padding-bottom: 45px;
}
#pack_top {
	width: 975px;
	background: url(images/pack_top_bg.gif) top left no-repeat;
	padding-top: 15px;
}
#pack_repeat {
	width: 945px;
	background: url(images/pack_repeat_bg.gif) top left repeat-y;
	min-height: 160px;
	padding: 0 15px;
}
.pack_sm {
	width: 230px;
	float: left;
	padding: 18px 13px 18px 13px;
	font-size: 12px;
	text-align:center;
}
.pack_lg {
	width: 401px;
	float: left;
	padding: 7px 16px 0 16px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}
.pack_sm p, .pack_lg p {
	margin: 0 0 7px 0;
	padding: 0;
}
.pack_sm h2, .pack_lg h2 {
	margin: 0px;
	font-size: 18px;
	text-align: center;
}
.pack_lg h2 {
	font-size:22px;
}
.pack_sm ul, .pack_lg ul {
	text-align:left;
	line-height: 1.5em;
	margin: 20ox auto;
}
.pack_sm ul {
	list-style-image: url(images/arrow.gif);
}
.pack_lg ul {
	list-style-image: url(images/arrow_white.gif);
	margin-left: 95px;
	margin-bottom: 30px;
}
.pack_price_lg {
	font-size: 32px;
	font-weight:bold;
	color: #c10505;
	text-align:center;
}

.pack_price_sm {
	font-size: 18px;
	color: #c10505;
	text-align:center;
}
a.start_now_button {
	display:block;
	background: #c10505;
	color: #ffffff;
	padding: 5px;
	width: 120px;
	text-decoration:none;
	text-align:center;
	margin:0 auto;
	font-size:16px;
	font-weight:bold;
	-moz-border-radius: 5px;
	border: 1px solid #c10505;
	-moz-box-shadow: 2px 2px 2px #888;
	
}
/** middle package **/
.pack_price_lg_white {
	font-size: 36px;
	font-weight:bold;
	color: #ffffff;
	text-align:center;
}
.pack_price_sm_white {
	font-size: 18px;
	color: #ffffff;
	text-align:center;
}
a.start_now_button_white {
	display:block;
	background: #ffffff;
	color: #c10505;
	padding: 5px;
	width: 120px;
	text-decoration:none;
	text-align:center;
	margin: 0 auto;
	font-size:16px;
	font-weight:bold;
	-moz-border-radius: 5px;
	border: 1px solid #ffffff;
	-moz-box-shadow: 2px 2px 2px #888;
}
/************************ CONTENT ************************/
#content {
	width: 975px;
}

/************************ Home Page ************************/
#frCont {
	width: 975px;
	background: #e9e9e9 url(images/frCont_bg.gif) top left repeat-x;
	padding-bottom: 16px;
}
#frCont_lns {
	width: 975px;
	background: url(images/frCont_lns.gif) top left repeat-y;
}
.frCol {
	float: left;
	width: 285px;
	min-height: 236px;
	padding: 0 20px;
}
h2.frColHead {
	color: #c10505;
	margin: 0 0 9px 0;
	padding: 0;
	font-weight: normal;
	font-size: 22px;
}
.frColDesc {
	line-height: 1.5;
}
.frColDesc p {
	padding: 0;
	margin: 0 0 15px 0;
}
#testWrap {
	height: 240px;
	width: 285px;
	overflow: hidden;
	font-size: 13px;
}
ul#tests {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#tests li {
	list-style: none;
	margin: 0;
	padding: 6px 0 0 13px;
	background: url(images/openquote.gif) top left no-repeat;
}
ul#tests li span {
	display: block;
	padding: 0 13px 7px 0;
	background: url(images/closequote.gif) bottom right no-repeat;
}
ul#tests li b {
	color: #c10505;
}
ul#tests a, ul#tests a:link, ul#tests a:visited, ul#tests a:active {
	color: #010101;
	text-decoration: underline;
	font-weight: normal;
}
ul#tests a:hover, ul#tests a:focus {
	text-decoration: none;
	color: #c10505;
}
ul.frNews {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 6px 0 0 0;
}
ul.frNews li{
	margin: 0;
	padding: 0 0 15px 18px;
	background: url(images/arrow.gif) 0 7px no-repeat;
}
ul.frNews strong {
	font-weight: normal;
}
ul.frNews a, ul.frNews a:link, ul.frNews a:visited, ul.frNews a:active {
	color: #010101;
	text-decoration: none;
	font-weight: normal;
}
ul.frNews a:hover, ul.frNews a:focus {
	text-decoration: underline;
	color: #c10505;
}
#tests img {
	display:none;
}

/************** End Bottom **************/


/************************ Articles ************************/
#artCont {
	width: 975px;
	background: #e9e9e9 /*url(images/artCont_bg.gif) top left repeat-x*/;
	padding: 25px 0 16px 0;
}

.new_portfolio_wrapper {
	background:none repeat scroll 0 0 #E9E9E9;
	padding:25px 0 16px;
	width:975px;
}
/************** Article Left Content **************/
#artLft {
	width: 740px;
	float: left;
	padding: 0 20px;
}
#sideNav {
	min-height: 200px;
}
.artLlftSection {
	padding: 0 15px;
}
/************** End Article Left **************/

/************** Article Right Content **************/

#artRt {
	width: 195px;
	float: right;
	
	min-height: 450px;
}
h2.artHead, h1.artHead {
	color: #c10505;
	margin: 0 0 15px 0;
	font-weight: normal;
	font-size: 22px;
	padding: 0 0 2px 5px;
	border-bottom: 1px solid #7d7d7d;
}
.artDesc, .searchDesc {
	line-height: 1.5;
	padding: 0 5px;
}
.artDesc p, .searchDesc p {
	padding: 0;
	margin: 0 0 15px 0;
}
.searchDesc h1 { /* Hides default search heading. */
	display: none;
}

/************** End Article Right **************/

/************** Search Box **************/
#sideSearch {
	width: 155px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	padding: 10px 10px;
}
#sideSearch h2 {
	color: #C10505;
	margin: 0px 0px 5px 0px;
}
#searchvar {
	width: 150px;
}
#searchsubmit {
	margin: 5px;
}
/************** End Search Box **************/

/************** Side Testimonials **************/
#sideTests {
	height: 450px;
	width: 175px;
	overflow: hidden;
	font-size:12px;
}
#sideTests img {
	border: 0px;
	margin-bottom: 10px;
}
#sideTests h2 {
	color: #CC0000;
	margin: 10px 0px 5px 0px;
}
#sideTestimonials {
	width: 190px;
}

ul#sideTestimonials {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#sideTestimonials li {
	list-style: none;
	margin: 0;
	/*padding: 6px 0 0 13px;*/
	background: url(images/openquote.gif) top left no-repeat;
}
ul#sideTestimonials li span {
	display: block;
	padding: 0 15px 7px 0;
	background: url(images/closequote.gif) bottom right no-repeat;
}
ul#sideTestimonials li b {
	color: #c10505;
}
ul#sideTestimonials a, ul#sideTestimonials a:link, ul#sideTestimonials a:visited, ul#sideTestimonials a:active {
	color: #010101;
	text-decoration: underline;
	font-weight: normal;
}
ul#sideTestimonials a:hover, ul#sideTestimonials a:focus {
	text-decoration: none;
	color: #c10505;
}
/************** End Side Testimonials **************/

/************** Side Ads **************/

#sideAds {
	margin: 10px 0px;
}
#sideAds img{
	border: 1px solid #CCCCCC;
	padding: 4px;
	background: #ffffff;
}

/************** End Side Ads **************/


/************** Wide Articles **************/
#wideCont {
	width: 849px;
	background: #ffffff;
	float: left;
	min-height: 360px;
}
#artWide {
	width: 811px;
	float: left;
	padding: 15px 19px 8px 19px;
}

#artCont .new_portfolio{
	width:920px;
	margin: 0 auto;
	float:none;
}
/************** End Wide Articles **************/

/************** Minimal Articles **************/
#artMin {
	width: 600px;
	padding: 20px;
}
/************** End Minimal Articles **************/

/************** Summary Pages **************/
blockquote.summaryPageTitle {
	font-weight: bold;
	margin: 0 0 2px;
	padding: 0;
	font-size: 14px;
}
blockquote.summaryPageDescription {
	margin: 0 0 20px;
	padding: 0;
}
/************** End Summary Pages **************/




/************************ FOOTER ************************/

.clear {
	clear: both;
}
#footer {
	width: 975px;
	background: #7d7d7d url(images/footer_bg.gif) top left repeat-x;
	min-height: 150px;
	float: left;
	padding: 20px 0px;
	font-size: 11px;
	color: #ffffff;
}
.ftCol {
	float: left;
	width: 285px;
	padding: 0 20px;
}
.footDesc {
	line-height: 1.3;
}
.footDesc a, .footDesc a:link, .footDesc a:visited, .footDesc a:active {
	text-decoration: underline;
	color: #ffffff;
}
.footDesc a:hover, .footDesc a:focus {
	text-decoration: none;
}
.footDesc p {
	padding: 0;
	margin: 0 0 12px 0;
}
.footDesc h3 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #ffffff;
	font-size: 11px;
}
.footDesc img {
	border: none;
}
.footDesc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footDesc ul li {
	margin: 0;
	padding: 0 0 7px 0;
}
#copyright {
	float: left;
	width: 935px;
	padding: 10px 20px 10px 20px;
	text-align: center;
	color: #7d7d7d;
	font-size: 10px;
}

/******************
Price Table Styles
******************/

.price_table {
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
}
.price_table_row1 {
	background-color: #e9e9e9;
}
.price_table_header {
	/*background-color: #003C6C;*/
	background-color: #C10505;
	font-weight: bold;
	color: #FFFFFF;
}
.price_table_header a:link, .price_table_header a:visited {
	color: #ffffff;
	text-decoration:underline;
}
.price_table_header a:hover {
	color: #ffffff;
	text-decoration:none;
}
.price_table_price {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
.price_table_green {
	color: #009900;
}
.price_table_selected {
	background-color:#d1ded1;
}


/************portfolio***********/
.new_portfolio ul li{
	list-style: none;

}
.new_portfolio ul, .new_portfolio li{
	padding: 0;
	margin: 0;
}
#project_list{
	list-style: none;
	margin-left: 25px;
	
}
.project_item{
	float: left;
	width:440px;
	height: 320px;
	display: block;
}
.project_item div.project_image{
	background: url(images/portfolio_bg.png);
	padding:9px;
	width: 395px;
	height: 195px;
	display: block;
	margin-bottom: 10px;
}
div.project_info{
	margin: 0 0 0 8px;
}
ul.project_info_label{
	width: 90px;
	display: block;
	float: left;
	font-weight: bold;
	text-align: right;
}
ul.update{
	width: 305px;
	float: left;
	display: block;

}
.project_item .project_info li{
	height: 25px;
	padding: 7px 0 0 35px;
	border-bottom: 1px solid #7d7d7d;
}

#controls1{
display: none;
}
