

/************( BASE ELEMENTS )************/
body {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	margin: 0 0 0 0;
	background-position: top center;
	background-repeat: repeat-y repeat-x;
	background-color: #000;
    color: rgb(252, 250, 243);
}
html, body {
}
a {
	color: rgb(252, 250, 243); 
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #e1e1e1; text-decoration: none;
}
img {
	border: none;
}
input, select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
    padding: 3px;
    background-color: #fff;
}
input.sm, select.sm {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
    padding: 3px;
    background-color: #fff;
}
textarea {
	color: Black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
    background-color: #fff;
	border:  1px solid #bbb;
	width: 99%;
	offpadding: 0;
    padding: 3px;
	overflow : visible;
}
input[type="text"], input[type="select"], input[type="password"], input[type="file"] {
	border:  1px solid #bbb;
}
input[type="text"]:hover, input[type="select"]:hover, input[type="password"]:hover, textarea:hover {
	border:  1px solid #bbb;
    -moz-box-shadow:inset 0 0 3px #ddd;
    -webkit-box-shadow:inset 0 0 3px #ddd;
    box-shadow:inset 0 0 3px #ddd;
}
input[type="text"]:focus, input[type="select"]:focus, input[type="password"]:focus, textarea:focus {
    -moz-box-shadow:inset 0 0 3px #ddd;
    -webkit-box-shadow:inset 0 0 3px #ddd;
    box-shadow:inset 0 0 3px #ddd;
}
input.button {
	padding: 3px 8px !important;
	color: #FFF;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	background-color: #555; text-decoration: none; 
	text-transform:uppercase;
	border: 3px solid #e0e0e0;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input.button.sm {
	font-size: 10px;
	color: #0043fc; text-decoration: none; 
	border: none;
	background-color: #ddd; text-decoration: none; 
}
input.button:hover {
	background-color: #2b63fc; text-decoration: none; 
	cursor: pointer;
}
input.button.sm:hover {
	color: #2b63fc; text-decoration: none; 
	background-color: #ddd; text-decoration: none; 
	cursor: pointer;
}
input.button.disabled {
	border: 3px solid #ddd;
	background-color: #bbb; text-decoration: none; 
}
input.button.disabled:hover {
	border: 3px solid #ddd;
	background-color: #bbb; text-decoration: none; 
	cursor: default;
}
input.button.search {
    vertical-align: middle;
    margin: -4px 0 0 0;
	padding: 0 !important;
    background-image:url("http://citylife48.com/static/m/resources/search.png");
	background-repeat: no-repeat;
    background-position:center; 
	background-color: #0043fc; text-decoration: none; 
	border: 3px solid #0043fc;
    width: 20px;
    height: 20px;
}
input.button.search.sm {
	background-color: #bbb; text-decoration: none; 
	border: 3px solid #bbb;
}
input.button.search:hover {
	background-color: #2b63fc; text-decoration: none; 
	border: 3px solid #2b63fc;
}
input.button.search.sm:hover {
	background-color: #ccc; text-decoration: none; 
	border: 3px solid #ccc;
}
input[type="text"]:focus, input[type="select"]:focus, input[type="password"]:focus, input[type="file"]:focus, textarea:focus  {
	border:  1px solid #2b63fc !important; 
}
input[type="text"].search {
    color: #333;
}
/************^ BASE ELEMENTS ^************/

/************( BASE CLASSES )************/
.nopad { 
	float:left;
	padding: 0;
}
.sm {
    font-size: 12px;
}
.sm a {
    font-size: 12px;
}
.fixed {
	font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
}
.fixed > b {
	font-weight: 400 !important;
}
	
/************^ BASE CLASSES ^************/

/************( TABLE STYLE1 )************/
table.style1 {
	margin: 0;
}
table.style1 xa {
	text-decoration: none; 
}
table.style1 td {
	vertical-align: top;
}
table.style1 td p {
	margin: 0 0 3px 0 
}
table.style1 td img {
	vertical-align:text-top;
}
table.style1 thead {
	color: #fff; 
	background: #ccc;
	font-weight: bold;
}
table.style1 thead td {
	height: 12px;
	vertical-align: middle;
}
table.style1 thead a {
	color: #fff; 
	text-decoration: underline;
}
table.style1 thead a:hover {
	color: #ED6316; 
	text-decoration: underline;
}
table.style1 tbody tr:hover {
}
table.style1 tbody tr.nohover:hover {
}
table.style1 tbody td.offcolor, table td.offcolor {
	background: #F7F7F7 !important;
}
/************^ TABLE STYLE1 ^************/

