/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : Kevin Klein	
Email : kevin.klein@gmail.com 
We Are : Cary Design Group

Description : Master Stylesheet

Created : 9/29/08
Modified : 10/2/08

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* Eric Meyer reset http://meyerweb.com/eric/tools/css/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;
	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;
}
*html * { zoom: 1 }

/*********** = structure = ***********/

body {
    background: #166599 url(../images/bg-body.gif) repeat-x 0 0;
	color: #fff;
	font-size: 62.5%;
	text-align: center;
}

.wrapper {
	background: url(../images/bg-wrapper.gif) top center no-repeat;
	min-height: 1100px;
}

*html .wrapper { height: 1100px; }

#container {
	background: url(../images/bg-container.gif) no-repeat 0 0;
	margin: 0 auto;
	min-height: 669px;
	zoom: 1;
	position: relative;
	text-align: left;
	width: 1105px;
}

*html #container  { 
	background: url(../images/bg-container-map.gif) no-repeat 0 0;
	height: 669px; 
}

/*********** = typography = ***********/

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a { 
	color:#000; 
	text-decoration:none;
}

a:visited { color:#666; }

a:hover { 
	color:#000; 
	text-decoration:underline; 
}

.copy a { text-decoration:underline; }
.copy a:hover { text-decoration: none; }

.copy p {
	color: #000;
	font-size: 12px;
	line-height: 18px;
	margin: 12px 0 20px 0;
	text-indent: 15px;
}

/* footer */
#footer p {
	font-size: 10px !important;
	font-family: 'Century Gothic', san-serif;
	line-height: 10px !important;
	padding: 9px 0 5px 36px;
}

#footer p,
#footer a,
#footer a:visited {
	color: #000;
	text-decoration: none;
}

#footer p.copyright {
	color: #666;
	padding: 0 0 0 36px;
}

#footer a:hover {
	text-decoration: underline;
}

.small {
	font-size:11px;
}

/*********** = misc divs and classes = ***********/

#map {
	background: url(../images/map.gif) no-repeat 0 0;
	height: 323px;
	left: 287px;
	overflow: hidden;
	position: absolute;
	top: 244px;
	width: 819px;
}

.americas { background-position: 0 -323px !important; }
.europe { background-position: 0 -646px !important; }
.asia { background-position: 0 -969px !important; }

/*********** = lists = ***********/

ul {
	font-size: 12px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 304px;
	top: 395px;
	z-index: 999;
	width: 110px;
}

ul li {
	border-bottom: 1px solid #e1edf4;
	font-size: 11px;
	line-height: 11px;
	margin: 0;
	padding: 10px 2px;
	text-transform: uppercase;
}

ul li a,
ul li a:visited {
	color: #8abad3;
	text-decoration: none;
}

ul li a:hover {
	color: #fff;
	text-decoration: none;
}

/*********** = utility classes = ***********/

.clearfix {
	display:inline-block; /* IE 6 & 7 */
}

.clearfix:after { /* modern browsers */
	content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

*html .clearfix {
	height:1%; /* fIE 6 */
}

.clear {
	clear:both;
	height:1px;
	margin:-1px 0 0 0;
	padding:0;
}

.clear.height {
	margin: 12px 0;
}

.clear.left {
	clear:left;
}

.clear.right {
	clear:right;
}

.center {
	text-align:center;
}

.centered {
	margin-left:auto;
	margin-right:auto;
}

.alignright {
	float:right;
}
	
.alignleft {
	float:left
}

.collapse-top {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.margin-top { margin-top: 25px; }

/* images */

#rotate {
	left: 650px;
	position: absolute;
	top: 562px;
	width: 432px;
}

img.urinal {
	left: 0px;
	position: absolute;
	top: 0px;
}

img { border:none; }

img.float-r {
	float:right;
    margin:0px 0 2px 24px;
}

img.float-l {
	float:left;
	margin:0px 24px 2px 0;
}