/* general */

body {
	font-family: arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

td {
	font-size: 11px;
	vertical-align: top;
}

div, td, img, h1 {
	margin: 0;
	padding: 0;
}
 
h1 {
	font-size: 12px;
}

/* ------------ links --------------- */

a:link { text-decoration: underline; color: #000000; }
a:visited { text-decoration: underline; color: #000000; }
a:active { text-decoration: underline; color: #000000; }
a:hover { text-decoration: underline; color: red; }

/* ------- body background --------- */

body {
	background-image: url('http://www.inspirations-ld.com/resources/graphics/background_page.jpg');
	background-repeat: repeat-y;
}

/* -------- header and navigation ------- */

#header {
	position: absolute;
	top: 0px;
	left: 0px;	
	width: 100%;
	height: 38px;
	background-image: url('http://www.inspirations-ld.com/resources/graphics/background_nav_primary.gif');
	background-repeat: repeat-x;
}

#nav-primary {
	list-style-type: none;
	list-style-image: none;	
	margin: 0;
	padding: 0px 0px 0px 0px;
	float: left;
}

#nav-primary li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}


/* --------- intro ------------- */

#intro {
	position: absolute;
	top: 38px;
	left: 0px;
	width: 500px;
	background-repeat: no-repeat;	
}

body.homepage div#intro {
	background-image: url('http://www.inspirations-ld.com/resources/graphics/intro_homepage.jpg');
	height: 187px;
}

body.inside div#intro {
	background-image: url('http://www.inspirations-ld.com/resources/graphics/intro_inside.jpg');
	height: 187px;
}

/* containers */

#logo {
	position: absolute;
	top: 0px;
	left: 0px;	
	width: 453px;	
	height: 207px;
}

#footer {
	padding: 20px 0px 40px 0px;	
}



/* --------- secondary navigation ------------- */

#nav-secondary {
	position: absolute;
	top: 155px;
	left: 0px;
	width: 600px;
	font-size: 11px;
}

#nav-secondary ul {
	list-style-type: none;
	list-style-image: none;	
	float: left;
	width: 500px;
 	margin: 0px;
	padding: 0px 0px 0px 48px;
	 background-image: url("http://www.inspirations-ld.com/resources/graphics/tab_background.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
}

#nav-secondary ul li {
	float: left;
 	margin: 0px 0px 0px 1px; /* ensure lines don't double up at left */
  	padding: 0px 0px 0px 6px;
 	background-image: url("http://www.inspirations-ld.com/resources/graphics/tab_current_left.gif");
 	background-repeat: no-repeat;
 	background-position: top left;
}

#nav-secondary ul li.selected {
 	background-image: url("http://www.inspirations-ld.com/resources/graphics/tab_current_left.gif");
} 
   
#nav-secondary ul a, #nav-secondary ul span {
	float: left;
 	display: block;
 	margin: 0px;
 	padding: 3px 10px 2px 4px;
 	background-image: url("http://www.inspirations-ld.com/resources/graphics/tab_current_right.gif");
	background-repeat: no-repeat;
	background-position: top right;
	color: #000000;
	text-decoration: none;
}

#nav-secondary ul a:hover, #nav-secondary ul a:active {
	text-decoration:underline;
}

#nav-secondary ul span {
 	background-image: url("http://www.inspirations-ld.com/resources/graphics/tab_current_right.gif");
	font-weight: bold;
	color: #000000;
} 
/*-----------nav secondary 2--------*/
#nav-secondary-2 {
	position: absolute;
	top: 176px;
	left: 0px;
	width: 600px;
	font-size: 11px;
}

#nav-secondary-2 ul {
	list-style-type: none;
	list-style-image: none;	
	float: left;
	width: 500px;
 	margin: 0px;
	padding: 0px 0px 0px 48px;
	background-image: url("http://www.inspirations-ld.com/resources/graphics/tab_background.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
}

#nav-secondary-2 ul li {
	float: left;
 	margin: 0px 0px 0px 1px; /* ensure lines don't double up at left */
  	padding: 0px 0px 0px 6px;
 	background-image: url("http://www.inspirations-ld.com/resources/graphics/tab_current_left.gif");
 	background-repeat: no-repeat;
 	background-position: top left;
}

#nav-secondary-2 ul li.selected {
 	background-image: url("http://www.inspirations-ld.com/resources/graphics/tab_current_left.gif");
} 
   
#nav-secondary-2 ul a, #nav-secondary ul span {
	float: left;
 	display: block;
 	margin: 0px;
 	padding: 3px 10px 2px 4px;
 	background-image: url("http://www.inspirations-ld.com/resources/graphics/tab_current_right.gif");
	background-repeat: no-repeat;
	background-position: top right;
	color: #000000;
	text-decoration: none;
}

