@charset "UTF-8";
/* CSS Document */
:link,:visited{text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6,pre,code{font-size:1em}ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0;padding:0;border:none}a img,:link img,:visited img{border:none}address{font-style:normal}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#333333;
}

#banner {
	border-bottom:1px solid #E6E6E6;
	background:#F2F2F2;
	font-size:0.8em;
	text-align:right;
}
#banner a {
	padding:.5em 15px;
	display:block;
}
.content {
	width:1002px;
	margin:0 auto;
	position:relative;
	z-index:100;
}
#right {
	width:802px;
	float:right;
}
#left {
	width:180px;
	float:left;
} 
.cache {
	display:none;
}
.clear {
	clear:both;
}

#video, #image {
	margin-top:20px;
	border:1px solid #E6E6E6;
}
#image {
	background:url(images/blobs-banner.gif);
	height:261px;
	padding:15px;
	position:relative;
}
#image h1 {
	position:absolute;
	bottom:0;
}
.dots {
	background:url(images/dots.gif) repeat-x bottom;
	height:200px;
	width:100%;
	position:fixed;
	bottom:0;
	z-index:0;
}


/* branding */

#xor {
	background:url(images/xor-logo-off.gif);
	width:82px;
	height:42px;
	display:block;
	margin-top:30px;
}
#xor:hover {
	background-image:url(images/xor-logo-on.gif);
}
#title {
	background:url(images/emulation-toolkit.gif);
	width:180px;
	height:30px;
	margin-top:10px;
}
	

/* layout boxes */
.box-wrapper {
	position:relative;
	border-top:1px solid #E6E6E6;
	min-height:150px;
	margin-top:20px;
	padding:15px;
}
.box-left-border, .box-right-border {
	position:absolute;
	top:0;
	width:1px;
	height:180px;
	background:url(images/box-border.gif);
}
.box-left-border {
	left:0;
}
.box-right-border {
	right:0px;
}
.box-wrapper.highlight {
	background:url(images/box-background.gif) top repeat-x;
}

/* columns */
.column {
	width:391px;
	float:left;
	margin-right:20px;
}
.last {
	margin-right:0px;
}

/* text */

a {
	color:#00ADEE;
}
#banner a, #nav a {
	color:#666666;
}
a:hover {
	color:#EB008B!important;
}

p, li {
	line-height:1.6em;
}
h2, h1 {
	font-size:1.2em;
	margin-bottom:1em;
}
h3 {
	margin-bottom:.6em;
	color:#EB008B;
}
h1 {
	font-size:1.4em;
}

small p {
	padding-top:10px;
}
p {
	margin-bottom:1em;
	max-width:450px;
}