body,
html {
    background: #131313;
    color: #ccc;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
}

a {
    color: white;
    text-decoration: none;
}

a img {
    border: none;
}

h1 {
    font-size:1.4em;
    color: #febc00;
    background-color: transparent;
}

label {
    width: 100px;
    display: block;
    float: left;
}

th {
    font-weight: normal;
    text-align: left;
}

thead tr th {
    text-align: center;
    border-bottom: 1px solid #666;
}

select {
    font-size: 10px;
}


.clear {
    clear:both;
}

#header {
    background: black;
}
    #title {
        background: url(/public/images/logo.png) no-repeat top;
        display: block;
        height: 133px;
        margin: auto;
        width: 960px;
    }
        #title h1 {
            display: none;
        }
    
    #menu {
        background: url(/public/images/menu-bg.png) no-repeat bottom;
        /*border: 2px solid lime;*/
        padding: 10px 0 20px 0;
        margin: auto;
        text-align: center;
        width: 960px;
    }
        #menu ul {
            display: inline;
            list-style: none;
            margin: auto;
            padding: 0;
        }
        #menu li {
            /*background: url(/public/images/menu-item-bg-l.png) left no-repeat;*/
            display: inline;
            padding: 10px 5px;
        }
        #menu a {
            /*background: url(/public/images/menu-item-bg-r.png) right no-repeat;*/
            padding: 10px 10px 10px 5px;
        }

#page {
    margin: auto;
    width: 960px;
}

#footer {
    background: url(/public/images/footer-bg.png) top no-repeat;
    clear: both;
    color: #777;
    font-size: 11px;
    margin: 30px auto 0 auto;
    padding: 15px 0 30px 0;
    text-align: center;
    width: 960px;
}
    #footer a {
        color: #aaa;
    } #footer a:hover {
        text-decoration: underline;
    }
    #footer h4 {
        margin: 0;
        padding: 0;
    }


#galleries {}
    .gallery {
        float: left;
        width: 480px;
        text-align: center;
    }
    .gallery-mainImage {
        background: url(/public/images/gallery-fallback.png) no-repeat 50% 50%;
        height: 360px;
        overflow: hidden;
        position: relative;
        width: 460px;        
    }
        .gallery-mainImage span {
            display: table-cell;
            height: 360px;
            vertical-align: middle;
            width: 480px;
        }
            .gallery-mainImage span a {
                display: block;
                left: -10px;
                position: relative;
                top: -10px;
            }
    .gallery-small {
        float: left;
        padding: 5px 0;
        width: 240px;
        text-align: center;
    }
    .gallery-small-mainImage {
        background: url(/public/images/gallery-small-fallback.png) no-repeat 50% 50%;
        height: 180px;
        overflow: hidden;
        position: relative;
        width: 220px;
    }
        .gallery-small-mainImage span {
            display: table-cell;
            height: 180px;
            vertical-align: middle;
            width: 220px;
        }
            .gallery-small-mainImage span a {
                display: block;
                left: -10px;
                position: relative;
                top: -10px;
            }
    .tl,
    .tr,
    .bl,
    .br {
        background: url(/public/images/rounded-corners.png) no-repeat;
        display: block;
        height: 10px;
        width: 10px;
    }
    .tl {
        left: 0px;
        position: absolute;
        top: 0px;
    }
    .tr {
        background-position: -10px 0px;
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .bl {
        background-position: 0px -10px;
        bottom: 0px;
        left: 0px;
        position: absolute;
    }
    .br {
        background-position: -10px -10px;
        bottom: 0px;
        position: absolute;
        right: 0px;
    }
    .gallery-protected {
        background: url(/public/images/gallery-protected.png) no-repeat top left;
        bottom: 10px;
        height: 24px;
        position: absolute;
        right: 10px;
        text-indent: -1000px;
        width: 24px;
    }
    
#galleryPages {
    font-size: 17px;
    text-align: center;
}
    #galleryPages a {
        padding: 2px 3px;
    }
    #galleryPages a:hover {
        background: #999;
        color: black;
    }

