@font-face {
	font-family: 'Delicious Heavy';
	src: url('/css/fonts/delicious/Delicious-Heavy.eot');
	src: local('Delicious Heavy'), local('Delicious-Heavy'), url('/css/fonts/delicious/Delicious-Heavy.woff') format('woff'), url('/css/fonts/delicious/Delicious-Heavy.svg#Delicious-Heavy') format('svg'), url('/css/fonts/delicious/Delicious-Heavy.otf') format('opentype');
}

@font-face {
	font-family: 'Delicious Bold';
	src: url('/css/fonts/delicious/Delicious-Bold.eot');
	src: local('Delicious Bold'), local('Delicious-Bold'), url('/css/fonts/delicious/Delicious-Bold.woff') format('woff'), url('/css/fonts/delicious/Delicious-Bold.svg#Delicious-Bold') format('svg'), url('/css/fonts/delicious/Delicious-Bold.otf') format('opentype');
}

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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

p {
    margin-bottom: 1em;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	width: 100%;
	min-height: 100%;
	height: 100%;
}

html {
	background: #fff url(/images/skins/winter/bktop.gif) left top no-repeat fixed;
}

body {
	font-family: "Trebuchet MS", Helvetica, Tahoma, Verdana, serif;
	font-size: 10pt;
}

#cmain {
    background: url(/images/bkmenu.png) left 80px repeat-x;
    width: 100%;
    height: 100%;
}

h1 {
	font-size: 200%;
}

h2 {
    font-family: 'Delicious Heavy';
    font-size: 200%;
    font-weight: normal;
    padding: 0.6em 0;
}

h3 {
    font-family: 'Delicious Bold';
    font-size: 175%;
    font-weight: normal;
}

h4 {
    font-family: 'Delicious Bold';
    font-size: 150%;
    font-weight: normal;
}

h5 {
    font-family: 'Delicious Bold';
    font-size: 130%;
    font-weight: normal;
}

p,
label,
div {
    text-shadow: 0px 1px 2px #aaa;
    -moz-text-shadow: 0px 1px 2px #aaa;
    -webkit-text-shadow: 0px 1px 2px #aaa;
}

a {
    color: #333;
}

a:hover {
    color: #666;
}

fieldset legend {
    font-family: 'Delicious Bold';
    font-size: 125%;
    padding-bottom: 1em;
}

#cmout {
	text-align: center;
	background: url(/images/skins/winter/bkbottom.gif) right bottom no-repeat;
	width: 100%;
        min-height: 100%!important;
        height: auto!important;
        height: 100%;
        margin: 0 0 -188px;
}

#cmin {
	text-align: left;
	width: 960px;
	min-height: 100%;
        padding-bottom: 228px;
        margin: 0 auto;
}

h1#title {
	background: url(/images/skins/christmas/logo.png) left top no-repeat;
	text-indent: -24000px;
	width: 332px;
	height: 69px;
	margin-top: 10px;
}

#cmthms {
    float: right;
    margin-top: -78px;
}

#cmthms li {
    float: left;
    margin-left: 0.6em;
}

#cmmenu {
	/*float: left;*/
        height: 52px;
        padding: 19px 0 0;

    text-shadow: 0px 0px 0px #fff;
    -moz-text-shadow: 0px 0px 0px #fff;
    -webkit-text-shadow: 0px 0px 0px #fff;
}

#cmmenu li {
        display: inline;
	float: left;
	list-style-type: none;
}

#cmmenu li a,
#cmmenu li span {
	color: #444;
	display: block;
	font-size: 125%;
	font-weight: bold;
	line-height: 43px;
	padding: 4px 20px;
}

#cmmenu li a:hover {
	color: #000;
	background: url(/images/bkmenuHover.png) left top repeat-x;
	text-decoration: none;
}

#cmcontent {
        padding: 0px 0 0 0;
}

#cmfoot {
	clear: both;
	background: url(/images/bkpie.png) left bottom repeat-x;
        text-align: center;
	height: 148px;
        padding-top: 40px;
	/*margin-top: -188px;*/
}

#footmenu {
    float: right;
}

#footmenu li {
    float: left;
    margin-right: 1em;
}

#footmenu li a {
    color: #333;
}

#footmenu li a {
    color: #000;
}

#footcontent {
    text-align: left;
    width: 960px;
    margin: 0 auto;
}

input,
select,
textarea {
    color: #444;
    padding: 4px;
    border: 1px solid #999;

    opacity: 0.85;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;

    box-shadow: 0px 0px 4px #999;
    -moz-box-shadow: 0px 0px 4px #999;
    -webkit-box-shadow: 0px 0px 4px #999;
    -khtml-box-shadow: 0px 0px 4px #999;
}

input:hover,
select:hover,
textarea:hover {
    background: #f7f0d7;
    border: 1px solid #777;
}

input:focus,
select:focus,
textarea:focus {
    background: #ebe0c7;
    border: 1px solid #666;
}

input.btns {
    font-weight: bold;
    border: 4px double #888;
}

input.btns,
input[type=button] {
    cursor: pointer;
}

input.btns:hover,
input[type=button]:hover {
    background: #e0e0e0;
}

input.btns:focus,
input[type=button]:focus {
    background: #d0d0d0;
}

.cntlbl {
    float: left;
    text-align: right;
    width: 80px;
    padding: 4px 0 0 0;
    margin: 0 0 6px 0;
}

.cntinpt {
    margin: 0 0 6px 90px;
}

input.msgerror,
select.msgerror,
textarea.msgerror {
    border-color: #900;
}

div.msgerror {
    /*display: inline-table;*/
    color: #a00;
    vertical-align: top;
    padding: 4px 0 0 6px;
}

table {
	margin: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table th {
	padding: 2px 4px;
	background-color: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table td {
	padding: 2px 4px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

ul#portfolio li.portfolio_item {
	clear: left;
}

.clrboth {
    clear: both;
}

#cserv {
    /*margin-top: 330px;*/
}

.alright {
    text-align: right;
}