html {
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #000;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 14px;
    color: #b7bfc1;
    line-height: 24px;
}
a {
    color: inherit;
    text-decoration: inherit;
    outline: none;
}
a:hover {

}
a:hover, a:focus; img:hover; img:focus {
    outline: none;
    border: none;
}
a img {
    border: 0px none!important;
}

.div_out {
    position: relative;
    text-align: center;
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/edge-shadow.png);
    background-position: top center;
    background-repeat: repeat-y;
}
.div_in {
    position: relative;
    text-align: left;
    width: 950px;
    margin: auto;
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/bgtrans.png);
}
#header {
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/header.jpg);
    height: 160px;
    background-repeat: no-repeat;
    background-position: top-left;
    text-indent: -5000px;
}

#navigation {
    height: 47px;
}
#navigation ul {
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
    
}
#navigation li {
    float: left;
    
    position: relative;
}
#navigation li a {
    display: block;
    height: 30px;
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 4px;
}

#navigation ul li ul {
	display: none;
}
#navigation ul li.level1:hover ul.holder2, 
#navigation ul li.level2:hover ul.holder3,
#navigation ul li.level3:hover ul.holder4 {
	display: block;
}
#navigation ul li.level1:hover ul {
	position: absolute;
	width: auto;
	top: 30px;
	left: 0px;
	z-index: 500;
	background-color: #12191b;
}
#navigation ul li.level1:hover ul li {
	float: none;
}
#navigation ul li.level1:hover ul li a {
	border: 0px;
}
#navigation ul li.level2:hover ul {
	left: 200px;
	top: 0px;
}
#navigation ul li a.selected {
    background-color: #636f73;
}
#navigation li:hover, #navigation li.li_selected {
}



#home_nav {
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/home.png);
    width: 65px;
}
#about_nav {
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/about.png);
    width: 90px;
}
#engage_nav {
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/engagement-shoot.png);
    width: 180px;
}
#wedding_nav {
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/wedding-photography.png);
    width: 212px;
}
#lifestyle_nav {
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/lifestyle.png);
    width: 110px;
}
#clients_nav {
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/clients.png);
    width: 94px;
}
#contact_nav {
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/contact.png);
    width: 99px;
}
#blog_nav {
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/blog.png);
    width: 56px;
}

#gallery-holder {
    text-align: center;
}
#gallery {
    position: relative;
    width: 906px;
    height: 657px;
    margin: auto;
    text-align: left;
}
.large_image {
    position: relative;
    height: 545px;
    width: 906px;
}
.large_image div.img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 545px;
    width: 906px;
    background-repeat: no-repeat;
    background-position: center middle;
}
.large_image .top_border, .large_image .bottom_border {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 906px;
    height: 9px;
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/bgtrans.png);
}
.large_image .bottom_border {
    top: auto;
    bottom: 0px;
}
.large_image .left_border, .large_image .right_border {
    position: absolute;
    top: 9px;
    left: 0px;
    width: 9px;
    height: 527px;
    #height: 520px;
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/bgtrans.png);
}
.large_image .right_border {
    top: auto;
    bottom: 9px;
    left: auto;
    right: 0px;
}

#thumb_holder {
    position: relative;
    width: 906px;
    height: 102px;
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/bg-thumbs-trans.png);
    padding-top: 10px;
}

#thumb_back, #thumb_forward {
    position: relative;
    height: 21px;
    margin-top: 36px;
    width: 8px;
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/arrow-left.png);
    background-repeat: no-repeat;
    float: left;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    cursor: pointer;
    margin-left: 9px;
    margin-right: 9px;
}
#thumb_forward {
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/arrow-right.png);
}
#thumb_back:hover, #thumb_forward:hover {
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}
#thumb_slider {
    position: relative;
    width: 598px;
    height: 94px;
    float: left;
    overflow: hidden;
}
#thumb_slider div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 99999999px;
}
#thumb_slider div img {
    border: 1px solid #959b9c;
    margin-right: 1px;
    width: 93px;
    height: auto;
    cursor: pointer;
}
#thumb_content {
    position: relative;
    float: left;
    width: 195px;
    margin-left: 37px;
    top: -4px;
}
#thumb-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial;
    line-height: 24px;
}

h1, h2, h1 a, h2 a, h3 {
    color: #fff;
    font-size: 34px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
}