.cart_user_box td input,
input.fancy,
.cart_user_box td textarea,
textarea.fancy {
    background: url(/public/images/input-bg.png) repeat-x #333;
    border: 1px solid #444;
    color: white;
    font-size: 14px;
    margin: 2px;
    padding: 3px;
}

.cart_user_box td.require {
    font-weight: bold;
}

.submitbox {
    background: url(/public/images/form-submit-bg.png) no-repeat top;
    margin-top:20px;
    padding:15px;
    text-align:center;
}

.submitbox input,
.purchasable-submit input {
    background: url(/public/images/button-bg.png) repeat-x #ff6100;
    border: 1px solid #fe8500;
    cursor: pointer;
    font-size: 13px;
    margin-left: 4px;
    padding: 2px;
}


#content {
    width: 770px;
    margin: 0 auto;
}

#formbutton {
    margin-left: 100px;
}

#page_msg {
    padding: 5px 0 5px 45px;
    font-size: 12px;
    color: #222;
    background: #eae841 url(../images/icons/msg.gif) no-repeat 20px 50%;
    border-bottom: 2px solid #777;
}

#mycart_toggle {
    display: block;
    text-align: right;
}
    #mycart_toggle a {
        background: url(/public/images/mycart-toggle-bg.png) no-repeat bottom;
        display: block;
        height: 19px;
        text-align: center;
        width: 115px;
    }

#mycart {
	background: #3e3e3e url(/public/images/mycart-bg.png) repeat-x top;
	padding: 20px 4px;
	display: none;
	color: #fff;
}

#mycart_left {
	font: 21px Georgia, "Times New Roman", serif;
	float: left;
	width: 240px;
	text-align: left;
}

#mycart_right {
	float: right;
	width: 500px;
	text-align: left;
}

#mycart_empty {
	text-align: center;
	font-style: italic;
	font-size: 120%;
}

#mycart_left a:link, #mycart_left a:visited {
	display: block;
	color: #fff;
	font: 0.6em Arial;
	line-height: 1.5em;
	text-decoration: none;
	background: url(/public/images/delete.png) no-repeat 0 50%;
	margin: 10px 0 10px 12px;
	width: 155px;
	text-align: right;
}


#mycart table {
	width: 490px;
	border-collapse: collapse;
	font-size: 0.9em;
}

#mycart table tr.thead td span { font-size: 0.7em; font-weight: normal; }

#mycart table tr.thead td {
	font-weight: bold;
	font-size: 1.1em;
	padding: 4px 5px 4px 0;
}

#mycart table td {
	border-bottom: 1px solid #333;
	padding: 4px 5px;
}

#mycart .mc_r {
	display: table-cell;
	width: 100px; 
	text-align: right;
}

#mycart .mc_c {
	display: table-cell;
	width: 100px; 
	text-align: center;
}

#mycart .mc_ql {
	display: table-cell;
	width: 20px; 
	text-align: right;
}

#mycart .mc_qr {
	display: table-cell;
	width: 20px; 
	text-align: left;

}

#mycart .mc_qr img {
	display: block;
}

#mycart table td#mycart_ship {
	text-align: right;
	border-bottom: 0;
	font-size: 1.1em;
	padding-right: 0;
}

#mycart table td#mycart_ship div {
	padding: 4px 5px;
	float: right;
}

#mycart_ship span {
	margin-left: 20px;
}


#mycart table td#mycart_total {
	text-align: right;
	border-bottom: 0;
	font-size: 1.1em;
	padding-right: 0;
}

#mycart table td#mycart_total div {
	padding: 4px 5px;
	float: right;
	border-bottom: 1px solid #bebebe;
}

#mycart table td#mycart_total img {
	display: block;
	float: right;
	margin: 1px 50px 0 0;
	border: 0;
}

#mycart_total span {
	margin-left: 20px;
}

.corners_top_left {
background:transparent url(/public/images/image.corners.png) no-repeat scroll 0px 0px;
height:10px;
left:0;
position:absolute;
top:0;
width:10px;
z-index: 50;
}

