html
{	
	padding:0px;
	margin: 0px 10px 0px 10px;
	text-align:center;
	background: #fff;
	height: 100%;
}
body
{
	font-family: verdana,serif;
	text-align:center;
	margin:0px;
	padding:0px;
	text-align:center;
	height: 100%;
}

a{color:#000;text-decoration:none;}

p, .section ul
{
	line-height:1.5em;
	margin: 8px;
}

.section li a,
.section p a
{
	border-bottom: 1px dashed gray;
}

#homeBox
{
	width: 693px;
	height: 257px;
	background-image: url('newimages_light/home_box_bg.png');
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align:center;
	margin-bottom:30px;
}
#homeBox h2
{
	margin-left:20px;
	margin-right:25px;
	margin-top:30px;
	text-align: center;
	font-family: georgia,serif;
	font-size: 2.5em;
	font-weight: 100;
}

.bigLink
{
	display:block;
	font-size:1.6em;
	margin: 1em;
	border-bottom: 1px solid gray;
}

img
{
	padding:12px;
	background-color:#FFF;
}

#container
{
	margin-left:auto;
	margin-right:auto;
	min-width: 800px;
	max-width: 1400px;
	padding: 0 20px 0 20px;
	background: #f0f0f0;
	border-left: 1px solid #d1d1c8;
	border-right: 1px solid #d1d1c8;
	min-height: 100%;
}

#container2
{
	overflow: hidden;
	width: 100%;
	padding: 0px;
	margin: 0 auto 0 auto;
	background: #f0f0f0;
	border-left: 1px solid #d1d1c8;
	border-right: 1px solid #d1d1c8;
}

#userBar
{
	padding: 10px;
	float:right;
	font-size:11px;
	color: #575757;
	margin-right: 4px;
}
#userBar input
{
	color: #575757;
	font-size:11px;
	border: 1px solid #e5e5e5;
	background-color: #FFF;
}
#userBar a
{
	color: #575757;
	border-bottom: 1px solid #ec3e3e;
}

#bannerContainer
{
    padding-top:10px;
}

#banner
{
	background-image: url('newimages_light/banner3.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #000;
	width: 100%;
	height: 192px;
	position:relative;
	padding: 0px;
	border: 1px solid #000;
	overflow: hidden;
}

#logo
{
	background-image: url('newimages_light/xelogo.png');
	background-repeat: no-repeat;
	width: 209px;
	height: 73px;
	display: block;
	position:absolute;
	top: 44px;
	left: 30px;
}

#tl
{
	font-size: .8em;
	color: #000;
	position:absolute;
	width: 14em;
	left: 250px;
	top: 78px;
}

#mainNavContainer
{
	
	width: 100%;
	overflow: hidden;
	position:absolute;
	bottom: 0px;
}

#mainnav
{
	width:100%;
	height:36px;
	overflow:hidden;
}

/* Left chunk of main nav top */
#mainNavTop
{
	background-image:url('newimages_light/mainNavLeft.png');
	background-repeat:no-repeat;
	height: 36px;
	padding-left: 17px;
	overflow:hidden;
}

/* Right chunk of main nav top */
#mainNavTop div
{
	background-image:url('newimages_light/mainNavRight.png');
	background-repeat:no-repeat;
	padding-right: 17px;
	height: 36px;
}

/* Actual central content area of main nav top */
#mainNavTop div div
{
	background-image:url('newimages_light/mainnav_1_bg.png');
	background-repeat:repeat-x;
	padding: 0;
	height: 36px;
	overflow: hidden;
}

#mainNavTop div div div
{
	padding: 10px;
	float:left;
}

/*Styles for main nav top links and such */
#mainNavTop div div div a
{
	font-family: georgia,serif;
	text-decoration:none;
	color:#ffffff;
	font-size:16px;
	display:block;
	height:36px;
}

#mainNavTop div div div.active
{
	background-image:url('newimages_light/mainnav_1_active_bg.png');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e4e4e4;	
}

#mainnav_2
{
	background-color:#e4e4e4;
	height:35px;
}
#mainnav_2 div
{
	display:block;
	float:left;
	margin-top:10px;
	padding-left:6px;
	padding-right:6px;
	border-right: 1px solid #000;
}
#mainnav_2 a
{
	margin-right:2px;
	margin-left:2px;
	color:#000;
	text-decoration:none;
	font-size:12px;
	padding:3px 6px;
}

#path
{
	font-size: 11px;
	text-align:left;
	display:block;
	margin: 4px 20px;
}
/*
#path a
{
	font-size: 11px;
	text-decoration:none;
	color:#000;
	display:inline-block;
	padding:3px;
	margin:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	background-color: #e4e4e4;
	border: gray solid 1px;
}
#path a:hover
{
	background-color: #f6f6f6;
}
*/

#path a
{
	font-size: 11px;
	text-decoration:none;
	background-color:#FFF;
	color: #000;
	display:inline-block;
	padding:3px;
	margin: 0px 5px;
	border-radius:4px;
	-moz-border-radius:4px;
	border: gray solid 1px;
}
#path a:hover
{
	background-color:#505050;
	color:#FFF;
	border: black solid 1px;
}



#bottomnav
{
	margin: 1em 1em 0em 1em;
	display:inline-block;
	border: #000 solid 1px;
	background-color: #2c2c2c;
	border-radius:5px;
	-moz-border-radius:5px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
}
#bottomnav a
{
	font-size: 12px;
	text-decoration:none;
	color:#e5e5e5;
	display:inline-block;
	padding:3px;
	margin:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	background-color: #0d0d0d;
	border: #000 solid 1px;

}

.miscLink
{
	border-radius:5px;
	-moz-border-radius:5px;
	background-color: #e4e4e4;
	border: gray solid 1px;
	padding: 3px;
}
.miscLink:hover
{
	background-color: #f6f6f6;
}

.full_width
{
	width: 100%;
	height: 100%;
	background: #FFF;
	overflow:hidden;
    outline: none;
    
}

.full_width .section
{
    outline: none;
}

.left_col
{
	float:right;
	width: 69%;
	overflow: hidden;
}

.right_col
{
	background: #FFF;
	width: 30%;
	overflow:hidden;
	text-align:left;
	float:left;
	outline: 1px solid #d1d1c8;
}

.right_col a
{
	display:block;
	text-decoration:none;
	color:#f2f1f1;
}
.right_col a:hover
{
	color: #982020;
}


table {
	font-size: 1em;
}

.section, .firstSection
{
	background-color: #FFF;
	outline: 1px solid #cfcfc6;
	/*
	border-left: 1px solid #cfcfc6;
	border-top: 1px solid #cfcfc6;
	border-bottom: 1px solid #cfcfc6;
	*/
	margin-right: -1px;
	margin-bottom: 16px;
	padding-top: 0px;
	float:right;
	width: 100%;
}

.firstSection
{
	border-top: none;
}

h3
{
	font-weight:100;
	padding:0px;
	margin:2% 3%;
	font-size: 1.8em;
	text-align:left;
	border-bottom: solid 1px #ff0000;
	color: #000;
}

h4
{
	padding-left: 20px;
}

/*
#title{
	padding:20px;
	color:#f2f1f1;
	background-color:#000;
	background-image:url('newimages_light/title_bg.png');
	background-repeat:repeat-x;
	background-position:bottom;
}
*/
#home
{
	text-align: center;
}

#home img{
	border: 2px solid #000;
	padding: 0;
	margin: 14px;
}	
#homecontainer
{
	width:96%;
	margin: 0 auto 0 auto;
}
#homeleft{float:left;}
#homeright{float:right;}
#homecenter{margin:0 auto;}
.homesection
{
	padding: 1%;
	background-color: #FFF;
	border: 1px solid #cfcfc6;
	width: 30%;
	margin-bottom: 2%;
}

.homesection h3
{
	text-align: center;
	font-size: 1.5em;
}

.homesection div
{
	
}

.homesection div ul
{
	list-style-type: none;
	text-align: left;
	margin: 5%;
	padding: 0;
}

.homesection div ul li
{
	margin: 0;
	padding: 0;
	font-size:.75em;
}

.homesection li.bold
{
	font-size: .95em;
	margin-top: 10px;
}

.homebutton
{
	margin: 20px;
}
.homebutton a
{
	border: solid 1px #000;
	background: #121212;
	display: inline-block;
	color: #e2e2e2;
	padding: .5em 1em;
}
.homebutton a:hover
{
	background: #e2e2e2;
	color: #121212;
}

#title{
	padding:10px;
	color:#000;
}
h1
{
	font-weight:100;
	padding:0px;
	margin:0px;
	font-size: 2.75em;
	text-align:left;
	border-bottom: solid 1px #ff0000;

}
#home h1
{
	font-size: 1.75em;
	margin: 0px auto 0px auto;
	text-align: center;
}
#home h2
{
	font-size: 1.25em;
	text-align: center;
	margin: 0px 200px 40px 200px;
	border-bottom: 1px solid red;
}
h2{
	font-size: 1.7em;
	font-weight:100;
	margin:8px 0px 0px 4px;
	padding:0px;
	text-align:left;
}

