@font-face {
	font-family: 'CicleFina';
	src: url('../fonts/Cicle_Fina.eot');
	src: local('Cicle Fina'), local('CicleFina'), url('../fonts/Cicle_Fina.ttf') format('truetype'), url('../fonts/Cicle_Fina.svg#CicleFina') format('svg');
}

@font-face {
	font-family: 'ArialBlackRegular';
	src: url('http://www.monrowattire.com/public/fonts/ariblk.eot');
	src: local('Arial Black Regular'), local('Arial-Black'), url('fonts/ariblk.ttf') format('truetype');
}


/* Reset
--------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td            { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body          { line-height: 1; }
ol, ul        { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus        { outline: 0; }
ins           { text-decoration: none; }
del           { text-decoration: line-through; }
table         { border-collapse: collapse; border-spacing: 0; }

/* Base
--------------------------------------------------------- */

* { margin: 0; padding: 0; }
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #222; 
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	width:100%;
	/* height:100%; */
		min-height:100%;
}

ul, ol, dl, p { margin-bottom: 1.5em; }

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal;}

h1 { font-size: 1.9em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.7em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.3em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1.2em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; line-height:1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a           { color: #009; text-decoration: none; }
  a:focus, 
  a:hover   { color: #000; }
blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul,ol       { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: none; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc 
-------------------------------------------------------------- */

.sml      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.lrg      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #444; }
.loud       { color: #fff; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.btm     { margin-bottom:0; padding-bottom:0; }

.fleft  { float:left; }
.fright { float:right; }
.inline { display:inline; }

/* Clears */

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	visibility:hidden;
	height:0;
}

.clearfix {
	display:inline-block;
}

span.required {
  color: #C62A00;
}

/* IE HACK */
* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

/* 
 * CUSTOM CSS
 *
-------------------------------------------------------------- */

/* Layout 2-Column, Header 960px wide
-------------------------------------------------------------- */

html,body {
	height:100%;
	min-height:100%;
  background: #000;
  font-family:Arial, Helvetica, sans-serif;

}

#wrapper {
  position:relative;
  width:100%;
	height:100%;
	min-height:100%;
  color:#eee;
  background:url(../images/body_bck.jpg) repeat-y;
}

  #doc {
    width:960px;
		height:100%;
		min-height:100%;
    margin:0 auto;
    position:relative;

  }

    #cnt {
      padding-top:50px;
      position:relative;
      width:960px;
      margin:0;

    }

      #menu {
        position:relative;
        margin:0;
        padding-top:150px;
        text-align:center;
      }

        #menu #logo {
          position:relative;
          width:1000px;
          height:180px;
          
          text-indent:-9999em;
        }

          #menu ul li {
            display:inline;
            width:100%;
            margin-left:20px;
          }

            #menu ul li a {
              color:#fff;
              font-weight:bold;
              font-size:200%;
              text-transform:uppercase;
            }

              #menu ul li a:hover {
                color:#999;
              }

/* General
-------------------------------------------------------------- */

#overlay {
	top:0;
	left:0;
	width:100%;
	height:100%;
	position:absolute;
	z-index:999;
	background:#000;
	display:none;
}

#spinner {
	display:none;
}

#splash {
  position:relative;
	display:none;
	cursor:pointer;
}

/* Menu For Pages */

  #menu-pages {
        position:absolute;
        margin:0;
        top: 500px;
		left:455px;
		padding-top:25px;
        text-align:center;
		z-index: 5;
		background-color:black;
      }


          #menu-pages ul li {
            display:inline;
            width:100%;
            margin-left:20px;
          }

            #menu-pages ul li a {
              color:#fff;
              font-weight:bold;
              font-size:100%;
              text-transform:uppercase;
			  font-family:'Arial Narrow', Courier, monospace;
            }

              #menu-pages ul li a:hover {
                color:#999;
              }
#content {
position: relative;
width: 800px;
height:100%;
}

#content p {
font-size: 12.5px;
text-align:justify;
}

h1{

font-size:137px; /* All font-sizes are supported */
color:#fff;
text-align:center;
line-height: 0;
padding: 0;
font-family:'ArialBlackRegular';
}

h2{
font-family: 'ArialBlackRegular', Arial, Helvetica, sans-serif;
font-size:30px; /* All font-sizes are supported */
color:#fff;
}

h2.contact{
font-family: 'ArialBlackRegular', Arial, Helvetica, sans-serif;
font-size:30px; /* All font-sizes are supported */
color:#fff;
text-align:center;
}

#content-collection {
position: relative;
width: 800px;
height:600px;
overflow:auto;
}

#floatleft {
width: 200px;
float:left;
display:block
}
#floatright{
width: 200px;
float:right;
display:block
}

#contactcenter p.center{
	text-align:center;
	font-size:12px;
}

#floatleft p.center{
	text-align:center;
	font-size:12px;
	text-transform: uppercase;
}

#floatright p.center{
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
}


#contactcenter p.center a{
	text-align:center;
	font-size:12px;
	color:white;
	text-transform:lowercase;
}


#contactcenter{
	width:200px;
	float:left;
	padding-left: 105px;
	text-transform: uppercase;
}

span.underline{
	text-decoration: underline;
	font-size:14px;
}

#lookbooks img {
  border:1px solid #444;
}

#lookbooks ul {
  position:relative;
  left:2em;
}

  #lookbooks a {
    font-size:1.4em;
    font-weight:bold;
    color:#fff;
    text-decoration:none;
    line-height:1.5em;
    padding:0 0.5em;
  }

    #lookbooks a:hover {
      color:#000;
      background:#fff;
    }

h3.contact{
	font-size:20px;
	font-family: "Arial Narrow" Arial;
	text-align:center;
	font-weight: bold;
	text-transform:uppercase;
}

h3.arialblk{
	font-family:'ArialBlackRegular';
	font-size: 18px;
	text-align:center;

}

a.email{
	text-align:center;
	font-size:12px;
	color:white;
	text-transform:lowercase;
}