body {
background: #fff url(/media/images/bg.jpg) no-repeat center -200px;
font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans","Bitstream Vera Sans",Verdana,"Verdana Ref",sans-serif;
}
.redsoks-red{
color:#A0000C;
}
a,a:link,a:visited {
color: #A0000C;
}
a,a:hover,a:active {
outline:0 none;
color: #CC2036;
}
div.container {
position: relative;
min-height:350px;
}
body.home #topbar,body.home #bottombar {
position: absolute;
left:0;
height: 75px;
border: none;
width:100%;
}
body.home #topbar hr, body.home #bottombar hr{
display:none;
}
body.home #topbar {
top: 55px;
background: transparent url(/media/images/topbar.png) no-repeat center center;
z-index:2;
}
body.home #bottombar {
top: 415px;
background: transparent url(/media/images/bottombar.png) no-repeat center center;
}
body.home #logo {
position: absolute;
left: 365px;
top: 235px;
}
body.home #splash {
margin: 10px 0 0 -50px;
}
body.home #nav {
z-index: 5;
position:absolute;
}
body.home #nav li a {
height: 40px;
padding: 115px 0 0;
}
body.home #nav a:hover {
background: transparent url(/media/images/splash-nav-gradient.png) repeat-x;
}
body.home #footer {
text-align: right;
padding-right: 30px;
}
#header {
width: 960px;
height: 135px;
margin: 0 auto;
position: relative;
z-index:1;
}
#header a.logo {
position:absolute;
top:0;
left:0;
z-index:3;
}
#header h1,#header h2 {
height:0;
line-height:0;
overflow:hidden;
margin:0;
position:absolute;
}
#nav {
position:relative;
text-align: right;
height: 155px;
padding: 0;
margin: 0;
width: 960px;
z-index:1;
}
#nav li {
float: right;
display: block;
height: 100%;
width: 130px;
padding: 0;
}
#nav li a {
display: block;
height: 60px;
width: 130px;
padding: 95px 0 0;
}
#nav li a span {
display: block;
height: 0;
padding-top: 40px;
margin-bottom: 20px;
width: 130px;
overflow: hidden;
background: transparent url(/media/images/nav.png) no-repeat;
z-index:12;
}
#nav li.gallery span {
background-position: 0 0;
}
#nav li.about span {
background-position: -130px 0;
}
#nav li.contact span {
background-position: -260px 0;
}
#nav li a:hover {
background: transparent url(/media/images/nav-gradient.png) repeat-x;
}
#topbar hr,#bottombar hr{
color: #CC2036;
border-top: none;
border-left:none;
border-right:none;
border-bottom: 1px solid #CC2036;
}
#topbar hr{clear:left;}
#topbar {margin-bottom: 50px;}
ul.column{list-style: none;}
div.column{
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
    min-height:350px;
}
ul.column, div.column {
    float: left;
    margin: 15px 0;
    text-align: center;
}
#main{
    width:620px;
    margin-left:15px;
    margin-right:15px;
    min-height:350px;
    float:left;
}
#main p, #main ul{
    text-align:left;
}
body.page #main{
    border-left:none;
    padding:0 30px;
    width:560px;
}
body.page #main img{
    display:inline;
    float:left;
    margin: 0 15px 15px 0;
    border:1px solid #A1A1A1;
}
body.gallery.image #main{
    margin-left:auto;
    margin-right:auto;
    float:none;
}
#pagination-column {
    width: 38px;
    font-weight: bold;
    margin-left:30px;
    margin-right:30px;
    border:none;
}
#pagination-column li{
    text-align:center;
}
#pagination-column li.header{
    font-weight:normal;
    font-size:14px;
    border-bottom:1px solid #aaa;
    margin-bottom:10px;
}
#pagination-column li a{
    display:block;
    padding:5px;
    width:1.5em;
    height:1.5em;
    color:#000;
    text-decoration:none;
    margin:5px auto;
    border:1px solid #fff;
}
#pagination-column a.current{
    border:1px solid #A0000C !important;
}
#pagination-column a:hover{
    border:1px dashed #A0000C;
}
#main p.pagination{
    margin-bottom:10px;
    text-align:center;
}
#main p.pagination span, #main p.pagination a{
    display:inline-block;
    vertical-align: middle;
}
#main p.pagination a{
    overflow:hidden;
    height:0px;
    padding-top:30px;
    width:25px;
    margin:0 15px;
}
#main p.pagination a.next{background-position:-190px 0;}
#main p.pagination a.next:hover{background-position:-220px 0;}
#main p.pagination a.prev{background-position:-70px 0;}
#main p.pagination a.prev:hover{background-position:-100px 0;}