.archiveitem
{
	margin:5px 5px;
	padding:7px;
	border-bottom: 1px solid gray;
	cursor: default;
}
.archiveitem a
{
	display:block;
}
.archiveitem h3
{
	font-size:1.4em;
	border-bottom: solid 1px #FF0000;
}
.archiveitem .content
{
	margin: 3px;
}

#downloads, .nodata{
	width: 90%;
	
	background-color: #f0f0f0;

	border: 1px solid #cfcfc6;

	
	
	float:left;
	
	clear:both;
		
	//position:relative;
	
	text-align:left;
	
	margin:3%;
	margin-top:1%;
	
	padding:2%;
}
.dl {
	
	float:left;
	
	font-size: 16px;
	text-align:center;
	margin: 3px;
	
	position:relative;
}
/*
#downloads a:hover
{
	background-image: none;
	background-color: #FFF;
}

#downloads a{
	display:block;
	border-radius:5px;
	-moz-border-radius:5px;
	border: 1px solid gray;
	background-image: url(newimages_light/dl_bg.png);
	background-repeat: repeat-x;
	background-position:top;
	background-color:#999999;
	color: #000;
	text-decoration:none;
	padding: 8px 12px;
}
*/
#downloads a{
	display:block;
	//border-radius:2px;
	//-moz-border-radius:2px;
	border: 1px solid gray;
	//background-image: url(newimages_light/dl_bg.png);
	//background-repeat: repeat-x;
	//background-position:top;
	background-color:#FFF;
	color: #000;
	text-decoration:none;
	padding: 8px 12px;
}
#downloads a:hover{
	color: #FFF;
	background-color:#505050;
	border: 1px solid #000;
}
.dl_size{
	font-size: 13px;
	display:block;
}
.dl_img{
	display:block;
	background-image: url(newimages_light/dl.png);
	background-repeat: no-repeat;
	background-position:left top;
	width:16px;
	height:16px;
	position:absolute;
	left: 50%;
}

