/*
***********************************
**		IRIS CREATIONS CSS FILE
**		T WEISSMANN
**		01:13 01 May 2009
***********************************
*/

/*  GENERAL TAGS  */
body {
	-x-system-font: none;
	background: transparent url(../images/bg_pattern.jpg) repeat scroll 0 0;
	color: #333333;
	font-family: Verdana,sans-serif;
	font-size: 0.8125em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
	height:100%;
}

/*  LINKS  */
a:link, a:visited {
	color: #6464ad;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #919194;
	font-weight: bold;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #6464ad;
}
h1 {
	font-size:2em;
	line-height:1;
	margin-bottom:0.5em;
}
h2 {
	font-size:1.7em;
	margin-bottom:0.75em;
}
h3 {
	font-size:1.5em;
	line-height:1;
	margin-bottom:1em;
}
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
}
h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
}
h6 {
	font-size:1em;
	font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
/*  LAYOUT  */
#wrap {
	margin: 0 auto;
	background-color: #fff;
	border-left: 5px solid #6464ad;
	border-right: 5px solid #6464ad;
	width: 960px;
	height:100%;

}
.layout {
	width: 800px;
	margin: 0 auto;
}

#header {
	background: url(../images/bg_rings.gif) right no-repeat;
	border-bottom: 2px solid #6464ad;
	margin-bottom: 50px;
	padding-bottom: 30px;
}

#header_logo {
	background: url(../images/logo.png) center no-repeat;
	float: left;
	margin-top: 75px;
	width: 350px;
	height: 80px;
}

#header_logo a {
	display: block;
	width: 350px;
	height: 80px;	
}

#header_nav {
	color: #6464ad;
	font-weight: bold;
	float: right;
	margin-top: 142px;
}
#header_nav a {
	color: #919194;
}
#header_nav a.current {
	color: #6464ad;
}

#content{
	clear: both;
	padding-bottom: 30px;
}

/*  INDEX PAGE  */
#flash_replace {
	float: left;
	height: 360px;
	width: 640px;
	margin-right: 10px;
}
#content_textbox {
	background: url(../images/home_text.png) center no-repeat;
	height: 155px;
	margin: 0 auto;
	padding-bottom: 30px;
	width: 812px;
}
/* hidden text */
#content_textbox div {
	display: none;
}

/*  SERVICES PAGE  */
#services { margin-bottom: 20px;}
.title { margin-bottom: 20px;}
.package {
	border-left: 1px solid #6464ad;
	float: left;
	margin-right:10px;
	padding-left:5px;
}
.p_first { border: none;}
/* hidden text */
.package div {
	display: none;
}
#services_textbox {
	background: url(../images/p_text.jpg) center no-repeat;
	height: 123px;
	margin: 0 auto 30px;
	width: 796px;
}
/* hidden text */
#services_textbox div{
	display:none;
}
/*  CONTACT PAGE  */
#contact {
	margin: 0 auto;
	width: 816px;
}
/* hidden text */
#contact div {
	display: none;
}

/* LINKS PAGE */
#links {
	margin: 0 auto;
	width: 816px;
}


/* DO THE CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}