<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/top_repeat.gif);
	background-repeat: repeat-x;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
#header {
	padding: 0 10px 0 20px; 
	background-repeat: repeat-x;
	background-image: url(../images/top2_repeat.gif);
	 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}



/* css */


#topspacer{
	padding-top: 60px;
}	


.inlinksmaller a {
	font-size: 10px;
	color: #999999;
}

.inlinksmaller a:hover  {
	COLOR: #01a5e4;
	PADDING-TOP: 0px;
	TEXT-DECORATION: underline;
}




.topmenuitem {
	font-size: 12px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	color: #999999;
}
.topmenuitem a  {
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 20px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	TEXT-DECORATION: underline;
	background-image: url(../images/navarrow_grey.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	color: #999999;
 }
 
 a.current  {
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 20px;
	BACKGROUND: url(../images/navarrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	COLOR: #01a5e4;
	PADDING-TOP: 0px;
	TEXT-DECORATION: underline;
}

.topmenuitem a:hover  {
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 20px;
	BACKGROUND: url(../images/navarrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	COLOR: #01a5e4;
	PADDING-TOP: 0px;
	TEXT-DECORATION: underline;
}




#leftsidecolumn {
	width: 555px;
	float: left;
	margin-left: -1px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	}
	
	
#rightsidecolumn {
	padding: 5px;
	margin-left:600px;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
        }

.ContentAreaSizeB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #666666;
}

.ContentAreaSizeC {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13x;
	color: #666666;
}

.ContentAreaSizeD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #909090;
}

.ContentAreaSizeE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #909090;
}

.ContentAreaSizeF {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #909090;
}


.insidetext {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	padding-top: 135px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.ContentAreaTDSec1 {
	width: 210px;
	background-image: url(../images/homepage_box1.gif);
	background-repeat: no-repeat;
}


.ContentAreaTDSec2 {
	width: 210px;
	background-image: url(../images/homepage_box2.gif);
	background-repeat: no-repeat;
}

.ContentAreaTDSec3 {
	width: 210px;
	background-image: url(../images/homepage_box3.gif);
	background-repeat: no-repeat;
}

.ContentAreaTDSec4 {
	width: 210px;
	background-image: url(../images/homepage_box4.gif);
	background-repeat: no-repeat;
}

.ContentAreaTDTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #0099cc;
	text-align: center;
	font-weight: bold;
}

.ContentAreaSizeC a:hover  {
	COLOR: #01a5e4;
	PADDING-TOP: 0px;
	TEXT-DECORATION: underline;
}

.ContentAreaSizeC a {
	font-size: 13px;
	color: #5A5A5A;
	line-height: 16px;
}

		
.ContentArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
}

.ContentArea a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
}

.SectionSubTitleA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #009cc2;
	bottom: 15px;
}

.SectionSubTitleA A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #009cc2;
	bottom: 15px;
}
		
#footer {
	text-align: center;
	clear: both;
	width: 950px;
	font-family: Arial;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7D7D7;
	color: #848484;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 0;
	}
#footer a {	COLOR: #01a5e4;}	
	

.style1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; color: #009cc2; bottom: 15px; }

h2#titleInspiredGames span { display: none; }
h2#titleInspiredGames {
	background: url(../images/title_IAgamesolutions.gif);
	background-repeat: no-repeat;
	height: 55px;
	}
h2#titleIP span { display: none; }
h2#titleIP {
	background: url(../images/title_IAintellectualproperty.gif);
	background-repeat: no-repeat;
	height: 55px;
	}	
	
h1#InspiredArtsLogo span { display: none; }
h1#InspiredArtsLogo {
	background: url(../images/InspiredLogo.gif);
	background-repeat: no-repeat;
	height: 50px;
	}		
	
h2#titleFeaturedGames span { display: none; }
h2#titleFeaturedGames {
	background: url(../images/products_SubTitle.gif); 
	background-repeat: no-repeat;
	height: 50px;
	}		

h2#titleContactUs span { display: none; }
h2#titleContactUs {
	background: url(../images/title_contactinformation.gif); 
	background-repeat: no-repeat;
	height: 50px;
	}	
	
h2#titleGameDevelopment span { display: none; }
h2#titleGameDevelopment {
	background: url(../images/title_gamedevelopment.gif); 
	background-repeat: no-repeat;
	height: 50px;
	}		
	
h2#title_FeaturedService span { display: none; }
h2#title_FeaturedService {
	background: url(../images/title_featuredservice.gif); 
	background-repeat: no-repeat;
	height: 50px;
	}		
		
h2#title_ServiceLists span { display: none; }
h2#title_ServiceLists {
	background: url(../images/title_serviceslists.gif); 
	background-repeat: no-repeat;
	height: 50px;
	}
	
h2#title_wearetheclient span { display: none; }
h2#title_wearetheclient {
	background: url(../images/title_wearetheclient.gif); 
	background-repeat: no-repeat;
	height: 50px;
	}
	
h2#title_customersolutions span { display: none; }
h2#title_customersolutions {
	background: url(../images/title_customersolutions.gif); 
	background-repeat: no-repeat;
	height: 50px;
	}
	
h2#title_afewofourclients span { display: none; }
h2#title_afewofourclients {
	background: url(../images/title_afewofourclients.gif); 
	background-repeat: no-repeat;
	height: 50px;
	}	

h2#title_videoproduction span { display: none; }
h2#title_videoproduction {
	background: url(../images/title_videoproduction.gif); 
	background-repeat: no-repeat;
	height: 50px;
	}	
				
	
-->