/*[variables]
colors {
	@00: #5FA800;
}
*/



/*CSS Document*/

html {
	background: url(images/html_bg.jpg) repeat-x;
}

*{outline: none;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	text-align: center;
}

#container {
	width: 925px;
	margin:0 auto;
	padding:0;
}


em {
	font-style:italic;
}

strong {
	font-weight:bold;
}


/*---------------------------------------- HEADER STARTES HERE -----------------------------------------*/

#header {
	height: 376px;
	background: url(images/header.jpg) no-repeat 4px 0;
	position: relative;
}



#header img.logo {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 192px;
	height: 52px;
}

#navigation_primary {
	height: 106px;
	position: absolute;
	left: 360px;
	width:564px;
}

#navigation_primary ul {
	list-style: none;
	padding:0;
	margin:0;
}

#navigation_primary li {
	float: left;
	display: block;
	height: 106px;
	width: 94px;
	background: #3f3f3f url(images/navigation_sprite.jpg) 0 0 no-repeat;
}

/*   list item (li)  - Hover Background Positions   
----------------------------------------------------------------------------------------------------------------------*/
#navigation_primary li.home                            { background: url(images/navigation_sprite.jpg) 0 0; }
#navigation_primary li.about                           { background: url(images/navigation_sprite.jpg) -94px 0; }
#navigation_primary li.services                        { background: url(images/navigation_sprite.jpg) -188px 0; }
#navigation_primary li.portfolio                       { background: url(images/navigation_sprite.jpg) -282px 0; }
#navigation_primary li.testimonials                    { background: url(images/navigation_sprite.jpg) -376px 0; }
#navigation_primary li.contact                         { background: url(images/navigation_sprite.jpg) -470px 0; }

#navigation_primary a {
	display: block;
	height: 106px;
	width: 94px;
	background: #3f3f3f url(images/navigation_sprite.jpg) 0 -212px no-repeat;
	text-indent: -10000px;
}


/*   anchor (a)  -  Default Background Positions   
----------------------------------------------------------------------------------------------------------------------*/
#navigation_primary li.home a                          { background-position: 0 -212px; }
#navigation_primary li.about a                         { background-position: -94px -212px; }
#navigation_primary li.services a                      { background-position: -188px -212px; }
#navigation_primary li.portfolio a                     { background-position: -282px -212px; }
#navigation_primary li.testimonials a                  { background-position: -376px -212px; }
#navigation_primary li.contact a                       { background-position: -470px -212px; }


/*   anchor (a)  -  Current Background Positions   
----------------------------------------------------------------------------------------------------------------------*/
#home #navigation_primary li.home a                    { background-position: 0 -106px; }
#about #navigation_primary li.about a                  { background-position: -94px -106px; }
#services #navigation_primary li.services a            { background-position: -188px -106px; }
#portfolio #navigation_primary li.portfolio a          { background-position: -282px -106px; }
#testimonials #navigation_primary li.testimonials a    { background-position: -376px -106px; }
#contact #navigation_primary li.contact a              { background-position: -470px -106px; }


/*  PROGRESSIVE ENHANCEMENT (if javascript is disables) -  anchor (a)  -  Current Background Positions   
----------------------------------------------------------------------------------------------------------------------*/
#navigation_primary li.home a:hover                    { background-position: 0 0; }
#navigation_primary li.about a:hover                   { background-position: -94px 0; }
#navigation_primary li.services a:hover                { background-position: -188px 0; }
#navigation_primary li.portfolio a:hover               { background-position: -282px 0; }
#navigation_primary li.testimonials a:hover            { background-position: -376px 0; }
#navigation_primary li.contact a:hover                 { background-position: -470px 0; }


#header h1 {
	display: block;
	width: 450px;
	height: 55px;
	background: none;
	text-indent: -10000px;
	position: absolute;
	left: 350px;
	top: 235px;
}

#navigation_secondary {
	height: 70px;
	position: absolute;
	left: 370px;
	top: 294px;
}

#navigation_secondary ul {
	list-style: none;
	padding:0;
	margin:0;
	width: 430px;
	height: 70px;
}

