@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	/*min-width: 800px; /* 2x (LC fullwidth + CC padding)*/
	
/*	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: normal;
*/
}

body {
	min-width: 960px;
	background-color: #f3dada;
}

#clear {
	clear: both;
}
		
#bumper{
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}


/** HEADER **/
#outercontainer{
width: 100%;
height: 120px;
overflow: hidden;
min-width: 960px;
background-image: url(Images/headergradiant2.jpg);
background-repeat: repeat-x;
}

#centercolumn{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size: 25px;
	font-weight: bold;
	overflow: hidden;
	color: #CF3;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#leftcolumn{
float: left;
width: 270px; /*Width of left column*/
height: 120px;
background-image: url(images/headerleft6.jpg);
background-repeat: no-repeat;
}

#rightcolumn{
float: right;
width: 600px; /*Width of right column*/
height: 120px;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/** END OF HEADER **/

#mainbodycontainer {
	width:100%; 
	background-color: #CF6654;
	/*float:left;*/ 
	/*color:#CCCCCC;*/
}

#contentwrapper {
	background-color: #f3dada;
	/*padding: 5px;*/
	margin-left: 250px; 
	min-height: 400px;
}

#sidebar {
	width:240px; 
	float:left; 
	padding: 5px;
}

/**	NAV MENU **/
#navmenu {
	width: 240px;
	/*padding-left: 5px;*/
	/*background-color: #eecbcc;*/
	position: middle;
	margin: auto;
/*	font: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
*/
	font-family: Arial, Helvetica, sans-serif;
}

dl.accordion {
	width: 240px;
/*	border-left: 1px solid #e6e2af;
	border-right: 1px solid #e6e2af;
	border-bottom: 1px solid #e6e2af;
*/}

/* @group 1 */

dl.accordion dt {
	position: relative;
	height: 20px;
	padding: 5px 0 2px 25px;
	
	font-weight: bold;
	
	color: white;		/* text color */
	background: #00506c url(images/icon_accordion_closed.png) no-repeat; /* background color when closed (darkest blue)*/
	
	cursor: pointer;
	border-top: 1px solid #e6e2af; /* cream color */
}

* html dl.accordion dt {
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icon_accordion_closed.png', sizingMethod='crop');
	background-image: none;
}

dl.accordion dt.open {
	background-image: url(images/icon_accordion_open.png);
}

* html dl.accordion dt.open {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icon_accordion_open.png', sizingMethod='crop');
	background-image: none;
}

dl.accordion dd {
	position: relative;
	overflow: hidden;
	background: #e3abac  /* bottom of nested list (final links) */
}

/* @group content */

dl.accordion dd.sub_accordion {

}

dl.accordion dd.accordion_content {
	padding: 0 10px 0 25px;
}

dl.accordion dd.accordion_content p {
	padding: 5px 0 7px 0;
}

/* @end */

/* @group 2 */

dl.accordion dd dl dt {
	padding-left: 45px;
	background-color: #217492;	
	background-position: 20px 0;
}

dl.accordion dd dl dd.accordion_content {
	padding-left: 45px;
}

/* @end */

/* @group 3 */

dl.accordion dd dl dd dl dt {
	padding-left: 65px;
	background-color: #509bba;
	background-position: 40px 0;
}

dl.accordion dd dl dd dl dd.accordion_content {
	padding-left: 65px;
}

/* @end */

/* @group 4 */

dl.accordion dd dl dd dl dd dl dt {
	padding-left: 85px;
	background-color: #7bc3e4;
	background-position: 60px 0;
}

dl.accordion dd dl dd dl dd dl dd.accordion_content {
	padding-left: 85px;
}

/** END OF NAV MENU **/



#flashcarousel {
	margin-left: 15px;
	text-align: center;
	background-image: url(Images/flash-background-center.jpg);
	background-repeat: repeat-x;
	margin-right: 15px;
	/*float: left;*/

}

#standardcontent {
	margin-left: 15px;
	margin-right: 15px;
	/*float: left;*/
	font-family: Arial, Helvetica, sans-serif;
}

#contentbody {
	/*width: 100%;*/
	height: 100%;
}

#footer {
	clear: both;
	/*position: bottom;*/
	height: 40px;
	background-image: url(Images/footer2.jpg);
	background-repeat: repeat-x;
	margin-top: 5px;
	padding-top: 10px;
	padding-left: 5px;
}

#navcontainer {
	width: 225px;
	background-color: #eecbcc;
	height: 100%;
	float: left;
}

#controller {
	width: 305px;
	height: 400px;
	float: left;
	cursor: pointer;
}

#controllerdesc {
	min-height: 400px;
	margin-left: 305px;
}

#mainframes {
	/*width: 375px;*/
	/*min-height: 400px;*/
	float: left;
	cursor: pointer;
}

#mainframedesc {
	min-height: 400px;
	overflow: hidden;
	min-width: 350px;
	
}

#smallframedesc{
	min-height: 525px;
	overflow: hidden;
	min-width: 350px;
}

#stackedframes{
	width: 200px;
	height: 213px;
	float: left;
	text-align: center;
	margin-bottom: 25px;
}

#smallframes{
	width:250px;
	/*height: 200px;*/
	float: left;
	text-align: center;
}

#mcsfact{
	height: 300px;
	text-align: center;
	margin-bottom: 25px;
}

#aboutdesc{
	overflow: hidden;
}

#cables{
	float: left;
	width: 300;
}

#dl{
	width: 250;
	background-color: #ccc
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #6d1010;
	padding: 8px;
	text-align: center;
	float: left;
	margin: 5px;
}

#connectors{
	float: left;
	width: 350px;
	text-align: center;
}

#connectorsdesc{
	overflow: hidden;
	min-height: 650px;
}
