@charset "utf-8";
/* ------ CSS RESET ------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
    font: 11px/1.5 Tahoma,Verdana, Arial, Helvetica, sans-serif;
    color:#6e6e6e;
}

fieldset,img { 
    border:0;
}

img {
    display:block;
}

address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:normal;
}

ul {
    list-style:none;
    padding:0;
    margin:0;
}

caption,th {
    text-align:left;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
    line-height:normal;
    outline:none;
}

q:before,q:after {
    content:'';
}
abbr,acronym {
    border:0;
}

/* ------ CSS RESET END ------ */

/* ------ CSS COMMON ELEMENTS ------ */
html {
    background:#171717;
}

body {
    margin:0;
    padding:0;
    background: #989898 url(../images/site_bg.jpg) 0 0 repeat-x;
}

a {
    outline:none;
    color:#FF8400;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
    color:#444;
}

input { 
    padding:2px;
    margin:1px;
    font-size: 11px;
}

select { margin:2px; font-size:10px;}

h1 {
    width:340px;
    height:88px;
    float:left;
    margin-left:8px;
    display:inline;
}

h1 span {
    display:none;
}

h2 {
    font-size:14px;
    font-weight:bold;
    color:#fd9400;
    background:url(../images/h_bg.gif) 0 50% no-repeat;
    padding-left:100px;
}

h3 {
    font:bold 11pt Arial;

}

h4 {

}

sup {
    vertical-align: baseline;
    font-size: 0.8em;
    position: relative;
    top: -0.4em;
}


/* ------ CSS COMMON ELEMENTS END ------ */

/* ------ CSS MAIN DIVS START ------ */
#container {
    width:960px;
    margin:0 auto;
}
/*//// header /////*/
#header {
    width:100%;
    height:105px;
}

#header ul {
    float:right;
    margin-top:10px;
}

#header ul li {
    float:left;
    margin-left:6px;
}

#header ul li a {
    display:block;
    text-align:center;
    width:108px;
    height:28px;
    line-height:28px;
    font-size:12px;
    color:#b4b4b4;
    background:url(../images/btn_bg_d.gif);
    font-weight:bold;
}

#header ul li a:hover, #header ul li a.selected {
    background:url(../images/btn_bg_a.gif);
    color:#000;
    text-decoration:none;
}

#header p {
    height: 20px;
    padding-top:10px;
}

#header p img{
    float: right;
    margin-right: 15px;
}

/*///// content //////*/
#content {
    width:930px;
    padding:15px;
    float:left;
    background:#fff url(../images/content_bg.gif) 0 0 no-repeat;
    text-align:justify;
}

#slide {
    width:930px;
    height:188px;
    background:url(../images/header_img.gif) 0 0 no-repeat;
    margin-bottom:20px;
}

#slide_img, #slide .panel {
    float:right;
}

#slide_img.gallery {
    float: right;
    padding:0;
    border:none;
    background:#fff;
}

#left_side {
    width:580px;
    float:left;
}

#right_side {
    width:322px;
    float:right;

}

#right_side img{
    border: 1px solid #FF8400;
}

#right_side h2{
    margin-bottom: 20px;
}

/*///// footer /////*/
#footer {
    width:100%;
    clear:both;
    min-height:63px;
    background:url(../images/footer_bg.gif) 0 0 repeat-x;

}

#footer_content {
    width:960px;
    margin:0 auto;
    padding-top:20px;
}

#footer p {
    width:250px;
    float:left;
    font-size:10px;
    color:#fff;
}

#footer p strong { 
    font-size:12px
}

#footer a {
    color: #fff;
}

/*////// contacts //////*/
#address {
    float:left;
    margin-bottom:20px;
}

#feedback {
    width:350px;
    float:right;
    padding-right:20px;
    margin-top:35px;
}

#feedback h3 {
    margin-bottom:20px;
    border-bottom:1px solid #d8d8d8;
    padding-bottom:5px;
    font-weight:normal;
}

#feedback p {
    margin-bottom:10px;
    float:left;
    width:100%;
}

label {
    float: left;
    width: 120px;
}

label span, #output p.error {
    color: #ff0000;
}

label.error {
    display: block;
    width: 220px;
    margin-left: 125px;
    color: #ff0000;
}


