
@import "reset.css";

/***************************************************************************************/
/* FLOAT PROPERTIES */
/***************************************************************************************/
.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
.clearfloat {
	display:inline-block
	}
.clearfloat {
	display:block
	}

/***************************************************************************************/
/* COMMON LAYOUT */
/***************************************************************************************/
body { 
	background: #FFFFFF; 
	font-size: 12px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	color: #333333;  
	}

ul, ol { margin-left: 25px; line-height: 20px; margin-bottom: 15px; }
ul li { list-style-type: square; }

.bordered { border: 1px solid #33CCFF; }

h1, h2, h3, h4, h5 { color:#552382; line-height: 24px;}

	h1 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom:30px;
	}
	.description h1 { margin:10px 0;}	
	h1#contactus { margin-bottom: 15px;}
	h2 {
	font-size: 12px; 
	font-weight: bold;
	letter-spacing: 1px;
	color: #99cc33;
	text-transform: uppercase;
	}	
	h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 5px 0;
	}
	h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	}
	h5 {
	font-size: 14px; 
	font-weight: bold;
	color: #333333;
	}

p {	line-height: 18px;
	margin: 0px 0px 10px 0; 
	}


.left { float: left;}
.right { float: right;}

a, a:visited 	{ color: #99CC00;}
a:hover 	{ 
	text-decoration: none;
	color: #552382;
	}

/***************************************************************************************/
/* SPECIFIC TO THIS LAYOUT */
/***************************************************************************************/
#main { 
	margin: 10px auto; 
	width: 940px; 

	}

/* HEADER */
#header {
	width: 940px;
	height: 160px;
	background: url(../imgs/back_header.gif) top left no-repeat #552382;
	margin-bottom: 2px;
	}
#header h1 {margin: 30px 0 0 40px;	}	

#nav { 
	width: 380px;
	height: 115px;
	position: relative;
	top: 45px; left: 0;
	border-left: 1px solid #ccbfdd;
	}

    #nav a {
		text-transform: uppercase;
		color: #FFFFFF; 
		font-size: 11px; 
		text-decoration: none; 
		display: block; 
		height: 20px; 
		line-height: 20px; 
		padding: 0 0 0 20px;
		margin: 1px 0;
		letter-spacing: 1px;
		font-weight: bold;
		}
    #nav a:hover, #nav a.o { 
		text-decoration: none; 
		background-color: #7b52a1;
		}

/* CONTENT */
#index { 
	width: 940px; 
	height: 400px;
	background-color: #EEE;
	}

#quadcontainer { 
	width: 100%;
	vertical-align: top;
	background: url(../imgs/greystrip.gif) top left repeat-y #f5f5f5;
	}
#quad3 { 
	width: 560px;
	vertical-align: top; 
	float: left;
	background: url(../imgs/back_quads.gif) top left no-repeat transparent;
	}
	#content {
	width: 480px;
	padding: 40px;
	}	
/* solutions */	
	.functions {
		position: relative;
		top: -55px;
		}
	.functions img { margin-left: 5px;}
	div.pics { 
		margin: 40px 0;
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		width: 380px;
		height: 250px;
		}	
	div.pics img {  
		width:  380px; 
		height: 250px; 
		top:  0; 
		left: 0 
	}
	.description ul {
		margin: 0;
		}
	.description ul li {
		margin: 10px 0;
		padding: 0 0 0 10px;
		list-style: none;
		background: url(../imgs/bullet.gif) 1px 5px no-repeat;
		}
/* about iris */	
	a.top {
		color: #99CC00;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 9px;
		display: block;
		height: 15px;
		width: 25px;
		background:url(../imgs/toparrow.gif) top left no-repeat #f5f5f5;
		padding: 0 0 0 10px;
		}
	a.top:hover {
		color: #552382;
		background-position: bottom left;
		}	

/* SIDEBAR */	
#quad4 { 
	width: 380px; 
	vertical-align: top; 
	float: right;
	}

	#quad4 { padding: 10px 0;}
	#quad4 h2 { margin: 30px 0 0 20px; } /* solutions */
    #quad4 ul { margin: 30px 0 0 0; padding: 0;}
	#quad4 ul.products { margin: 0;}
    #quad4 ul li { 
		list-style-type: none; 
		font-size: 12px;
		font-weight: bold;
		}
    #quad4 ul a { 
		text-decoration: none;
		text-transform: uppercase;
		line-height: 21px;
		height: 21px;
		color: #99cc33;
		display: block;
		margin: 2px 0;
		padding: 0 0 0 20px;
		}
    #quad4 ul a:hover { color: #552382;}
	#quad4 ul a.o { background:url(../imgs/downarrow.gif) 6px 8px no-repeat;}
	#quad4 ul a.o:hover { color: #99cc33; cursor: default;}		

		#quad4 ul li ul { margin: 0 0 30px 0;}
        #quad4 ul li ul a, #quad4 ul.products a { 
			text-transform: capitalize;
			color: #666666;
			padding: 0 0 0 21px;
			}
		#quad4 ul li ul a:hover, #quad4 ul.products a:hover { 
			background-color: #e0e0e0;
			color: #333333;
			}
		#quad4 ul li ul a.o, 
		#quad4 ul li ul a.o:hover, 
		#quad4 ul.products a.o, 
		#quad4 ul.products a.o:hover {	
			background-color: #eeeeee;
			background-image: none;
			color:#552382;
			}

/* EMAIL */
body#email {background: url(../imgs/greystrip.gif) top left repeat-y #f5f5f5;}
#email #quadcontainer { height: 500px; background:none;	}
#email #quad3 { width: 480px;}

#contact-wrapper {  
width:400px; 
padding:20px 0 0 30px;
}  
#contact-wrapper div {  
clear:both;  
margin:1em 0;  
} 
#contact-wrapper h1 { 
	margin-bottom: 20px;
	}
#contact-wrapper label {  
display:block;  
float:none;  
text-indent: 2px;
}
form#contactform input {  
border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;  
border-style:solid;  
border-width:1px;  
padding:2px;  
color:#333;
font-size: 14px;
}
form#contactform textarea {  
font-family: "Trebuchet MS", Arial, sans-serif;  
padding:4px 2px 2px 2px;
border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;  
border-style:solid;  
border-width:1px;  
font-size: 14px;
} 
form#contactform input.contactbutton {
border-color:#E8E8E8 #B7B7B7 #B7B7B7 #E8E8E8;  
border-style:solid;  
border-width:1px;
background-color: #e9e9e9;
width: 120px;
}
#email .error { color: #FF3333;}
#email .success { color: #99CC00;}
form#contactform input.error { border-color:#FF3333; background-color: #FFFFCC; }

/* NEWS */
.news ul { 
	margin-left: 16px;
	line-height: 18px;
	}
.news ul li {
	list-style-type: none;
	list-style-image: url(../imgs/news.gif);
	margin-top: 20px;
	line-height: 18px;
	}
.news ul li span {
	font-weight: bold;
	color: #552382;
	display: block;
	}
.news ul li img {
	position: relative;
	top: 3px;
	}		

/* FOOTER */
#footer { 
	color: #999999;
	font-size: 11px;
	padding: 4px 0;
	}
#footer a { color: #999999; text-decoration: none;}
#footer a:hover { text-decoration: underline; }
#footer .right { text-align: right;}