.corners_top_right {
background:transparent url(/public/images/image.corners.png) no-repeat scroll -10px 0px;
height:10px;
position:absolute;
right:0;
top:0;
width:10px;
z-index: 50;
}

.corners_bot_left {
background:transparent url(/public/images/image.corners.png) no-repeat scroll 0px -10px;
height:10px;
left:0;
position:absolute;
top:530px;
width:10px;
z-index: 50;
}

.corners_bot_right {
background:transparent url(/public/images/image.corners.png) no-repeat scroll -10px -10px;
height:10px;
position:absolute;
right:0;
top:530px;
width:10px;
z-index: 50;
}

.admin_frame {
    margin:30px auto 30px auto;
    text-align:center;
    background-color:#222;
    padding:20px;
    width:480px;
}
.admin_box {
    border:1px solid #555;
}
.admin_box h1 {
    font-size:2em;
}
.admin_box table {
    border: 1px solid #555;
    padding:0px;
    margin:5px auto 5px auto;
    width:468px;
}
.admin_box table thead {
    background-color: #555;
}
.admin_box table tr {
    border: 1px solid #555;
    padding:10px;
}
.admin_box table td{
    /* border: 1px solid #555; */
    text-align:left;
}
.admin_box h4 {
    font-size:1.5em;
    background-color:#242424;
    padding:10px;
    border:1px solid #555;
    margin:5px;
}

.admin_box_header {
    font-size:2.5em;
    background-color:#242424;
    padding:10px;
    border-bottom:1px solid #333;
    margin:auto;
}

#contact_header {
    font-size:2.5em;
    background-color:#242424;
    height:85px;
    border-bottom:1px solid #333;
    margin:auto auto 0;
    padding:10px;
    background: url('/public/images/envelope.png') no-repeat 350px 27px;
    _background-image:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/images/envelope.png',sizingMethod='image');
}
#contact_header p{
    font-size: 1em;
    padding:0 0 0 132px;
    text-align:left;
}
.contact_contents {
    text-align:left;
    width:340px;
    margin:auto;
    padding:20px;
}
.contact_contents p {
    font-size: 1.4em;
    padding:0 0 0 10px;
}
.contact_contents p strong{
    font-size: 1em;
}

#weddings_header {
    font-size:2.5em;
    background-color:#242424;
    height:80px;
    border-bottom:1px solid #333;
    margin:auto;
    margin-bottom:25px;

    padding:10px;
    background: url('/public/images/weddings.png') no-repeat 375px 0;
    _background-image:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/images/weddings.png',sizingMethod='image');
}
#weddings_header p{
    font-size: 1em;
    padding:0 0 0 75px;
    text-align:left;
}

#portraits_header {
    font-size:2.5em;
    background-color:#242424;
    height:80px;
    border-bottom:1px solid #333;
    margin:auto;
    margin-bottom:25px;

    padding:10px;
    background: url('/public/images/portraits.png') no-repeat 342px 8px;
    _background-image:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/images/portraits.png',sizingMethod='image');
}
#portraits_header p{
    font-size: 1em;
    padding:0 0 0 75px;
    text-align:left;
}

#pets_header {
    font-size:2.5em;
    background-color:#242424;
    height:80px;
    border-bottom:1px solid #333;
    margin:auto;
    margin-bottom:25px;

    padding:10px;
    background: url('/public/images/pets.png') no-repeat 375px 8px;
    _background-image:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/images/pets.png',sizingMethod='image');
}
#pets_header p{
    font-size: 1em;
    padding:0 0 0 125px;
    text-align:left;
}

.pricing_box {
    text-align: left;
    font-size: 1.5em;
}

.pricing_box p {
    font-size:0.9em !important;
    padding:10px;
}

.pricing_box small {
    text-align:center;
    font-size:0.7em;
}

.pricing_box ul {
    font-size: 0.9em;
    padding:10px 0 0 50px
}

.pricing_box ul li {
    margin-bottom:5px;
}

.dark_frame {
    background:#1b1b1b;
    border:1px solid #666;
    margin:0 5px 30px;
}