#sidebar {
    width: 278px;
    margin-left:30px;
    margin-right:0;
    border:none;
    float:left;
}
#sidebar p{
    text-align:justify;
}
input.search {
width: 162px;
height: 18px;
margin: 2px auto;
font-size: 12px;
padding: 3px 10px 1px 30px;
background: #fff url(/media/images/searchbox.jpg) no-repeat 0 0;
border: none;
}
input.search:focus {
border: none;
background-position: 0 -22px;
outline:0 none;
}
span.example {
color: #666;
display:block;
}

ul.thumbnails {
    border: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
    width: 480px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
ul.thumbnails li.thumbnail {
height: 128px;
-moz-box-shadow:-4px 4px 15px #aaa;
-webkit-box-shadow:-4px 4px 15px #aaa;
}
ul.thumbnails li.thumbnail:hover{
    border-color:#A0000C;
    -moz-box-shadow:-1px 1px 20px #662F34;
    -webkit-box-shadow:-1px 1px 20px #662F34;
}
ul.thumbnails a {
display: inline-block;
display: block;
height: 128px;
width: 128px;
}
ul.thumbnails a:hover {
    text-decoration:none;
}
ul.thumbnails span.title {
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
background:transparent url(/media/images/bg-black-60.png);
margin: 90px 0 3px;
padding: 1px 0 3px;
height: 34px;
width:128px;
display: none;
}



#the-image{
    -moz-box-shadow:-4px 4px 15px #aaa;
    -webkit-box-shadow:-4px 4px 15px #aaa;
    background-color:#1A1A1A;
}
body.image #image-overlay{z-index:5;}
#image-overlay{
z-index:1003;
position:absolute;
background:transparent;
}
#the-image p{
    text-align:left;
}
#the-image a{
    color: #E1282D;
    text-decoration:none;
}
#the-image p.meta{
    clear:both;
}
#the-image p.buy-prints{
    font-size:14px;
    margin:4px 0 4px 30px;
    float:right;
}
#the-image p.buy-prints.not-available{
    color:#666;
}
#buy-prints{
    clear:both;
}
#buy-prints, #buy-prints p{
    text-align:center;
}
#buy-prints fieldset{
margin-bottom:0;
}
#next-image,#previous-image {
height: 80px;
width: 80px;
}
#next-image a,#previous-image a, p.pagination a{
    background: transparent url(/media/images/button-sprites.png) no-repeat;
}
#next-image a,#previous-image a {
height: 0;
padding-top:80px;;
overflow:hidden;
width: 80px;
display: block;

}
#next-image a{
    background-position:0 -40px;
}
#previous-image a{
    background-position:-160px -40px;
}
#next-image a:hover{
    background-position:-80px -40px;
}
#previous-image a:hover{
    background-position:-240px -40px;
}

