@charset "utf-8";

/* Kremitt Designs.com - handcrafted CSS
 Basic Elements */

* {
	padding:0px;
	margin:0px;
}
body, html {
	margin:0px;
	padding:0px;
	text-align:center;
	height:100%;
	min-height:100%;
	background-color:#000000;
}
body {
	background:transparent url(../images/ai_bg.jpg) repeat-x center top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
img {
	margin:0;
	padding:0;
	border:none;
}
a:link, a:visited {
	color:#000;
	text-decoration:none;
}
a:active, a:hover {
	color:#e10000;
	text-decoration:underline;
}

/* Content Elements */

#header {
	margin:0 auto;
}
#top_nav {
	padding:0px;
	margin:0 auto;
	text-align:center;
	width:840px;
}

/* Element Groups
-----------------
Navigation Group */

#global_nav {
	padding:0;
	margin:0;
	display:block;
}
.nav {
	display:inline;
}

/* Content Group */

#content {
	width:840px;
	text-align:center;
}
#content_top {
	margin:0 auto;
	background:transparent url(../images/ai_content_top.jpg) no-repeat center center;
	height:34px;
	width:840px;
}
#content_mid {
	width:840px;
	min-height:554px;
	text-align:left;
}

/* Content Mid Group */

#content_left {
	float:left;
	background:transparent url(../images/ai_content_left.jpg) no-repeat center center;
	height:554px;
	width:202px;
}
#content_main {
	float:left;
	width:617px;
	height:554px;
	background-color:#FFFFFF;
}
#content_right {
	float:left;
	width:21px;
	height:554px;
	background:transparent url(../images/ai_content_right.jpg) no-repeat center center;
}
#content_bottom {
	width:675px;
	height:17px;
	background:transparent url(../images/ai_content_bottom.jpg) no-repeat center center;
	float:right;
}

/* Content Main Group */

#content_hdr {
	border-bottom:1px solid #000000;
	width:600px;	
}
#colcontainer {
	padding-top:10px;
	clear:both;
}

/* Footer Elements */

#guarantee {
	clear:both;
	text-align:right;
	color:#FFFFFF;
	padding:5px 23px 0 0;
	font-size:14px;
}
#footer {
	margin:5px 17px 0 0;
	height:33px;
	background:transparent url(../images/ai_footer.jpg) no-repeat center right;
}
#ftr_links {
	position:absolute;
	right:170px;
	bottom:13px;
	color:#ffffff;
}
#ftr_links a:link, #ftr_links a:visited {
	text-decoration:none;
	color:#ffffff;
}
#ftr_links a:hover, #ftr_links a:active {
	text-decoration:underline;
	color:#ffffff;
}
#ftr_links ul {
	display:block;
}
#ftr_links ul li {
	display:inline;
}
.footer_links {
	
}