/************( FORM STYLE1 )************/
form.style1 table {
	margin: 0;
}
form.style1 table th {
	padding: 12px 0 3px 0;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
form.style1 table th.info {
	padding: 2px 0 3px 0;
	font-weight: normal;
	font-size: 10px;
	border: none;
	text-align: left;
}
form.style1 table th.end {
	padding: 0 0 3px 0;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-size: 3px;
}
form.style1 table td {
	margin: 0;
	vertical-align: middle;
}
form.style1 table td img {
	vertical-align:text-top;
}
form.style1 table td.top {
	margin: 0;
	vertical-align: top;
}
form.style1 table td.instructions_wide {
	padding: 3px 100px 12px 0;
}
form.style1 table td.instructions {
	padding: 3px 0 12px 0;
}
form.style1 input, form.style1 select, form.style1 textarea {
	offmargin: 2px 5px 2px 5px;
}
form.style1 td.staticinput {
	padding: 3px 5px 3px 5px;
}
form.style1 td.nomargin {
	padding-left: 0;
}
form.style1 td.nomargin input, form.style1 td.nomargin select, form.style1 td.nomargin textarea {
	margin-left: 0;
}
/************^ FORM STYLE1 ^************/

/************( WARNING BOX )************/
div.warningbox { 
	border: 1px solid #ccc; 
	background: #fff; 
	margin: 10px 0; 
	padding: 8px; 
	text-align: left; 
}
div.warningbox p { 
	margin: 2px 0 0 30px;
}
div.warningbox p.noimage { 
	margin: 2px 0 0 0; 
}
div.warningbox li { 
	margin: 0 0 0 30px; 
}
/************^ WARNING BOX ^************/

/************( UNDERLINE MENU )************/
.underlinemenu {
	font-weight: bold;
	font-size:   24px;
	color: #000;
}

.underlinemenu ul{
	padding: 6px 0 10px 0; 
	margin: 0;
}

.underlinemenu ul li{
	display: inline;
	padding: 6px 0px 2px 0px;
	margin: 0 6px 0 0; 
}

.underlinemenu ul li a {
	color: #ccc;
	text-decoration: none;
}
.underlinemenu ul li .selected {
	padding-bottom: 2px;
	border-bottom: 5px solid #ff7703;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected {
	padding-bottom: 2px;
	border-bottom: 5px solid #ccc;
}
/************^ UNDERLINE MENU ^************/

/************( HISTORY )************/
.history {
	background-color: #FFFFFF;
	padding: 5px 15px 5px 15px;
}
/************^ HISTORY ^************/

/************( HEADER )************/
div#header {
    padding: 18px 40px 20px 40px;
    box-sizing: border-box;
    background-color: #000;
    color: rgb(252, 250, 243);
    display: block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: left;
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    height:72px;
	overflow:hidden;
	-webkit-overflow-scrolling: none;
}
div#header h1 {
    font-size: 18px;
    font-weight: normal;
    margin:0;
}
div.logo {
    width: 149px;
    height: 24px;
    background: url("http://citylife48.com/static/resources/citylife_logo.png") 0 0px no-repeat;
	margin:0;
	padding:0;
}
div.logo_makethemgold {
	width: 300px;
	height: 24px;
	background: url("http://citylife48.com/static/resources/makethemgold_logo.png") 0 0px no-repeat;
	margin:0;
	padding:0;
}
div.logo_cityl {
	width: 300px;
	height: 24px;
	background: url("http://citylife48.com/static/resources/cityl_logo.png") 0 0px no-repeat;
	margin:0;
	padding:0;
}
div#headercollection {
    width: 128px;
    height: 37px;
    background: url("http://citylife48.com/static/resources/header_collection.png") 0 0px no-repeat;
	margin:0;
	padding:0;
	float:left;
}
div#headercollection:hover, div#headercollection.selected {
    background: url("http://citylife48.com/static/resources/header_collection.png") 0 -37px no-repeat;
}
div#headercrypto {
	width: 58px;
	height: 37px;
	background: url("http://citylife48.com/static/resources/header_crypto.png") 0 0px no-repeat;
	margin:0;
	padding:0;
	float:left;
}
div#headercrypto:hover, div#headercrypto.selected {
	background: url("http://citylife48.com/static/resources/header_crypto.png") 0 -37px no-repeat;
}
div#headergaming {
        width: 123px;
        height: 37px;
        background: url("http://citylife48.com/static/resources/header_gaming.png") 0 0px no-repeat;
        margin:0;
        padding:0;
        float:left;
}
div#headergaming:hover, div#headergaming.selected {
        background: url("http://citylife48.com/static/resources/header_gaming.png") 0 -37px no-repeat;
}
div#headerens {
	width: 30px;
	height: 37px;
	background: url("http://citylife48.com/static/resources/header_ens.png") 0 0px no-repeat;
	margin:0;
	padding:0;
	float:left;
}
div#headerens:hover, div#headerens.selected {
	background: url("http://citylife48.com/static/resources/header_ens.png") 0 -37px no-repeat;
}
div#headerabout {
    width: 50px;
    height: 37px;
    background: url("http://citylife48.com/static/resources/header_about.png") 0 0px no-repeat;
	margin:0;
	padding:0;
	float:left;
}
div#headerabout:hover, div#headerabout.selected {
    background: url("http://citylife48.com/static/resources/header_about.png") 0 -37px no-repeat;
}
div#headercontact {
    width: 68px;
    height: 37px;
    background: url("http://citylife48.com/static/resources/header_contact.png") 0 0px no-repeat;
	margin:0;
	padding:0;
	float:right;
}
div#headercontact:hover, div#headercontact.selected {
    background: url("http://citylife48.com/static/resources/header_contact.png") 0 -37px no-repeat;
}
div#headerlogin {
    width: 58px;
    height: 37px;
    background: url("http://citylife48.com/static/resources/header_login.png") 0 0px no-repeat;
	margin:0;
	padding:0;
	float:right;
}
div#headerlogin:hover, div#headerlogin.selected {
    background: url("http://citylife48.com/static/resources/header_login.png") 0 -37px no-repeat;
}
div#headerlogout {
    width: 72px;
    height: 37px;
    background: url("http://citylife48.com/static/resources/header_logout.png") 0 0px no-repeat;
	margin:0;
	padding:0;
	float:right;
}
div#headerlogout:hover, div#headerlogout.selected {
    background: url("http://citylife48.com/static/resources/header_logout.png") 0 -37px no-repeat;
}
div.headerspacer {
	width: 24px;
	height: 37px;
	margin:0;
	padding:0;
}
/************^ HEADER ^************/

