@import "slimbox.css";


/* Xeinium */



body {
	margin:10px 20px 10px 20px;

	font-family: Helvetica;
	font-size: 13pt;
	}

.rightcontent {
	float:right;
	margin-right:15px;
	padding-bottom:20px;
	vertical-align: top;
	margin-top: 0px;
	padding-top: 0px;
	}

.farrightcontent {
	float:right;
	max-width: 300px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	height: auto;
	color: #666666;
	top: 10px;
}

.leftcontent {
	vertical-align: top;
	}

h1 {
	font-family: Helvetica;
	font-size: 16pt;
	font-weight: normal;
	padding: 0px 0px 30px 0px;
	color: #666666;
	}
	
h3
{
    font-family: Helvetica;
	font-size: 8pt;
	font-weight: lighter;
	font-style: italic;
	padding: 0px 0px 0px 0px;
	color: #666666;
}

.maincontent
{
	background-image: url(../Images/banner01.png);
	background-position: 0px -47px;
	background-repeat: no-repeat;
	
}


a {
	color: #666666;
	text-decoration: none;
	cursor: pointer;
}

a:visited {
    color: #666666;
}

div.menu a:hover {
    background: #ffcc00
}

a:active {
    color: #666666;
}

.text {
	font-family: Helvetica;
	font-size: 13pt;
	color: #666666;
	/*background-color: #666666;*/
	text-align: left;
	line-height: 25px;	
	
}

.menu {
	margin:10px 0px 0px 0px;
}

.highlight {
	background: #ffcc00;
}

img
{
    border: 0px;
    padding: 0px;

}

.email
{
	background-image: url(file:///Macintosh%20HD/Users/Seinium/Desktop/DESKTOP/PROJECTS_ART/XeiniumSITE/Images/Icons/emailGRAY.png);
	background-repeat: no-repeat;
	background-position: 0 4;
	vertical-align: text-bottom;
}

.email:hover
{
	background-image: url(file:///Macintosh%20HD/Users/Seinium/Desktop/DESKTOP/PROJECTS_ART/XeiniumSITE/Images/Icons/emailORANGE.png);
	background-repeat: no-repeat;
	background-position: 0 4;
	vertical-align: text-bottom;
}

.footer
{
    font-family: Helvetica;
	font-size: 10pt;
	color: #666666;
	text-align: right;
	vertical-align: baseline;
	padding: 30px 30px 0px 0px;
	
}


/*Slide Style*/

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */

	font-family: Helvetica;
	font-size: 13pt;
	color: #666666;
	text-align: left;
	line-height: 25px;
	height: 350px;
	width:280px;
	overflow:hidden;

}

.dhtmlgoodies_question_content{	/* Content that is slided down */


	position:relative;
	height: 350px;
	width:280px;
	font-family: Helvetica;
	font-size: 13pt;
	color: #666666;
	text-align: left;
	line-height: 25px;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */

	background-color:white;
	height: 350px;
	width:280px;

	/* End layout CSS */

	visibility:hidden;

	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */


	position:relative;
	height: 350px;
	width:280px;
	font-family: Helvetica;
	font-size: 13pt;
	color: #666666;
	text-align: left;
	line-height: 25px;
}
