@charset "utf-8";
/* CSS Document */

/* Global Settings */
*{
  margin: 0;
  padding: 0;
}

html, body{
 height:100%;
}

html{
  font-size: 100%;
}

body{
  font-family: Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-family:Tahoma, Geneva, sans-serif;
  font-size: 0.85em;
  font-size:13px;
  font-style: normal;
  color: #666;
  background-color:#fff;
  min-height:100%;
  height:auto; /* ie6 ignores it */
  height:100%; /* fix */
  position: relative;

}

/* Content Blocks */
#header{
	float:left;
	width:100%;
	height:350px;
	margin-bottom:0px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/decofiles/header.png);
	background-position:center top;
	background-repeat:no-repeat;
}

#headercontent{
	position:relative;
	left:50%;
	float:left;
	width:960px;
	height:320px;
	margin-left:-480px;
	
}

.navitem{
	float:left;
	width:320px;
	height:320px;
	text-align:center;
}

#decowrapper{
	float:left;
	width:100%;
	height:500px;
	background-color:#FFF;
	margin-bottom:0px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/decofiles/decobg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}


#decocontent{
	position:relative;
	float:left;
	width:960px;
	left:50%;
	margin-left:-480px;
	padding-top:130px;
	height:365px;
	height:500px;
}


#wrapper{
	float:left;
	width:100%;
	margin-bottom:10px;
}


#contentwrapper{
	position:relative;
	float:left;
	width:960px;
	left:50%;
	height:100%;
	margin-left:-480px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/decofiles/wrapbg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#navwrapper{
	float:left;
	width:100%;
	height:15px;
	background-color:#333;
	margin-bottom:30px;
}

#secnav{
	position:relative;
	float:left;
	width:960px;
	left:50%;
	margin-left:-480px;
	text-align:right;
	font-size:80%;
}

#secnav a{ 
	color:#999;
}
#secnav a:hover{ 
	color:#FFF;
}


#menu {
	float:right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float:right;
	list-style:none;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: url(http://www.tomjansen.net/projects/isadesignasia.com/menu/seperator.gif) bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration:none;
	text-shadow:1px 1px 1px #000000;
}
#menu a:hover {
	/*background: #09F url(../menu/hover.gif) bottom center no-repeat;*/
	color: #fff;
	padding-bottom: 8px;
	background-color:#09F;
	text-decoration:overline;
	text-shadow:1px 1px 1px #000000;
}


#content{
	float:left;
	width:960px;
}

#col1{
	float:left;
	width:260px;
}


#col1 .mainnav{
	width:258px;
	float:left;
	margin-top:0px;
	border:1px solid #CCC;
	padding-top:5px;
	padding-bottom:25px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/decofiles/navbg.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color:#FFF;
}


#col1 .hot{
	width:240px;
	padding:9px;
	border:1px solid ;
	background:#ccc;
	float:left;
	margin-top:30px;
	border:#eee solid 1px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/decofiles/hotbg.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#col1 .hot p{
	color:#333;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:dotted 1px #999;
	text-align:center;
}

#col1 img{border:none;}

#col1 a{
	border:none;
	color:#C00;
	text-decoration:none;
}
#col1 a:hover{
	border:none;
	color:#333;
	text-decoration:underline;
}

#col1 ul.nav ul{
	list-style:none;
	float:left;
	width:260px;
}

#col1 ul.nav li{
	list-style:none;
	float:left;
	width:260px;
	height:24px;
	padding:0;
}

#col1 ul.nav li a{
	float:left;
	color:#900;
	text-decoration:none;
	font-family:"Perpetua Titling MT", "Arial Narrow", Arial;
	width:260px;
	height:24px;
	text-align:center;
	border:none;
}

#col1 ul.nav li a:hover{
	float:left;
	color:#000;
	width:260px;
}





#col2{
	float:right;
	width:560px;
	margin-top:90px;
}


#col2 h2{
	font-size:32px;
	color:#600;
	margin-bottom:15px;
	font-family:"Perpetua Titling MT", "Arial Narrow", Arial;
	background-color:none;
	margin-bottom:20px;
}

#col2 h3{
	font-size:22px;
	color:#600;
	margin-bottom:15px;
	font-family:"Perpetua Titling MT", "Arial Narrow", Arial;
	background-color:none;
	margin-bottom:20px;
		width:540px;
}

#col2 h4{
	font-size:18px;
	color:#600;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:none;
	margin-bottom:20px;
	width:540px;
}

#col2 h5{
	font-size:14px;
	color:#aaa;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:none;
	margin-bottom:10px;
	width:540px;
	font-style:italic;
}
#col2 p{
	text-align:justify;
	margin-bottom:15px;
	line-height:150%;
}