td
{
	vertical-align:top;
}

#content
{
	float:left;
	width: 100%;
	overflow: hidden;
	text-align:left;
	margin:0 0 50px 0px;
	font-size:.75em;
}
p
{
	text-indent: 1em;
}
li
{
	margin-top:10px;
}
.features li, #applications li
{
	margin:0px;
	padding:4px;
}

.productlist
{
	width:96%;
}

.productlist td
{
	padding-left:6px;
	padding-right:6px;
	padding-top:1px;
	padding-bottom:1px;
}

.productlist tr:hover
{
	background-color:#2c2c2c;
	color:#FFF;
}
.productlist tr:hover a
{
	color:#FFF;
}

.altbg
{
	background-color: #eeeeee;
}

.productListContainer
{
	border-bottom: 1px solid #ddd;
	margin-left:10px;
	margin-right:20px;
	margin-bottom: 20px;
}

.productlist
{
	margin-left:15px;
		

}
.productlist td
{
	padding-left:3px;
	padding-right:8px;
}
.productlist a
{
	color: #35335d;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding-top:3px;
	padding-bottom:3px;
}
table
{
	margin-top:5px;
	margin-bottom:5px;
}
.productdesc a
{
	color: #000;
	font-weight: normal;
}


#footer
{
	color: #e5e5e5;
	background-image: url('newimages_light/footer_bg.png');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0e0e0e;
	float:left;
	border: 1px solid #000;
	width: 100%;
	text-align:center;

}

