/* CSS Reset */

    html, div, span, applet, object, iframe, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
    dl, dt, dd, legend, caption, tbody, tfoot, thead, 
    blockquote:before, blockquote:after,
    q:before, q:after { content: ''; content: none; }
    :focus { outline: 0; }
    ins { text-decoration: none; }
    del { text-decoration: line-through; }



/*Page Blocks */


#all {
	width: 850px;
	margin-left:auto;
	margin-right:auto;
}

#head {
	float:left;
	width:850px;
	clear: both; 
	text-align: center;
	padding-bottom: 45px;
}

#ads {
	float: right;
	width: 200px;
}

#ads p{
	font-size: 13px;
	padding-right:10px;
}


#footer {
	width:850px;
	clear: both;
	text-align: center;
	padding-top: 45px;
}

#footer a{
	font-family: Arial, Helvetica, sans-serif;
	color: #0093C1;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


/* 3 Column Blocks */

#sidebar {
	float: left;
	width: 90px;
	background-image: url("gallery/images/links.jpg");
	background-repeat: no-repeat;
	min-height: 352px;
	padding-top: 60px;
	padding-left:10px;
	padding-right:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#content {
	float: left;
	width: 460px;
	padding-left:30px;
	padding-right:20px;
}

/* 2 Column Blocks */

#content2 {
	float: left;
	width: 610px;
	padding-left:10px;
	padding-right:20px;
}

/* Landing Page */

#lpcontent {
	float: left;
	width: 800px;
	padding-left:25px;
	padding-right:25px;
}



/* Edited Hardcodes */

a{
	color: #0093C1;
}

a:visited {
	color: #0093C1;
}

a:hover {
	color: #00A9DE;
}

img {
 border: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #0093C1;
	font-weight: lighter;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0093C1;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0093C1;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}

body {
	background-image: url("gallery/images/background.jpg");
	background-repeat: repeat-y;
	background-position: top center;
	background-attachment: fixed;
	background-color: #ebebeb;
}

/* Special Classes */

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0093C1;
	font-weight: bold;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.italics {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.vital {
	font-family: Arial, Helvetica, sans-serif;
    color: #FF0000;
}

.testimonial {
	background-color: #ebebeb;
	padding: 10px;
}

.leftlist {
	clear: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}

.leftlist li {
	padding-top: 10px;
}


.rightlist {
	clear: none;
	float: left;
	padding-left: 100px;
	font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}

.rightlist li {
	padding-top: 10px;
	}

.features li {
	list-style-image: url("gallery/images/myadmin/checkmark.gif");
	padding-bottom: 10px;
}

.subform {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:95%; 
	color:#0b333c;
}



/* Top Menu */

#menu {
	clear: both;
	width: 850px;
	text-align: center;
}

#menu ul {
	margin-left: -2.5em;
}

#menu li {
	list-style-type: none;
	float: left;
	text-align: center;
}

#menu a {
	display: block;
	text-decoration: none;
}
#menu img {
		border:none;
}