#navigation_secondary li {
	float: left;
	display: block;
	height: 70px;
	background: #3f3f3f url(images/secondary_navigation_sprite.jpg) 0 0 no-repeat;
}

/*   list item (li)  - Hover Background Positions   
----------------------------------------------------------------------------------------------------------------------*/
#navigation_secondary li.designer101                     { background: url(images/secondary_navigation_sprite.jpg) 0 0; }
#navigation_secondary li.blog                            { background: url(images/secondary_navigation_sprite.jpg) -161px 0; }
#navigation_secondary li.contact2                        { background: url(images/secondary_navigation_sprite.jpg) -282px 0; }


#navigation_secondary a {
	display: block;
	height: 70px;
	background: url(images/secondary_navigation_sprite.jpg) 0 -140px no-repeat;
	text-indent: -10000px;
}


/*   anchor (a)  -  Default Background Positions   
----------------------------------------------------------------------------------------------------------------------*/
#navigation_secondary li.designer101 a                   { width: 160px; background-position: 0 -140px; }
#navigation_secondary li.blog a                          { width: 121px; background-position: -161px -140px; }
#navigation_secondary li.contact2 a                      { width: 148px; background-position: -282px -140px; }



/*   anchor (a)  -  Current Background Positions   
----------------------------------------------------------------------------------------------------------------------*/
#design101 #navigation_secondary li.designer101 a        { background-position: 0 -70px; }
#blog #navigation_secondary li.blog a                    { background-position: -161px -70px; }
#contact #navigation_secondary li.contact2 a             { background-position: -282px -70px; }



/*  PROGRESSIVE ENHANCEMENT (if javascript is disables) -  anchor (a)  -  Current Background Positions   
----------------------------------------------------------------------------------------------------------------------*/
#navigation_secondary li.designer101 a:hover             { background-position: 0 0px; }
#navigation_secondary li.blog a:hover                    { background-position: -161px 0px; }
#navigation_secondary li.contact2 a:hover                { background-position: -282px 0px; }


/*#header ul.icon {
	width: 480px;
	height: 70px;
	position: absolute;
	left: 370px;
	top: 295px;
}

#header ul.icon li {
	float: left;
	height: 70px;
}

#header ul.icon li a {
	display: block;
	height: 70px;
	padding: 0;
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: none;
	text-decoration: none;
	text-transform: uppercase;
	text-indent:-10000px;
}

#header ul.icon li a:hover {
	background: none;
}

#header ul.icon li.designer101 a {
	width: 170px;
	background: url(images/design101_icon.png) no-repeat 0 0;
}

#header ul.icon li.designer101 a:hover {
	background: url(images/design101_icon_hover.png) no-repeat 0 0;
}

#header ul.icon li.blog a {
	background: url(images/blog_icon.png) no-repeat 0 0;
	width: 130px;
}

#header ul.icon li.blog a:hover {
	background: url(images/blog_icon_hover.png) no-repeat 0 0;
}

#header ul.icon li.contact2 a {
	width: 160px;
	background: url(images/contact2_icon.png) no-repeat 0 0;
}

#header ul.icon li.contact2 a:hover {
	background: url(images/contact2_icon_hover.png) no-repeat 0 0;
}
*/


/*---------------------------------------- HEADER ENDS HERE -----------------------------------------

---------------------------------------- CONTENT STARTES HERE -----------------------------------------*/

#content {
	padding: 0;
	text-align: left;
/*this fixes the IE bug and overrides the center alignment on the body tag*/
}



#content h1 {
	text-align: center;
	text-indent: -10000px;
	background-repeat: no-repeat;
	margin: 20px 0 20px 30px;
}



h1.welcome {
	height: 59px;
	width: 188px;
	margin: 10px auto 3px;
	background: url(images/welcome_h1.gif);
}



h1.about_h1 {
	background: url(images/about_me_h1_bg.png) center top;
	height: 57px;
	width: 550px;
}



h1.services_h1 {
	background: url(images/services_h1_bg.png) center top;
	height: 54px;
	width: 550px;
}