#searchbox
{
	cursor: default;
	height:90%;
	background-color: gray;
	border: 1px solid #000;
}

#search_r ul
{
	position:absolute;
	right: -15px;
	border: 1px solid #000;
	font-family: verdana,serif;
	background-color: #FFF;
	width:300px;
	overflow:hidden;
	list-style-type: none;
	margin:0px;
	padding:0px;
	text-align: left;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
}
#search_r li
{
	padding:0px;
	margin:0px;
	width:100%;
}
#search_r li a
{
	font-family: verdana,serif;
	font-size: 14px;
	color: #000;
	display:block;
	margin:1px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:8px;
	padding-right:8px;
	height:auto;
	width:284px;
	float:left;
}
#search_r li a:hover
{
	background-color: #eeeeee;
}
.search_title
{
	display:block;
	margin:0px;
	padding:0px;
	height:auto;
	font-size: 14px;
	color:#000;
}
.search_misc
{
	display:block;
	margin:0px;
	padding:0px;
	font-size: 11px;
	color: gray;
}
#indicator
{
	color:#FFF;
	display:inline;
}

#sideNavNew
{
	list-style-type: none;
	background-color: #000;
	margin: 16px 5px 16px 5px;
	padding:0;
}
#sideNavNew li
{
	padding:0px;
	margin: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
}
#sideNavNew li a
{
	font-size: .9em;
	display:block;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#sideNavNew li a:hover
{
	background-color: #505050;
	color: #FFF;
}
#sideNavNew li a.active
{
	background-color: #505050;
}
#sideNavNew li a.firstActive
{
	color:#982020;
}
#sideNavNew li a.firstActive:hover
{
	background-color:#c1c1c1;
	color: #000;
}
.sideNavFirst a
{
	color: #000;
	margin-bottom:6px;
	border-bottom: 1px solid #FF0000;
}

.copyright
{
	font-size: .7em;
	margin:1em 2em;
}


#homeLeft
{
	margin:3% 2% 0% 2%;
	float:left;
	width:62%;
}

#homeLeft h1
{
	margin-bottom:4%;
	font-size: 2.25em;
}
#homeLeft h2
{
	margin: 2% 0% 2% 2%;
}

#homeLeft ul
{
	margin-top: 3%;
}

#homeLeft ul li
{
	margin: .1em;
	padding: .1em;
	border-bottom: solid 1px #cfcfc6;
}

#homeRight
{
	background-color: #f0f0f0;
	border: 1px solid #cfcfc6;
	margin:3% 2% 2% 2%;
	float:right;
	width:28%;
}

.fadein { position:relative; height: 600px; width: 98%; float:left; }
.fadein img { position:absolute; left:0; top:0; }


.adminrow
{
	border: 1px solid #222;
}
.adminrow:hover
{
	background: #e7eef4;
	border: 1px solid #000;
	cursor: default;
}
.listTable td
{
	padding: 3px;
	border-right: solid 1px #ccc;
}

a.button
{
	display: inline-block;
	padding: 5px;
	margin: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #BDD9F2;
}
a.button:hover
{
	background: #87B1D6;
}

#xeliclogin2 div
{
    margin: .5em;
}
#xeliclogin2 div label
{
    width: 6em;
    float: left;
    padding: .25em;
}

#xelicaccount
{
    width: 700px;
    margin:10px 20px;
}

#xelicaccount fieldset
{
    border: 1px solid #000;
    padding: 1em;
    margin-bottom: 1em;
}

#xelicaccount legend
{
    border-bottom: 1px solid #FF0000;
    font-weight: bold;
}

#xelicaccount label
{
    width: 10em;
    float: left;
}
#xelicaccount input, #xelicaccount textarea
{
    padding: .5em;
    border: 1px solid #000;
    width: 20em;
}