textarea {
    width: 100%;
    overflow: hidden;
    border:1px solid #d8d8d8;
}

input[type=text] {
    width: 220px;
    float: right;
    border:1px solid #d8d8d8;
}

input.captcha {
    width:100px;
}

#products {
    background-position:0 0;
    background-repeat:repeat-y;
}

#product #gallery * {
    color:#000;
}

#products div {
    float:left;
    width:464px;
    height:220px;
    margin-bottom:20px;
}

#products div h2 {
    margin-bottom:10px;
}

#products div h2 a {
    color: #FD9400;
}

#products div a.img {
    display:block;
    width:400px;
    height:157px;
    overflow:hidden;
    border: 1px solid #FD9400; 
}

#camera span {
    display:block;
    float:left;
    margin-right:10px;
    padding-top:5px;
}

a.camera {
    display:block;
    text-align:center;
    width:108px;
    height:28px;
    line-height:28px;
    font-size:12px;
    color:#000;
    background:url(../images/camera.gif);
    font-weight:bold;
    float:left;
    margin-right:10px;
}

a.camera:hover {
    text-decoration:none;
}

#gallery table {
    width:100%;
}

#gallery table tr td{
    vertical-align:top;
    padding-bottom: 15px;
}	

#gallery img{
    border: 2px solid #000;
}

.prlogo {
    float: right;
    margin-left: 4px;
    border: 1px solid #DFDFDF !important;
}

/*////// video //////*/
a.media {
    width:320px;
    height:240px;
    display:block;
}

a.mediaFull {
    width:600px;
    height:480px;
    display:block;
}

a.mediaMid {
    width:480px;
    height:385px;
    display:block;
}

a.player {
    display:block;
    background:#000 url(../images/player/h500.png) repeat-x 0 0;
    text-align:center;
    color:#fff;
    text-decoration:none;
    cursor:pointer;
    /*
    background:-moz-linear-gradient(top, rgba(55, 102, 152, 0.9), rgba(6, 6, 6, 0.9));
    -moz-box-shadow:0 0 40px rgba(100, 118, 173, 0.5);
    */
}
/*
a.player:hover {
    background:-moz-linear-gradient(center top, rgba(73, 122, 173, 0.898), rgba(6, 6, 6, 0.898));
}
*/
/* splash image */
a.player img {
    margin:125px auto;
    border:0 !important;
}

/*///// gallery /////*/
#player_content, #gallery_container {
    width:920px;
    min-height:572px;
    float:left;
    padding:5px;
    border:1px solid #aaa;
    background:#f3f3f3;
}

#gallery_menu, #gall_menu {
    width:260px;
    float:left;
}

#gallery_menu a, #gall_menu a{
    background:url(../images/player/h80.png);
    display:block;
    background-color:#fefeff;
    padding:5px 15px 14px 15px;
    height:22px;
    width:195px;
    font-size:11px;
    border:1px outset #ccc;
    text-decoration:none;
    color:#000;
    cursor:pointer;
    text-align:left;
}

#gallery_menu a span, #gall_menu a span{
    display:none;
}

#gallery_menu a.selected, #gall_menu a.selected {
    background:url(../images/player/small.png) no-repeat 0px 0px;
    width:225px;
    border:0;
    
}

#gallery_menu a:hover, #gall_menu a:hover {    
    background-color:#f9f9fa;
}

#gallery_menu a.selected:hover, #gall_menu a.selected:hover {
    background-color:transparent !important;
}

#gallery_images, #gall_images {
    float:right;
    width:660px;
    height:557px;
}

#gallery_desc, #video_desc0, #video_desc1, #video_desc2, #video_desc3, #gall_desc {
    float:right;
    width:660px;    
}

#gallery_images.loader, #gall_images.loader { background: url(../images/loader.gif) center center no-repeat; }

.player_content_10 , #gallery_container_10{
    margin-top: 30px;
    background: #f3f3f3;
    border: 1px solid #AAA;
    padding: 5px;
    width: 920px;
    min-height: 572px;
}

.after img{
    margin-top: 30px;
}

.proj_10{
    border: 0;
}

.proj_10 td{
    padding: 15px 0;
}