#nav-secondary-2 ul a:hover, #nav-secondary ul a:active {
	text-decoration:underline;
}

#nav-secondary-2 ul span {
 	background-image: url("http://www.inspirations-ld.com/resources/graphics/tab_current_right.gif");
	font-weight: bold;
	color: #000000;
}
/* ---------- content ------------ */

#content {
	position: absolute;
	top: 230px;
	left: 50px;
	width: 450px;
}

body.inside div#content {
	top: 190px;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 8px 0px 12px 0px;
}

#content h2 {
	font-size: 11px;
	text-transform: none;
	margin-top: 16px;
	margin-bottom: 8px;	
}

#content p, #content ul {
	font-size: 11px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content p.fir {
	padding: 0px 0px 15px 0px;
}

/* ---------- spiral -------------- */

#spiral {
	position: absolute;
	top: 221px;
	left: 564px;
}

/* --------- form ------------- */

input, textarea {
	width: 300px;
	font-family: arial, sans-serif;
}

.send {
	width: auto;
	border: 1px solid #333333;
	background-color: white;
	color: black;
	font-weight: bold;
}

.face {
	float: left;
	margin: 0px 8px 8px 0px;
	border: 1px solid #FF9900;
}

.floatrt {
	float: right;
	margin: 0px 8px 8px 0px;
	border: 1px solid #FF9900;
}

.floatlt {
	float: left;
	margin: 0px 8px 8px 0px;
	border: 1px solid #FF9900;
}

/* ---------- navigation: home likn ------------ */

div#nav-home {
	position: absolute;
	top: 15px;
	left: 580px;
}

div#nav-home a {
	color: #FFFFFF;
	text-decoration: none;
}

/* ----------- content: columns ----------------- */

#content ul.columns {
	clear: both;
	float: left;
	width: 450px;
	margin: 0;
	padding: 0;
}

#content ul.columns li {
	float: left;
	width: 225px;
	margin: 0;
	padding: 0;	
}

a#nav_aboutus{
	background: url(../graphics/nav_aboutus_1.gif) no-repeat;
	width:90px;
	height:38px;
	display:block;
}

a#nav_whatweoffer{
	background:url(../graphics/nav_whatweoffer_1.gif) no-repeat;
	width:133px;
	height:38px;
	display:block;
}

a#nav_casestudies{
	background:url(../graphics/nav_casestudies_1.gif) no-repeat;
	width:126px;
	height:38px;
	display:block;
}

a#nav_add{
	background:url(../graphics/nav_add_1.gif) no-repeat;
	width:115px;
	height:38px;
	display:block;
}

a#nav_contact{
	background:url(../graphics/nav_contact_1.gif) no-repeat;
	width:91px;
	height:38px;
	display:block;
}

a#nav_contact:hover, a#nav_contact:active{
	background-position: -91px 0px;
}

a#nav_aboutus:hover, a#nav_aboutus:active{
	background-position: -90px 0px;
}

a#nav_whatweoffer:hover, a#nav_whatweoffer:active{
	background-position:-133px 0px;
}

a#nav_casestudies:hover, a#nav_casestudies:active{
	background-position:-126px 0px;
}

a#nav_add:hover, a#nav_add:active{
	background-position:-116px 0px;
}

a#nav_contact_active:hover, a#nav_contact_active:active{
	background-position: -91px 0px;
}

a#nav_aboutus_active:hover, a#nav_aboutus_active:active{
	background-position: -90px 0px;
}

a#nav_whatweoffer_active:hover, a#nav_whatweoffer_active:active{
	background-position:-133px 0px;
}

a#nav_casestudies_active:hover, a#nav_casestudies_active:active{
	background-position:-126px 0px;
}

a#nav_add_active:hover, a#nav_add_active:active{
	background-position:-116px 0px;
}

a#nav_aboutus_active{
	background: url(../graphics/nav_aboutus_active_1.gif) no-repeat;
	width:90px;
	height:38px;
	display:block;
}

a#nav_whatweoffer_active{
	background:url(../graphics/nav_whatweoffer_active_1.gif) no-repeat;
	width:133px;
	height:38px;
	display:block;
}

a#nav_casestudies_active{
	background:url(../graphics/nav_casestudies_active_1.gif) no-repeat;
	width:126px;
	height:38px;
	display:block;
}

a#nav_add_active{
	background:url(../graphics/nav_add_active_1.gif) no-repeat;
	width:115px;
	height:38px;
	display:block;
}

a#nav_contact_active{
	background:url(../graphics/nav_contact_active_1.gif) no-repeat;
	width:91px;
	height:38px;
	display:block;
}

#content p.copyright {
	font-family: arial, sans-serif;
	font-size: 9px;
	color:5C5C5C;
	margin: 0;
	padding: 0;
}