#col2 p.address{
	float:left;
	width:260px;
	text-align:left;
	margin-bottom:15px;
	line-height:150%;
}

#col2 p.contact{
	float:right;
	width:260px;
	text-align:right;
	margin-bottom:15px;
	line-height:150%;
}

#col2 p.projectdesc{
	float:left;
	width:528px;
	padding:15px;
	font-size:12px;
	margin-bottom:15px;
	line-height:150%;
	background-color:#eee;
	color:#333;
	border:1px solid #ccc;
}

#col2 p.faq{
	float:left;
	width:530px;
	font-size:11px;
	margin-bottom:15px;
	line-height:150%;
	color:#333;
	background-color:#ccc;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:25px;
	padding-left:10px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/faq/grada.png);
	background-position:left top; 
	background-repeat:no-repeat;
}

#col2 p.faqw{
	float:left;
	width:528px;
	font-size:11px;
	margin-bottom:40px;
	line-height:150%;
	color:#fff;
	border:1px dashed #600;
	font-style:italic;
	background-color:#cc6666;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:25px;
	padding-left:10px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/faq/gradq.png);
	background-position:left top; 
	background-repeat:no-repeat;
	
}

#col2 span.biglettera{
	float:left;
	width:85px;
	height:85px;
	padding-right:25px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/faq/a.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#col2 span.bigletterq{
	float:left;
	width:85px;
	height:85px;
	padding-right:25px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/faq/q.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#col2 p.disclaimer{
	text-align:justify;
	margin-bottom:15px;
	line-height:150%;
	font-size:9px;
}

#col2 a{
	color:#900;
	font-weight:bold;
	text-decoration:none;
}

#col2 a:hover{
	color:#333;
	text-decoration:underline;
}

#col2 ul{
	margin-left:30px;	
	list-style:disc;
}

#col2 ul li{
	list-style-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/decofiles//bullet.png);
}

#col2 ol{
	margin-left:30px;	
}

#footer{
	float:left;
	width:100%;
	height:30px;
	margin-top:80px;
	background-color:#fff;
}

#footercontent{
	position:relative;
	float:left;
	width:960px;
	left:50%;
	color:#333;
	font-size:80%;
	height:50px;
	margin-left:-480px;
	text-align:center;
	padding-top:7px;
	border-top:1px solid #CCC;

}

#footercontent a {
	color:#999;
	text-decoration:none;

}
#footercontent a:hover {
	color: #000;
}

img.picleft{
	float:left;
	margin-right:15px;
}

img.picright{
	float:right;
	margin-left:15px;
} 

span.preload{
	display:none;
	visibility:hidden;
}

/*Navigation Menu*/

/*HOME*/
#col1 .mainnav a.bhome{
	width:258px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/nav/home.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#col1 .mainnav a:hover.bhome{
	width:258px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/nav/homeh.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

/*ABOUT*/
#col1 .mainnav a.babout{
	width:258px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/nav/about.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#col1 .mainnav a:hover.babout{
	width:258px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/nav/abouth.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
/*SERVICES*/
#col1 .mainnav a.bservices{
	width:258px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/nav/services.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#col1 .mainnav a:hover.bservices{
	width:258px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/nav/servicesh.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

/*PROJECTS*/
#col1 .mainnav a.bprojects{
	width:258px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/nav/projects.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#col1 .mainnav a:hover.bprojects{
	width:258px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/nav/projectsh.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
/*FINISHING TOUCHES*/
#col1 .mainnav a.btouches{
	width:258px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/nav/touches.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#col1 .mainnav a:hover.btouches{
	width:258px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/nav/touchesh.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
/*CATALOG*/
#col1 .mainnav a.bcatalog{
	width:258px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/nav/catalog.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#col1 .mainnav a:hover.bcatalog{
	width:258px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/nav/catalogh.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
/*PRESS*/
#col1 .mainnav a.bpress{
	width:258px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/nav/press.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#col1 .mainnav a:hover.bpress{
	width:258px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/nav/pressh.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
/*FAQ*/
#col1 .mainnav a.bfaq{
	width:258px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/nav/faq.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#col1 .mainnav a:hover.bfaq{
	width:258px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/nav/faqh.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
/*TESTIMONIALS*/
#col1 .mainnav a.btestimonials{
	width:258px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/nav/testimonials.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#col1 .mainnav a:hover.btestimonials{
	width:258px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/nav/testimonialsh.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
/*CONTACT US*/
#col1 .mainnav a.bcontact{
	width:258px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/nav/contact.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#col1 .mainnav a:hover.bcontact{
	width:258px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(http://www.tomjansen.net/projects/isadesignasia.com/01_interior/nav/contacth.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