h1.portfolio_h1 {
	background: url(images/portfolio_h1_bg.png);
	height: 382px;
	width: 37px;
	position:absolute;
	top:0;
	left:-8px;
}



h1.testimonials_h1 {
	background: url(images/testimonials_h1_bg.png);
	height: 52px;
	width: 276px;
}



h1.design101_h1 {
	background: url(images/design_101_h1_bg.png) center top;
	height: 53px;
	width: 550px;
}



h1.blog_h1 {
	background: url(images/blog_h1_bg.png);
	height: 63px;
	width: 270px;
}



h1.contact_h1 {
	background: url(images/contact_h1_bg.png);
	height: 57px;
	width: 295px;
}



#content h2 {
	font-family: "Courier New", Courier, monospace, Arial, Geneva, sans-serif;
	font-size: 1.6em;
	font-weight:bold;
	color: #F60;
	margin-left: 15px;
}



#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: 0.2em;
	line-height: 1.6;
	display: block;
	color: #000;
	background: none;
	margin-left: 25px;
}



#content .in_fl_left p {
	font-size: .8em;
}



#content img {
	text-align:center;
	padding: 8px;
	border: 1px solid #000;
	margin: 10px auto;
	display:block;
}



#main {
	width: 610px;
	float: left;
	background: url(images/bricks_bg.jpg) no-repeat left top;
	margin-bottom: 40px;
}

#main ul {
	margin: 0 0 0 70px;
	line-height:2;
	font-size: .8em;
}

#main ul li {
	list-style:disc;
}


#main p.bottom-bg {
	background: url(images/left_bottom_bg.gif) no-repeat 0 0;
	width: 279px;
	height: 46px;
	margin: 0;
	padding: 0;
	float: left;
}



#main input.reset {
	background: url(images/btn_reset.gif) no-repeat 0 0;
	width: 58px;
	height: 11px;
	float: right;
	margin: 0 12px 0 0;
	border: none;
	cursor: pointer;
}



#main input.submit {
	background: url(images/btn_submit.gif) no-repeat 0 0;
	width: 66px;
	height: 11px;
	float: right;
	border: none;
	cursor: pointer;
	margin: 0 0 16px;
}

#main .tip_conclusion p{
	margin: 20px 10px 20px 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:.8em;
	
}

#sidebar {
	width: 303px;
	float: right;
}



/*---------------------------------------- CONTENT ENDS HERE -----------------------------------------

---------------------------------------- FOOTER STARTES HERE -----------------------------------------*/

#footer {
	background: #848484 url(images/footer_bg.gif) repeat-x 0 0;
	color: #FFFFFF;
	height: 204px;
	width: 100%;
	margin-top: 10px;
}



#footer_wrapper {
	width: 925px;
	margin: 0 auto;
	height: 204px;
	position: relative;
}

#footer p.contact_flash_btn {
	width:150px;
	height:180px;
	position: absolute;
	left: -165px;
	top: -180px;
	background:none;
}



#footer p.div {
	display: block;
	width: 270px;
	height: 160px;
	background: url(images/bottom_div.gif) repeat-y;
	background-position: right top;
}



#footer img.signature {
	width: 205px;
	height: 128px;
	position: absolute;
	left: 668px;
	top: 28px;
}



#footer img.traffic_light {
	width: 243px;
	height: 420px;
	position: absolute;
	left: -265px;
	bottom: 0;
}



#footer ul {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 30px;
	top: 27px;
	width: 550px;
}



#footer ul li {
	font: bold 11px/13px Arial, Helvetica, sans-serif;
	margin: 0;
	float: left;
	text-transform: uppercase;
}



#footer ul li a {
	font: bold 11px/13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #848484;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 11px;
}



#footer ul li a:hover {
	text-decoration: underline;
}



#footer ul li.home2 {
	font: bold 11px/13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #848484;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	padding: 0 11px;
	border: none;
}



#footer p.copyright {
	width: 259px;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	background-color: #848484;
	color: #FFFFFF;
	text-transform: none;
	text-align: center;
	position: absolute;
	left: 124px;
	top: 55px;
}



