/* Start of CMSMS style sheet 'base' */
/* Triored.cl Main Base Styles */

/**************************/
/* BODY	
/**************************/
body {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
	cursor: default;
}
#wrap {
	background-color: #FFFFFF;
	width: 850px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
/**************************/
/* CONTROLLERS
/**************************/
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.none {
	display: none;
}
.ayellow {
}
.agreen {
}
/**************************/
/* HEADER
/**************************/
#header {
	background-color: #262626;
	background-image: url(/contentroot/controlset/images/header-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 850px;
	position: relative;
	height: 90px;
	float: left;
}
#header .logo {
	background-image: url(/contentroot/controlset/logo/triored-top-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 53px;
	width: 193px;
	position: absolute;
	top: 17px;
	left: 25px;
}
/*Main-Nav (Menu)*/
#main-nav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 40px;
	top: 30px;
}
#main-nav ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#main-nav ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#main-nav ul li a {
	background-color: #666666;
	margin: 0px;
	padding: 5px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/contentroot/controlset/images/main-nav-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 12px;
	width: 90px;
                height: 15px;
	text-align: center;
                vertical-align: text top;
}
#main-nav ul li a:hover {
	background-color: #FA8122;
	margin: 0px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/contentroot/controlset/images/main-nav-bg-hover.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#main-nav ul li a.active {
	background-color: #FA8122;
	margin: 0px;
	padding: 5px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/contentroot/controlset/images/main-nav-bg-hover.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 90px;
                height: 15px;
	text-align: center;
                vertical-align: top;
}
/**************************/
/* MAIN IMAGE
/**************************/
/*Pre*/
#pre-main-image {
	position: relative;
	height: 284px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #717171;
}
#slider1 {
	position: relative;
	overflow: hidden;
	width: 850px;
	margin: 0px;
	padding: 0px;
	height: 284px;
}
#slider1 .imgindx {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	width: 850px;
	height: 284px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	margin: 0px;
}
/*Capsule*/
#slider1 .imgindx .capsule {
	position: absolute;
	top: 90px;
	width: 450px;
	left: 20px;
	margin: 0px;
	padding: 0px;
}
#slider1 .imgindx .capsule h2 {
	font-size: 28px;
	color: #FFFFFF;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#slider1 .imgindx .capsule p {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
/*Paging*/
#paginate-slider1 {
	width: 400px;
	text-align: right;
	margin: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 7px;
}
#paginate-slider1 a {
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	border: 1px solid #999999;
}
#paginate-slider1 a:hover, #paginate-slider1 a.selected{
	color: #FFFFFF;
	background-color: #F98020;
}
/**************************/
/* MAIN CATS
/**************************/
#main-cats {
	background-image: url(/contentroot/controlset/images/main-cats-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	float: left;
	width: 850px;
	background-color: #131313;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#main-cats .col {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 262px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #454545;
	height: 150px;
}
#main-cats .col-last {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#main-cats .col h2 {
	color: #D4D4D4;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
}
#main-cats .col p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #999999;
}
#main-cats .col a {
	color: #FF9900;
	text-decoration: underline;
	font-size: 12px;
}
#main-cats .col a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/**************************/
/* CUSTOM CATS
/**************************/
#custom-cats {
	background-color: #D9D9D9;
	padding: 10px;
	width: 830px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#custom-cats .custom-col {
	padding: 10px;
	float: left;
	width: 250px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 270px;
	background-color: #EEEEEE;
}
#custom-cats .custom-col-last {
	margin: 0px;
}
#custom-cats .custom-col h3 {
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 18px;
	font-weight: normal;
}
#custom-cats .custom-col p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #333333;
}
#custom-cats .custom-col p img {
	vertical-align: text-bottom;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#custom-cats .custom-col a {
	color: #0077BB;
	text-decoration: underline;
}
#custom-cats .custom-col a:hover {
	color: #333333;
	text-decoration: underline;
	background-color: #FFFFE3;
}
#custom-cats .custom-col ul {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
}
#custom-cats .custom-col ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#custom-cats .custom-col ul li p {
	margin: 0px;
	padding: 0px;
	color: #666666;
	text-decoration: none;
}
/*Shortcuts Link*/
#custom-cats .custom-col a.ashortcut {
	display: block;
	font-size: 12px;
	font-weight: bold;
	background-color: #F9FEFF;
	margin: 0px;
	padding: 7px;
	text-decoration: none;
	color: #666666;
}
#custom-cats .custom-col a.ashortcut:hover {
	display: block;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFF2;
	margin: 0px;
	padding: 7px;
	text-decoration: none;
	color: #666666;
}
/**************************/
/* FOOTER
/**************************/
#footer {
	background-color: #2E2E2E;
	margin: 0px;
	float: left;
	width: 830px;
	background-image: url(/contentroot/controlset/ic/cisco-cmb-select-partner.png);
	background-repeat: no-repeat;
	background-position: 780px 15px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#footer p {
	color: #999999;
	margin: 0px;
	padding: 0px;
}
#footer p a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer p a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

/* End of 'base' */