#content_holder {
    font-size: 14px;
    color: #B7BFC1;
    line-height: 24px;
    position: relative;
    float: left;
    margin-left: 22px;
    width: 525px;
    
}
#content_holder a {
    color: #519bbd;
}

#content_holder ul {
    list-style: bullet;
    margin: 0px;
    padding: 0px;
}

#content_holder ul  li {
    list-style:none;
    display: inline;
}
#content_holder ul  li:before {
    content:'\2022';
    color: #fff;
    margin-left:0.5em;
    margin-right:0.5em;
}
#content_holder label {
    position: relative;
    float: left;
    width: 200px;
}
#content_holder input, #content_holder textarea {
    position: relative;
    float: left;
    width: 200px;
    background-color: #ccc;
    font-family: Arial;
    font-size: 12px;
    border: 1px solid #333;
}
#content_holder input.submit {
    background-color: transparent;
    border: 0px none;
    font-weight: bold;
    color: #519bbd;
    cursor: pointer;
    font-size: 16px;
    float: none;
    width: auto;
    position: relative;
    left: 360px;
    
}

#contact_holder {
    position: relative;
    float: right;
    margin-right: 22px;
    width: 341px;
    font-size: 14px;
    color: #B7BFC1;
    line-height: 24px;
}

.blue {
    color: #519bbd
}
.white {
    color: #fff;
}

#copyright, #flourish {
    font-size: 10px;
    color: #fff;
    position: relative;
    float: left;
    margin-left: 22px;
}
#flourish {
    float: right;
    margin-left: 0px;
    margin-right: 22px;
}

#packagea, #packageb, #packagec {
    padding-left: 60px;
    background-position: 0px 20px;
    background-repeat: no-repeat;
    width: 465px;
}

#packagea {
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/package-a.png);
}
#packageb {
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/package-b.png);
}
#packagec {
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/package-c.png);
}

#content_holder strong, #content_holder b {
    color: #fff;
}

#right_gallery_holder {
    position: relative;
    float: right;
    margin-right: 22px;
    width: 341px;
}

#right_gallery_holder #gallery {
    position: relative;
    width: 341px;
    text-align: left;
    height: auto;
}
#right_gallery_holder .large_image {
    position: relative;
    height: 205px;
    width: 341px;
}
#right_gallery_holder .large_image div.img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 205px;
    width: 341px;
    background-repeat: no-repeat;
    background-position: center middle;
}
#right_gallery_holder .large_image .top_border, #right_gallery_holder .large_image .bottom_border {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 341px;
    height: 9px;
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/bgtrans.png);
}
#right_gallery_holder .large_image .bottom_border {
    top: auto;
    bottom: 0px;
}
#right_gallery_holder .large_image .left_border, #right_gallery_holder .large_image .right_border {
    position: absolute;
    top: 9px;
    left: 0px;
    width: 9px;
    height: 187px;
    z-index: 4000;
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/bgtrans.png);
}
#right_gallery_holder .large_image .right_border {
    top: auto;
    bottom: 9px;
    left: auto;
    right: 0px;
}

#right_gallery_holder #thumb_holder {
    position: relative;
    width: 341px;
    height: 102px;
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/bg-thumbs-trans.png);
    padding-top: 10px;
}

#right_gallery_holder #thumb_back, #right_gallery_holder #thumb_forward {
    position: relative;
    height: 21px;
    margin-top: 36px;
    width: 8px;
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/arrow-left.png);
    background-repeat: no-repeat;
    float: left;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    cursor: pointer;
    margin-left: 7px;
    margin-right: 7px;
}
#right_gallery_holder #thumb_forward {
    background-image: url(http://79.170.40.247/matttylerphotography.com/images/arrow-right.png);
    margin-right: 0px;
    margin-left:
}
#right_gallery_holder #thumb_back:hover, #right_gallery_holder #thumb_forward:hover {
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}
#right_gallery_holder #thumb_slider {
    position: relative;
    width: 298px;
    height: 94px;
    float: left;
    overflow: hidden;
}
#right_gallery_holder #thumb_slider div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 99999999px;
}
#right_gallery_holder #thumb_slider div img {
    border: 1px solid #959b9c;
    margin-right: 1px;
    width: 93px;
    height: auto;
    cursor: pointer;
}