#small-cart{
    background-color:#F2F2F2;
    border:1px solid #AAAAAA;
    font-size:10px;
    line-height:12px;
    margin:15px 15px 15px 150px;
    position:absolute;
    left:50%;
    top:0;
    width:300px;
    z-index:8;
}
#small-cart p{
    margin:5px;
    float:left;
    text-align:center;
}
#small-cart a{
    text-decoration:none;
    display:block;
    width:100%;
    height:100%;
    height:12px;
    padding:4px 0;
    border:1px solid #999;
    color:#403D3D;
}
#small-cart p.items{
    margin-right:0;
    width:188px;
}
#small-cart p.items a{
    padding-left:30px;
    width:158px;
    background: #fff url(/media/images/cart-icon.png) no-repeat 0 0;
}
#small-cart p.items a:hover{
    background-position: 0 -20px;
    background-color:#FAF2F2;
}
#small-cart a:hover{
    border:1px solid #807A7B;
    background-color:#C2B8B9;
    color:#171616;
}
#small-cart p.checkout{
    letter-spacing:1px;
    width:93px;
}
#small-cart p.message{
    margin-bottom:5px;
    margin-top:0;
    text-align:center;
    width:100%;
}

#cart{
    width:620px;
    background-color:#F2F2F2;
    border:1px solid #aaa;
    font-size:14px;
    margin:0;
}
#cart tbody tr{
    height:62px;
}
#cart tr.row1{
    background-color:#fff;
}
#cart thead td{
    font-weight:bold;
    border-bottom:1px solid #aaa;
    text-align:center;
}
#cart tfoot td{
    text-align:right;
    border-top:1px solid #aaa;
    padding-top:10px;
    padding-bottom:10px;
    font-weight:bold;
}
#cart td.quantity{
    text-align:center;
    width:10em;
    vertical-align:top;
}
#cart td.price{
    text-align:right;
    padding-right:30px;
}
#cart td.empty{
    text-align:center;
}
#cart td.description img{
    height:30px;
    width:30px;
    display: inline-block;
    vertical-align: middle;
    margin:5px;
    border:1px solid #1A1A1A;
}
#cart span.unit-price{
    display:block;
    font-size:9px;
    color:#333;
}
#cart td.quantity input{
    width:2em;
    height:1em;
    font-size:14px;
    text-align:center;
    margin:10px 0 2px;
}
#cart td.quantity p{
    font-size:9px;
    color:#333;
    margin:0;
    text-align:center;
}
#cart tr.message{
    height:18px;
    font-size:12px;
}
#cart tr.message td{
    text-align:center;
    background-color:#fff;
    border-bottom:1px solid #aaa;
}
body.cart #main{
    padding:0;
    width:620px;
}
body.cart form.button{
    float:right;
    margin:15px 15px 0;
}
body.cart div.column{
    border:none;
}
ul.nav-children{
    text-align:left;
    font-size:12px;
    letter-spacing:1px;
    line-height:22px;
}
ul.nav-children.level-1{
    width:220px;
    margin:0 auto;
    list-style:circle;
}
body.contact div.column{
    border:none;
}
#contact-form{width:510px;margin-left:30px;margin-right:15px;}
#contact-info{width:345px;margin-left:30px;margin-right:30px;}
#contact-info p{text-align:justify;}
#contact-info ul{text-align:left;}
#contact-form ul.form{width:430px;}
#contact-form label{width:80px;}
#contact-form .error{color:#A0000C;}
#contact-form p.message{margin-bottom:5px;}
#contact-info ul.contact-options{
    font-size:14px;
    line-height:18px;
    list-style:none;
    margin:25px 0 30px 45px;
}
#contact-info ul.contact-options li{
    background:transparent url(/media/images/contact-icons.png) no-repeat;
    padding-left:45px;
    height:30px;
    margin-bottom:7px;
}
#contact-info ul.contact-options li.phone{background-position:0 -30px;}
#contact-info ul.contact-options li.address{background-position:0 -60px;}

#infobox{margin:30px 0 60px; font-size:14px; letter-spacing:1px;}
#infobox strong{padding-left: 36px; font-size: 12px; text-align:left; display:block;color:#C1272D;}
#infobox span.detail {padding-left: 36px; display: inline-block;}
#infobox p.header{text-align:center; text-decoration:underline;font-size:16px;}

#modal-box{
    padding:15px 150px;
}
.ui-dialog{
    -moz-box-shadow: -4px 1px 10px #333333;
    -webkit-box-shadow: -4px 1px 10px #333333;
}
