body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#000;
			/* Minimum width of layout - remove line if not required   min-width:600px; */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}
a {
	color:#369;
}
a:hover {
	color:#fff;
	/*background:#369; */
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#000000;
}
h4 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#ff0000;
}
h5 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#000000;
	text-decoration: underline;
	font: 15px arial, sans-serif;
}
h6 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#000000;
	font: 10px arial, sans-serif;
}
h7 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#000000;
	font: 16px arial, sans-serif;
}
h8 {
	margin:.8em 0 .2em 0;
	padding:10px;
	color:#000000;
	font: 12px arial, sans-serif;
}

img.middle {
    vertical-align: text-middle;
}
img.top {
    vertical-align: text-top;
}

img.bottom {
    vertical-align: text-bottom;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:0 2px 0 0;
}
#ads img {
	display:block;
	padding-top:10px;
}

/* Video */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bold { font-weight: bold; }
.red { color: #ff0000; }



/* Menu Bar */
#menubar {
	clear:both;
	float:center;
	width:100%;
	background:#000;
	color:#fff;
	font-family: sans-serif;
}



/* Header styles       */
#header {
	clear:both;
	float:center;
	width:100%;
	top:40px;
	
		
            
}
#header {
	border-bottom:1px solid #000;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
.col4 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	background:#fff;
}
/* 3 Column settings */
.threecol {
	background:#d7d9de;		/* right column background colour */
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat; 
    background-image:url('/images/stainlesss_steel.jpg');
        -moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
}

/* 3 Column settings */
.threecolz {
	background:#d7d9de;	/* right column background colour */
	min-height: 500px;
		height:auto;
		color:#fff;
	font-family: 'Open Sans', sans-serif;
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat; 
    background-image:url('/images/stainlesss_steel.jpg');
        -moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
}
.threecol .colmid {
	right:25%;	
	min-height: 200px;
		height:auto;		/* width of the right column */
	background:#d7d9de;	/* center column background colour */
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat; 
    background-image:url('/images/stainlesss_steel.jpg');
        -moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		
	
}
.threecol .colleft {
	right:50%;	
	min-height: 900px;
		height:auto;		/* width of the middle column */
	background:#d7d9de;	/* left column background colour */
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat; 
    background-image:url('/images/stainlesss_steel.jpg');
        -moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		
}

.threecol .col2 .td {
    background-color: #FFFFFF;
    color: white;

}


.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	min-height: 50px;
		height:auto;
	position: absolute;
	width:100%;
	border-top:1px solid #000;
	background:#000000;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	bottom:0px;
	left: 0px;
}
#footer p {
	padding:10px;
	margin:0;
}

/*Main Center Content 1*/
#photocontent1 {
	min-height: 1500px;
		height:auto; 
		top: 80px;
		position:relative;
	
}

/*Main Center Content 1*/
#photocontent2 {
	min-height: 500px;
		height:auto; 
		top: 80px;
		position:relative;
	
	
		
}

/*Main Center Content 1*/
#photocontent3 {
	min-height: 600px;
		height:auto; 
		top: 10px;
		position:relative;
		width:100%;
}

.headerfont {
	font-family: 'Crushed', cursive; 
	/*font-family: 'Great Vibes', cursive; */
	color:#000000;
	font-size: 40px;
}

.headerfont1 {
	/*font-family: 'Crushed', cursive; 
	/*font-family: 'Great Vibes', cursive;*/
	color:#FFF;
	font-size: 16px;
}

.headerfont2 {
	font-family: 'Crushed', cursive; 
	/*font-family: 'Great Vibes', cursive;*/
	color:#000000;
	font-size: 30px;
}

.super-centered {
    position:relative; 
    width:100%;
    height:100%;
    left: 0%;
    text-align:center; 
    vertical-align:middle;
    z-index: 9999;
}

.headerfont3 {
	font-family: 'Homemade Apple', cursive; 
	color:#6169c0;
	font-size: 40px;
}
.headerfont4 {
	font-family: 'Crushed', cursive; 
	/*font-family: 'Great Vibes', cursive;*/
	color:#000000;
	font-size: 20px;
}
.table_logo {                  /* color for logo background on admin pages */
	background-color: #9e9e9e;
    color: white;
	
}

#maincontent {
	min-height: 1100px;
		height:auto; 
		top: 80px;
		position:relative;
}

#listmanager {
	min-height: 1500px;
		height:auto; 
	background:#e5e5e5;
	color:#000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.headerfont5 {
	/*font-family: 'Crushed', cursive; 
	/*font-family: 'Great Vibes', cursive;*/
	color:#000;
	font: 20px arial, sans-serif;
	
}

#clock {
	font-size: 175px;
	width: 900px;
	margin: 200px;
	text-align: center;
	border: 2px solid black;
	border-radius: 20px;
}