@import url(forms.css);
@import url(home.css);
@import url(navigation.css);
@import url(sidebar.css);
@import url(footer.css);
@import url(tables.css);


body {
	background: #3e3e3e;
	color: #444;
	font-family: "Lucida Grande", Arial, Verdana, Sans-Serif;
	margin: 0;
	padding: 0;
}

small {
	font-size: 0.9em;
}

blockquote {
	color: #444;
	font-style: normal;
	margin: 1.5em;
}

a {
	color: #13708F;
	text-decoration: none;
}

/* classes */


.box {
	background: transparent;
}

.hidden {
	display: none;
}

.note {
	background: #ffcc00;
}

.file-icon {
	float: left;
	width: 80px;
	background: url(images/pdf-trans.png) 2em 1em no-repeat;
	height: 100px;
	display: none;
}

.download-link {
	padding-bottom: 1.5em;
	font-weight: bold;
}

.caption {
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #678800;
	padding: 0;	
	margin-top: 1.5em;
}

/*
.dropshadow {
	padding: 0 6px 6px 0;
	background: url(images/shadow.png) no-repeat right bottom;
}
*/

.callout {
	padding: 1em;
	border: 1px solid #ccc;
	background: #ffffe5;
}

.shouting {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	color: #678800;

}

.shouting p {
	margin-top: 0;
	margin-bottom: 0;
}

/*
.louder {
	font-style: italic;
	clear: left;
	margin: 0 0 0 3.0em;
	padding: 0;
}
*/

.rsslink {
	padding: 2px 5px 2px 20px;
	background: url(images/rss.gif) no-repeat left center;
}

.rule-above {
	border-top: 2px solid #ccc;
	padding-top: 0.5em;
}

/* headings */

h1, h2, h3 {
	font-family: "sans serif";
	font-weight: normal;
}

h1 {
	font-size: 2.2em;
	color: #ffffff;
}

h2 {
	font-size: 1.9em;
	color: #000;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.0em;
	font-weight: bold;
	color: #444;
	line-height: 1.4em;
}


/* structural */

#top, #middle, #bottom, #featured, #logos {
	width: 100%;
}

#top {
	background: #000 url(images/bg-top.jpg) top left repeat-x;
	height: 130px;
	color: #ccc;
}

#middle {
	background: #fff url(images/bg-middle.png) bottom left repeat-x;
	position: relative;
}

#middle-overlay {
	background: transparent url(images/bg-middle-overlay.png) top left repeat-x;
	position: relative;
}

#middle-container {
	padding: 2.0em 0;
	font-size: 1.1em;
}

.partners #middle, .selfservice #middle {
	min-height: 650px;
}

#main .box {
	padding: 0 2.0em 0 0;
}

#bottom {
	background: url(images/bg-bottom.jpg) top left repeat-x;
}

#bottom-container {
	background: transparent;
}

/* logo */

#logo {
	margin-top: 20px;
}


/* the following two styles fix IE search form display problems */

#top-container {
	position: relative;
}

#search {
	float: right;
	text-align: right;
	right: 0px; 
	/*top: 50px; */
	width: 300px;
	height: 30px;
}

/* images */

/*
#logo img a {
	border: none;
}
*/

#main .wp-caption p.wp-caption-text {
	font-weight: bold;
	font-style: italic;
	padding: 1.5em 0;
}

#main img {
	margin-top: 1.0em;
	padding: 15px;
	border: 1px solid #ccc;
	background: #fff;
}

#main .customer-content img {
	margin: 1.0em 0 0.5em 1.0em;
	padding: 0;
	border: none;
	background: transparent;
}

.imgfloat {
	float: left;
	margin: 0 2.0em 1.0em 0;
	padding: 0;
}

.imgfloatright {
	float: right;
	margin: 0 0 1.0em 2.0em;
	padding: 0;
}

#main .imgfloat img {
	margin: 0;
	padding: 0.5em;
}

/* customers page */

.customers-col {
	float: left;
	width: 420px;
	margin-right: 35px;
}

.customers-col li {
	list-style: none;
}

.customer-post h2 {
	display: none;
}

.customer-post + .customer-post {
	padding-top: 1.0em;
}

.attribution {
	text-align: right;
	font-style: italic;
	margin-right: 2.0em;	
}

.testimonial {
	background: url(images/open-quote.gif) top left no-repeat;
	text-indent: 27px;
	margin: 0.5em 1.0em;
	line-height: 1.7em;
	/*font-size: 1.1em;*/
	font-weight: bold;
	padding-bottom: 0.5em;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 1.2em;
}

.lastword {
	background: url(images/close-quote.gif) top right no-repeat;
	padding-right: 27px;
}

#main .customer-content .wp-caption-text {
	display: none;
}

/*
.customer-post ul.customer-case{
	border: 1px solid #ccc; 
	margin: 0.5em 1em 1em; 
	padding: 1em; 
	background: #DFF7FF none repeat scroll 0% 0%; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside; 
	font-family: Georgia,Times,serif; 
	font-weight: normal; 
	font-size: 1.2em;
}
*/


/* tables */

tbody tr, tbody td {
	vertical-align: top;
}




/* company page */

.company #sidebar ul {
	margin-left: 25px;
}


/* in the news page */

.inthenews dd {
	margin-left: 0;
	margin-top: 0.5em;
}

/* language switcher */

#switcher p {
	display: inline;
	margin-right: 1.0em;
}

#switcher {
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	display: none;
}

/* lists */

#main ul {
	padding-left: 1.0em;
	}

#main ul ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1.0em;
	text-indent: -1.0em;
}

#main ul ul li:before {
	content: "\2014 \0020";
}

#main ul.pdf-list {
	padding-left: 0;
}

#sidebar .newslist {
	padding-left: 1.5em;
}

#sidebar .newslist li {
	padding-bottom: 0.5em;
}

body.customers ul.pdf-list li, body.resources ul.pdf-list li {
	padding-bottom: 1.0em;
}

dl.inthenews dd {
	margin: 0.2em 0 .7em 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.5em;
}

body.best-practices-to-assure-high-performance span.download-desc, #sidebar span.download-desc, body.customers span.download-desc {
	display: none;
}

/* video library list */

ul.videolibrary {
	font-size: 0.9em;
	width: 950px;
	margin: 0.5em 0 1.5em 0;
	list-style-type: none;
}

ul.videolibrary li {
	margin-right: 30px;
	width: 200px;
	display: inline;
	float: left;
	font-weight: normal;
	list-style-type: none;
}

ul.videolibrary span {
	color: #13708F;
	font-weight: bold;
}

#main ul.videolibrary li a img {
	padding: 0;
	margin-bottom: 0.7em; 
	border: 1px solid #666;
	float: left;
}

.flashmovie {
 	background: #fff;
}

object {
 	background: #fff;
}


/* cross browser test */

#cbt-results {
	margin-bottom: 2.0em;
}

#cbt-results ul {
	width: 600px;
	list-style-type: none;
}

#cbt-results li {
	width: 230px;
	margin-right: 50px;
	display: inline;
	float: left;
	list-style-type: none;
}
