@charset "utf-8";
html { 
  background: url(../images/pattern_index.jpg);
  background-repeat: repeat-x repeat-y;
}
body {
	margin: 0;
	padding: 0;
}
@font-face {
    	font-family: CaviarDreams;
    	src:url(../fonts/CaviarDreams-webfont.woff);
	font-size:14px;
	color: #000000;
}

::selection {
	color:#ccc;
}
::-moz-selection {
	color:#ccc;
}

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


/* Mobile Layout: 480px and below. */
.gridContainer {
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	font-size: 11px;
}

#logo {
	clear: none;
	margin: 0 auto;
	margin-top: 10%;
	width: 100%;
}
#logo img {
	clear: none;
	margin: 0 auto;
	margin-top: 12%;
	margin-bottom: 12%;
	width: 80%;
}
#logo_header {
	clear: both;
	margin: 0 auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 100%;
}
#logo_header img {
	clear:none;
	width:auto;
	max-width:140px;
	margin: 0 auto;
	margin-top: 4%;
	margin-bottom:2%;
}
.links {
	clear: both;
	float: left;
	margin: 4% auto;
	width: 100%;
	display: block;
	text-decoration:none;
	color:#a97ca5;
	font-size:12px;
	font-weight:bold;
}
.links a {
	text-decoration:none;
	font-size: 12px;
	color:#a97ca5;
	font-weight:bold;
}
footer {
	background-color: rgba(50, 27, 45, 1.0);
	clear: both;
	width: 100%;
	height: 120px;
	position:fixed;
    	bottom:30px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 8px;
	font-weight: lighter;
	color: rgba(50, 27, 45, 0.5);
	text-align:center;
}
.nav {
	clear:both;
	margin: 0 auto;
	text-align:center;
}
.footerbas {
	background: url(../images/pattern_index.jpg);
	clear: both;
	width: 100%;
	height: 30px;
	position: fixed;
    	bottom: 0;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 8px;
	font-weight: lighter;
	color: rgba(50, 27, 45, 0.8);
	text-align: center;
}
.backs {
	width: auto;
	position: fixed;
	bottom: 32px;
	left: 1%;
	z-index: +1;
}

.backs a {
	outline: 0;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	max-width:768px;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}

.links {
	clear: both;
	float: left;
	margin: 4% auto;
	width: 100%;
	display: block;
	text-decoration:none;
	color:#a97ca5;
	font-size:12px;
	font-weight:bold;
}
.links a {
	text-decoration:none;
	font-size: 12px;
	color:#a97ca5;
	font-weight:bold;
}
#logo_header img {
	clear:none;
	width:auto;
	max-width:140px;
	margin: 0 auto;
	margin-top: 14%;
	margin-bottom:2%;
}
footer {
	background-color: rgba(50, 27, 45, 1.0);
	clear: both;
	width: 100%;
	height: 60px;
	position:fixed;
    	bottom:30px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 8px;
	font-weight: lighter;
	color: rgba(50, 27, 45, 0.5);
	text-align:center;
}
.nav {
	clear:both;
	margin: 0 auto;
	text-align:center;
}
.footerbas {
	background: url(../images/pattern_index.jpg);
	clear: both;
	width: 100%;
	height: 30px;
	position: fixed;
    	bottom: 0;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: lighter;
	color: rgba(50, 27, 45, 0.8);
	text-align: center;
}
.backs a {
	outline: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
#header {
	background-color: rgba(169, 124, 165, 1.0);
	width: 100%;
	margin: 0;
	padding: 0;
	height: 30px;
	text-align:center;
}
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	font-size: 14px;
}
#logo {
	clear: none;
	margin: 0 auto;
	margin-top: 20%;
	width: 100%;
}
#logo_header {
	clear: both;
	margin-top: auto;
	margin-bottom: auto;
	width: 100%;
}
#logo_header img {
	margin: 0 auto;
	margin-top: 20%;
	margin-bottom: auto;
	width: auto;
}
.links {
	clear: both;
	float: left;
	margin: 4% auto;
	width: 100%;
	display: block;
	text-decoration:none;
	color:#a97ca5;
	font-size:12px;
	font-weight:bold;
}
.links a {
	text-decoration:none;
	font-size: 12px;
	color:#a97ca5;
	font-weight:bold;
}
footer {
	background-color: rgba(50, 27, 45, 1.0);
	clear: both;
	width: 100%;
	height: 30px;
	position:fixed;
    	bottom:30px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 8px;
	font-weight: lighter;
	color: rgba(50, 27, 45, 0.5);
	text-align:center;
}
.nav {
	clear:both;
	margin: 0 auto;
	text-align:center;
}
.footerbas {
	background: url(../images/pattern_index.jpg);
	clear: both;
	width: 100%;
	height: 30px;
	position: fixed;
    	bottom: 0;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: lighter;
	color: rgba(50, 27, 45, 0.8);
	text-align: center;
}
.backs a {
	outline: 0;
}
}