/* TAGS */
body {
	margin: 0px auto;
	border: 0px;
    padding: 0px;
    width: 1009px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* font-family:Georgia, "Times New Roman", Times, serif; */
	font-size: 12px;
	background-color: lightgrey;
}
a {
	text-decoration: none;
	color: black;
}
img {
	border: none;
}
td {
	padding: 5px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	margin: 0px;
}

/* FRAME */
div.centerFrame {
    margin: 0px auto;
}
div.outerFrame {
    float: left;
	width: 999px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background: transparent url(/global/images/outerFrameBG.png) repeat-y scroll right center;
}
div.contentFrame {
	float: left;
	width: 984px;
	margin: 0px; margin-left: 5px;
	border: 0px;
	padding: 0px;
	background-color: #EEE;
}

/* COLUMN */
div.column {
	float: left;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
div.cQuarter {
	width: 246px;
}
div.cThird {
	width: 328px;
}
div.cHalf {
	width: 492px;
}
div.cTwoThird {
	width: 656px;
}
div.cThreeQuarter {
	width: 738px;
}
div.cFull {
	width: 984px;
}
div.fadedCFullBG {
	background: transparent url(/global/images/fadedColumnBG.png) repeat-y scroll right center;
}

/* BOX */
div.box {
	float: left;
	margin: 10px;
	border: 0px;
	text-align: left;
}
div.centerBox {
	float: left;
	margin: 10px;
	border: 0px;
	text-align: center;
}
div.bQuarter {
	width: 226px;
}
div.bQuarterBordered {
	width: 214px;
	border: 1px;
	border-style: dashed;
	height: 100%;
	padding: 5px;
}
div.bThird {
	width: 308px;
}
div.bHalf {
	width: 472px;
}
div.bTwoThird {
	width: 636px;
}
div.bThreeQuarter {
	width: 718px;
}
div.bThreeQuarterRightBorder {
	width: 707px;
	border-right: 1px dashed;
	padding-right: 10px;
}
div.bFull {
	width: 964px;
}

/* PARAGRAPH */
p {
	margin-top: 2px;
	margin-bottom: 5px;
	line-height: 15px;
	color: #000;
}
p.title {
	margin-bottom: 5px;
}
p.orangeTitle {
	margin-bottom: 10px;
}
p.looser {
	margin-bottom: 5px;
	line-height: 15px;
}
p.underLined {
    padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*border-bottom-color: #66F;*/
	border-bottom-color: #000;
	margin-bottom: 10px;
}
div.indent {
	margin-left: 20px;
}

/* MENU */
div.menuPoint {
	float: left;
	color: white;
	overflow: visible;
	font-size: 16px;
	font-weight: bolder;
  filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
	
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
	border: 0px;
}
div.menuPoint:hover {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 60px;
}

/* LABEL */
div.menuLabel {
	margin: 0px;
	border: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 15px;
	overflow: visible;
}
div.sectionLabel {
	margin: 0px;
	border: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: visible;
}
div.stickBottom {
	margin-top: 2px;
	padding-top: 5px; padding-bottom: 15px;
}
div.stickTop {
	margin-botom: 2px;
	padding-bottom: 5px; padding-top: 15px;
}
div.sectionLabelLinkContainer {
	margin: 0px; margin-botom: 2px;
	border: 0px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-top: 0px;
	overflow: visible;
}
div.sectionLabelLink {
	margin: 0px;
	border: 0px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-top: 15px;
	overflow: visible;
}
div.sectionLabelLink:hover {
	background-color: #FFFFFF;
}


/* COLORS */
.artoris {
	background-color: #F30;
}
.splitDeco {
	background-color: #93C;
}
.splitDecoLive {
	background-color: #06C;
}
.galeria {
	background-color: #E4C606;
}
.artorisBolt {
	background-color: #057551;
}
.artorisText {
	color: #F30;
}
.artorisTextOpacity70 {
	color: #F30;
    filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}
.artorisTextHover:hover {
	color: #F30;
}
.splitDecoText {
	color: #93C;
}
.splitDecoTextHover:hover {
	color: #93C;
}
.splitDecoLiveText {
	color: #06C;
}
.artorisTextHover:hover {
	color: #F30;
}
.splitDecoTextHover:hover {
	color: #93C;
}
.splitDecoLiveTextHover:hover {
	color: #06C;
}
.artorisBoltText {
	color: #057551;
}
.orangeText {
	color: #F60;
}
.content {
	background-color: #EEE;
}
.contentText {
	color: #FFF;
}
.whiteText {
	color: white;
}
.blackText {
	color: black;
}
.yellow {
	color: yellow;
}
.darkContent {
	background-color: #CCC;
}
.footer {
	background-color: #666;
}

/* IMAGE */
span.boxImage {
	padding: 5px;
}

/* GENERAL */
.noDecoration {
	text-decoration: none;
}
.important {
	font-weight: bolder;
}
.onePxHigh {
	height: 1px;
}
.twoPxHigh {
	height: 2px;
}
.twentyPxHigh {
	height: 20px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.rightAlign {
	text-align: right;
}
.centerAlign {
	text-align: center;
}
.bolder {
	font-weight: bolder;
}
.bigger {
	font-size: larger;
}
.smaller {
	font-size: smaller;
}
.height1020 {
	height: 1020px;
}
.quote {
	font-size: 14px;
  line-height: 20px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.breadcrumb {
	margin: 2px;
	border: 0px;
	padding: 0px;
	margin-top: 5px;
  margin-right:10px;
	font-size: larger;
}
span.bigNumber {
	float: left;
	font-size: 30px;
	margin: 4px;
}
span.bigTitle {
	float: left;
	font-size: 16px;
	margin: 4px;
}

/* UNUSED
div.footer {
	clear: both;
	width: 984px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	overflow: visible;
}
div.header {
	width: 984px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
*/

#slider {
    position: relative;
}

.scroll {
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
}

.hide {
    display: none;
}
.hidden {
	visibility: hidden;
}