* { font-size: 100%; }

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	background: black;
	color: white;
}

body#fixed {
	background: #131313;
}

a, a:link, a:visited, a:active { 
	color: white;
	text-decoration: none;
}
a:hover { 
	color: white;
}

a { outline: 0; }

object { outline: none; }

h1 {
	margin: 0 0 7px 0;
	padding: 0;
	height: 18px;
	font-size: 1.15em;
	font-weight: normal;
	color: white;
	border-bottom: 1px solid white;
	text-transform: uppercase;
}

h2 {
	margin: 0; padding 0;
	font-size: 1.05em;
}

body#fixed h1 {
	width: 696px;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.4em;
}

em {
	font-style: normal;
	font-weight: bold;
}

h1 em, #nav em {
	padding-left: 1px;
	font-weight: normal;
}

img, form, fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

.clear {
	clear: both;
	font-size: 1px;
	margin: 0;
}

.strong {
	font-weight: bold;
}
.hidden {
	display: none;
}
.pointer {
	cursor: pointer;
}
.left {
	float: left;
}
.right {
	float: right;
}

/**
 * Template Styles
 */
.bg {
	position: fixed;
	bottom:0; left:0;
	width: 100%;
	z-index: 1;
}

#container {
	width: 100%;
	position: absolute;
	top: 25px; left: 0;
	z-index: 3;
}
li.blog {
	padding-top: 1px !important;
	border-bottom: 1px solid white;
	margin-bottom: 7px !important	;
}

#nav {
	width: 195px;
	background: url('../images/template/brandingLogo.png') no-repeat;
	position: absolute;
	top: 0; left: 25px;
	padding-top: 76px;
}
* html #nav {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/files/images/template/brandingLogo.png", sizingMethod="crop");
}

a#logoLink {
	display: block;
	width: 100px; 
	height: 67px;
	position: absolute;
	bottom: 246px;
}

#fixed a#logoLink {
	bottom: 181px;
}

#content {
	margin: 58px 20px 0 263px;
}

#customScroll {
	height: 449px;
	overflow: auto;
	position: relative;
}

#contentMain {
	height: 424px;
	background: white;
	padding: 5px 0 5px 5px;
}

body#fixed #contentMain {
	width: 696px; height: 470px;
	background: transparent;
	padding: 5px 0 0 0;
}

/**
 * Menu Styles
 */
#navMain {
	list-style-type: none;
	margin: 0; padding: 0;
	border-top: 1px solid white;
	color: white;
	text-transform: uppercase;
}

#navMain li {
	margin: 0;
	padding: 6px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
}

#navMain li.navDrop {
	border-top: 1px solid white;
	cursor: pointer;
}

#navMain li.navContact {
	font-size: 12px !important;
	padding-top: 0 !important;
	font-weight: normal;
}

#navMain a, #navMain a:link, #navMain a:active, #navMain a:visited {
	color: white;
	display: block;
}

#navMain a:hover {
	color: #22bcb9;
}

#navMain ul {
	margin: 1px 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	border-bottom: 1px solid white;
}

#navMain ul li {
	border: none !important;
	padding: 1px 0 !important;
	font-size: 12px;
	font-weight: normal;
}

/**
 * Page Styles
 */
.contentFashion {
	width: 3013px;
}
.contentKiosk78 {
	width: 2314px;
}

.contentFashion2 {
	width: 3774px;
}
.contentMexicolas {
	width: 3076px;
}
.contentMiscfashion {
	width: 2434px;
}
.contentJtf {
	width: 2292px;
}
.contentFeral {
	width: 2433px;
}

.contentAndalucia {
	width: 2957px;
}

.contentArtois {
	width: 3942px;
}

.contentTurkey {
	width: 2905px;
}

.contentMalaga {
	width: 3884px;
}
.contentGeisha {
	width: 5280px;
}

ul.showcase {
	margin: 0; padding: 0;
	list-style-type: none;
}

ul.showcase li {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}

.columnLeft {
	width: 324px;
	float: left;
}

.columnRight {
	width: 324px;
	margin-left: 35px;
	float: left;
}

.columnBorder {
	border-top: 1px solid white;
	padding-top: 15px;
	margin-top: 10px;
}

#contentMain a:hover {
	color: #22bcb9;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 10px;
	background-color: white;
}
.vscrollerbar {
	width: 10px;
	background-color: black;
}

.hscrollerbase {
	height: 12px;
	background: url('../images/template/customScrollBg.gif') center repeat-x;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	cursor: pointer;
	padding-right: 5px;
}
.hscrollerbar {
	width: 41px !important;
	height: 8px;
	background: black;
	margin: 2px 0 0 5px;
	cursor: pointer;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}

.columnRight span {
	text-decoration: underline;
}

