html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead {
margin:0;
padding:0;
border:0;
outline:0;
}

body {
background:url(images/body-bg.jpg) repeat-x;
font-family:verdana;
font-size:12px;
}

h1 {
font-size:22px;

}

h2 {
font-size:20px;
}

h3 {
font-size:18px;
}

h4 {
font-size:16px;
}

h5 {
font-size:14px;
}

h6 {
font-size:12px;
}

#wrap {
margin:0 auto;
width:800px;
}

#header {
margin:0 0 15px 0;
width:800px;
height:283px;
text-align:center;
}

#content {
float: left;
text-align:center;
width: 600px;
padding-right: 15px;
}

#content h1 {
clear: both;
padding: 10px 0;
background: #FAC894;
border: 5px solid #F5B068;
margin:0 0 5px 0;
}

#content h2 {
margin:0 0 5px 0;
}

#footer {
height:50px;
}

.font12px {
font-size:12px;
}

.tablegray1 {
background:#eeeeee;
}

.tablegray2 {
background:#f5f5f5;
}

.label {
font-size:12px;
font-weight:bold;
}

.tdsize {
width:225px;
height:60px;
padding:0 15px;
}

.input {
width:95%;
}

.submit {
font-size:18px;
}

.bold {
font-weight:bold;
}

.red {
color:#cc0000;
}

#preview {
	width: 90px;
	float: right;
}

#scroll-down { 
position: fixed; 
top: 290px; 
left: 50%;
z-index: 99; 
margin-left: 225px;
text-align: center;
}

.label {
float: left;
margin: 10px;
}

.field {
float:left;
margin: 10px;
}

#premade, #createyourown, #scroll-down { display: none; }
.selectbtn {
  width: 42%;
	float: left;
	margin: 5px 15px;
	background: #369;
	border: 3px solid #036;
	padding: 5px;
}

.selectbtn a { color: #fff; font-size: 16px; font-weight: bold; text-decoration: none; }

/* Custom Select Styles */

#iconselect {
	background: url(javascript/images/select-bg.png) no-repeat;
	height: 30px;
	width: 250px;
	font: 13px Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-top: 4px;
	text-align: left;
}
.selectitems {
	width:215px;
	height:25px;
	border-bottom: dashed 1px #ddd;
	padding-left:10px;
	padding-top:2px;
}
.selectitems span {
	margin-left: 5px;
}
#iconselectholder {
  width: 250px;
	height: 250px;
	overflow: auto;
	display:none;
	position:absolute;
	background-color:#FFF5EC;
	text-align: left;
}
.hoverclass{
background-color:#FFFFFF;
curson:hand;}
.selectedclass{
	background-color:#FFFF99;
}



/* Admin CSS */

#top-bar {
background:#464646;
width:100%;
height:35px;
line-height:35px;
padding:0 0 0 20px;
}

#top-bar a {
color:#ccc;
text-decoration:none;
}

#top-bar a:hover {
color:#fff;
}

#login-top {
background:url(images/login-top.jpg);
margin:110px auto 0 auto;
width:300px;
height:10px;
}

#login-bottom {
background:url(images/login-bottom.jpg);
margin:0 auto;
width:300px;
height:10px;
}

#login {
background:#eaf3fa;
color:#333333;
margin:0 auto;
padding:10px;
width:280px;
}

#login .input {
color:#555;
font-size:20px;
padding:3px;
width:254px;
}

#admin-wrap {
margin:0 auto;
width:900px;
}

#admin-header {
margin:0 0 15px 0;
width:900px;
height:283px;
text-align:center;
}

#welcome {
width:100%;
height:16px;
margin:15px 0 0 0 ;
}

#username {
float:left;
width:400px;
}

#logout {
float:right;
text-align:right;
width:400px;
}

#logout a {
color:blue;
}

#logout a:hover {
text-decoration:none;
}

#navigation {
background:url(images/nav-bg.jpg) repeat-x;
width:100%;
height:34px;
list-style-type:none;
margin:5px 0 10px 0;
}

#navigation li {
float:left;
}

#navigation li a {
background:url(images/nav-bg.jpg) repeat-x;
border-right:solid #606060 1px;
color:white;
display:block;
padding:10px 10px;
text-decoration:none;
}

#navigation li a:hover {
background:#2e2e2e;
}

.active {
background:url(images/nav-bg-active.jpg) repeat-x !important;
}

.blue-box {
background:#e9f0fa;
border:solid #99a6c8 1px;
margin:5px 0 10px 0;
padding:5px 5px;
}

.paging-div {
background:#e9f0fa;
border:solid #99a6c8 1px;
}

th {
background:#99a6c8;
color:#fff;
padding:5px 8px;
}

td {
padding:3px 5px;
}

.bluerow {
background:#e9f0fa;
}

.font10px {
font-size:10px;
}

.clear {
clear:both;
}

.clients { display: none; } 