/************( MISC CONTENT )************/
div#content {
    position: absolute;
    top: 72px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
}
div#home {
    padding: 0 40px 0 40px;
    box-sizing: border-box;
    display: block;
	margin: 0;
}
table.fullscreen {
	table-layout: fixed;
	box-sizing: border-box;
}
img.fullscreen_old {
    max-width: 100%;
	width: inherit;
    height: auto;
    width: auto\9; /* ie8 */
	box-sizing: border-box;
}
img.fullscreen {
	width: auto !important; /*override the width below*/
	width: 100%;
	max-width: 100%;
	clear: both;
	box-sizing: border-box;
	border: 0;
}
img.fullscreen.withborder {
	border:  1px solid #bbb;
}
td.collection {
	position:relative;
}
img.overlay {
	position: absolute; 
	top: 0px;
	left: 0px;
	z-index: 99;
}
.content1 {
    font-family: CentennialLTW01-75Bold, Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
}
.content1 h1 {
    padding: 0 0 12px 0;
    margin: 0;
    font-size: 24px;
    font-weight: normal;
}
.content1 p {
    padding: 0 0 12px 0;
    margin: 0;
}
.content1 p.tags {
    padding: 0 0 12px 0;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
}
.content1 a, .content1 * td a {
	 text-decoration: underline;
}
p.preview {
    padding: 6px 0 0 0;
    margin: 0;
}
table.showroom {
    padding: 0 20px 0 20px;
}
.quote {
    box-sizing: border-box;
    display: block;
    font-family: "CentennialLTW01-75Bold",Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.125em;
    padding:48px 0 48px 0;
    text-align: center !important;
}
div.hrfullscreen {
	background-color: #fff;
	width: 100%;
	box-sizing: border-box;
	height: 12px;
	padding: 0;
	margin: 0;
}
div.hrfullscreen.footer {
	height: 2px !important;
	margin: 6px 0; 
	padding: 0;
}	
div.hrfullscreen.black {
	background-color: #000;
}
div.hrfullscreen.tall {
	height: 70px;
}
div.hr {
    width: 170px;
    height: 3px;
    background: url("http://citylife48.com/static/resources/content_hr.png") 0 0px no-repeat;
    display: inline-block;
}
div.hr.small {
    width: 70px;
}

.content.white, .content.white * td {
    background-color: #fff;
    color: rgb(35, 31, 32) !important;
}
.content.white a, .content.white * td a {
    color: rgb(35, 31, 32) !important;
    text-decoration: none;
}
.content.white a:hover, .content.white * td a:hover {
    color: rgb(55, 48, 50) !important;
    text-decoration: none;
}
.content.white.links a, .content.white.links * td a {
	color: rgb(35, 31, 32) !important;
	text-decoration: underline;
}
.content.white.links a:hover, .content.white.links * td a:hover {
	color: rgb(55, 48, 50) !important;
	text-decoration: underline;
}
div#image {
    padding: 0 0 0 0;
    box-sizing: border-box;
    display: block;
}
div#footer {
    padding: 0 0 0 0;
    box-sizing: border-box;
    display: block;
}
a.linkbox {
	font-size: 14px;
	border: 2px solid rgb(252, 250, 243);
	padding: 8px 12px 8px 12px;
}
/************^ MISC CONTENT ^************/

/************( FOOTER )************/
div.cfr {
    width: 28px;
    height: 28px;
    background: url("http://citylife48.com/static/resources/link_cfr.png") 0 0px no-repeat;
    border: 2px solid #FFF;
    float:right;
	margin:0;
	padding:0;
}
div.cfr:hover {
    background: url("http://citylife48.com/static/resources/link_cfr.png") 0 -28px no-repeat;
}

div.flickr {
    width: 28px;
    height: 28px;
    background: url("http://citylife48.com/static/resources/link_flickr.png") 0 0px no-repeat;
    border: 2px solid #FFF;
    float:right;
	margin:0;
	padding:0;
}
div.flickr:hover {
    background: url("http://citylife48.com/static/resources/link_flickr.png") 0 -28px no-repeat;
}
/************^ FOOTER ^************/