#footer p.design {
	display: block;
	width: 161px;
	height: 17px;
	position: absolute;
	left: 580px;
	top: 80px;
	font: bold 12px/17px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #848484;
	text-align: center;
}



#footer a.link {
	font: bold 12px/17px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #848484;
	text-align: center;
	text-decoration: none;
}



#footer a.link:hover {
	color: #AC0000;
	background-color: #FFFFFF;
}

div.portfolio {
	width:590px;
	margin: 0 0 50px 0;
	position:relative;
}

.portfolio_h2 {
	position:absolute;
	top: -20px;
	left: 10px;
	height: 70px;
	width: 277px;
	text-indent: -10000px;
	background: url(images/portfolio_h2.jpg) 0 0 no-repeat;
}

div.testimonial {
	width: 605px;
	height: 267px;
	background: url(images/testimonial_bg.jpg) no-repeat left top;
	position: relative;
	margin-bottom: 20px;
	margin-left: 10px;
	z-index: 5;
}



div.testimonial h2 {
	width: 209px;
	height: 59px;
	position: absolute;
	left: 15px;
	top: -30px;
	background: url(images/testimonial_h2_bg.png) no-repeat left top;
	text-indent: -10000px;
	overflow: visible;
}



div.testimonial a, div.testimonial a:visited {
	color: #333;
	background: url(images/arrow.png) no-repeat right 0;
	position: absolute;
	right: 120px;
	bottom: 35px;
	text-decoration: none;
	padding-right: 46px;
}



div.testimonial a:hover {
	color: #000;
	background: url(images/arrow-hover.png) no-repeat right 0;
}



#content div.testimonial p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	position: absolute;
	width: 340px;
	left: 5px;
	top: 35px;
}



#content div.testimonial span.test_name {
	display: block;
	font-weight: bold;
	text-align: left;
	margin: 8px 0 0 20px;
}



#content div.testimonial img {
	position: absolute;
	right: 230px;
	top: 30px;
}


/*---------------------------------------- Special Scenario Classes -----------------------------------------*/

.list_nail {
	background: #FFFFFF url(images/list_bg1.jpg) no-repeat center top;
	height: 355px;
	width: 303px;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}



.list_nail h2 {
	text-indent: -10000px;
	position: absolute;
	z-index: 10;
}



.list_nail h2.about_list {
	background: #FFF url(images/about_h2.gif) no-repeat left top;
	height: 23px;
	width: 150px;
	left: 65px;
	top: 20px;
}



.list_ring {
	background: #FFFFFF url(images/ring_list_bg.png) no-repeat center top;
	height: 360px;
	width: 303px;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}



a.link_arrow, a.link_arrow:visited {
	color: #515151;
	background: url(images/arrow.png) no-repeat right 0;
	position: absolute;
	right: 25px;
	bottom: 23px;
	text-decoration: none;
	padding-right: 46px;
}



a.link_arrow:hover {
	color: #06F;
    cursor:help;
	background: url(images/arrow-hover.png) no-repeat right 0;
}



.list_ring h2 {
	text-indent: -10000px;
	position: absolute;
	z-index: 10;
}



.list_ring h2.ser_list {
	background: #FFF url(images/services_h2.gif) no-repeat left top;
	height: 23px;
	width: 133px;
	left: 65px;
	top: 40px;
}



.list_ring ul {
	width: 270px;
	height: 270px;
	position: absolute;
	top: 70px;
	left: 29px;
}



.list_ring ul li {
	height: 37px;
	padding-left: 60px;
	text-align: left;
	background: url(images/checkmark.png) no-repeat left top;
	font-variant: small-caps;
}



/*.list_nail ul {

width:270px;

height:270px;

position:absolute;

top: 57px;

left: 29px;

}

.list_nail ul li {

height:37px;

padding-top: 10px;

padding-left: 63px;

margin-top: -5px;

text-align:left;

background: url(images/checkmark.gif) no-repeat left top;

font-variant:small-caps;

}*/

#content .list_nail img {
	height: 250px;
	width: 209px;
	position: absolute;
	left: 50px;
	top: 60px;
	border: none;
	padding: 0;
}



.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}



.clear_l {
	clear: left;
	font-size: 0;
	line-height: 0;
}



.clear_r {
	clear: right;
	font-size: 0;
	line-height: 0;
}



div.in_fl_left {
	width: 285px;
	float: left;
}



div.in_fl_right {
	width: 306px;
	height: 244px;
	background: url(images/design101.png) no-repeat center top;
	float: right;
	position: relative;
}



div.in_fl_right a {
	width: 110px;
	position: absolute;
	right: 2px;
	bottom: 30px;
	color: #333;
	text-decoration: none;
	background: url(images/arrow.png) no-repeat right center;
}



div.in_fl_right a:hover {
	color: #333;
	cursor:help;
	background: url(images/arrow-hover.png) no-repeat right center;
}



.fl_left {
	float: left;
}



.fl_right {
	float: right;
}



#footer p.cert_dom {
	position: absolute;
	right: -30px;
	bottom: 5px;
}



#form {
	width: 500px;
	padding-left: 80px;
}



#form p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #444;
	width: 450px;
	background-color: #C9C9C9;
	line-height: 2.3em;
}



#form fieldset {
	background: #C9C9C9;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 1px solid #729E91;
	border-bottom: 1px solid #729E91;
	border-top-style: none;
	border-left-style: none;
	#padding-top: 0;
}



#form fieldset.account {
	height: 120px;
}



#form fieldset.personal {
	height: 680px;
}



#form legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background: #C9C9C9;
	letter-spacing: 0.2em;
	padding: 5px 10px;
	margin-top: -5px;
	#margin-top: 1px;
	#border-right: 1px solid #729E91;
	#width: 472px;
	font-variant: small-caps;
	font-weight: bold;
	color: #5D678B;
}



#form input.text {
	width: 200px;
	background-color: #FFFFFF;
}



#form input.text:focus, #form textarea:focus {
	background-color: #E7EFEF;
}



#form textarea#comments {
	#width: 400px;
}



.align_r {
	text-align: right;
}

.align_c {
	text-align: center;
}

#form p.align_r {
	margin-bottom: 5px;
	#width: 420px;
	margin-top: 8px;
}

#form p.align_r a {
	color: #000000;
	text-decoration: none;
}

#form p.align_r a.clear_btn:hover {
	color: #AF1920;
}



#form p.align_r a.submit_btn:hover {
	color: #137AE9;
}

/*  ---------------------- PORTFOLIO ---------------------------------- */

.folio_block {
	margin: 20px 0;
	float: left;
	clear: both;
	width: 100%;
}
.main_view {
	width: 560px;
	height: 294px;
	float: left;
	padding: 25px;
	margin-right: 20px;
	background: url(images/main_view_bg.gif) no-repeat;
	position: relative;
}
.window {
	height:294px;
	width: 560px;
	overflow: hidden;
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel a {
	position: relative;
	float: left;
	cursor: pointer;
}
.image_reel img {float: left;}
.image_reel a span {
	height: 294px;
	width: 560px;
	float: left;
	background: #111 url(images/icon_view.gif) no-repeat center;
	position: absolute;
	z-index: 10;
	top: 0; left: 0;
}
.paging {
	position: absolute;
	bottom: 40px; right: -3px;
	width: 178px; height:47px;
	z-index: 100;
	text-align: center;
	line-height: 40px;
	background: url(images/paging_bg.png) no-repeat;
	display: none;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #0075b1; 
	border: 1px solid #005581;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
.desc {
	width: 293px;
	float: left;
	color: #777;
	font-size: 14px;
	padding: 15px 0;
	text-align:left;
}

.desc h2 {
	text-transform: uppercase;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #333;
	padding: 0 0 5px 0; margin: 5px 0;
	border-bottom: 1px solid #f0f0f0;
}
.desc h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0;	margin: 0;
}
.desc a {
	color:#06F;
	font-size: 14px;
}
.desc ul.services {
	padding: 0; margin: 0 0 10px 15px; 
	list-style: none;
}
.desc ul.services li {
	background: url(images/icon_check.gif) no-repeat left center;
	padding: 3px 5px 3px 20px;	margin: 0;
}

