@charset "utf-8";
/* CSS Document */
/* Author: Peter Gavrilov */

html, body {
    margin: 0;
    padding: 0;
    font-family: "Tahoma", Arial;
    font-size: 12px;
    color: #1d1d1d;

}

* {
    margin: 0;
    padding: 0;
}

body {
    background: #000000 url(../img/background.jpg) no-repeat top center;
}

img {
    border: 0;
}

.clear {
    clear: both;
} 

#wrapper {
    width: 970px;
    margin: 0 auto;    
}  

* html #wrapper {
    width: 973px;
    margin: 0 auto;
    position: relative;
}

* html #IEfix {
    position: absolute;
    left: 2px !important;
    top: 0;
}

#menuIcons {
    text-align: right;
}

#menuIcons ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 18px 0;
}

#menuIcons ul li {
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

#menuIcons ul li a {
    display: block;
    width: 16px;
    height: 16px;
    cursor: default;
}

#menuIcons ul li.home {
    background: url(../img/menu_home.gif) no-repeat top left;
}

#menuIcons ul li.about {
    background: url(../img/menu_about.gif) no-repeat top left;
}

#menuIcons ul li.contacts {
    background: url(../img/menu_contacts.gif) no-repeat top left;
}

#menuIcons ul li:hover {
background-position: 0 -16px;
}

#header {
    position: relative;
    width: 970px;
    height: 294px;
    overflow: hidden;
    margin: 0px;
}

#header a {
    position: absolute;
    top: -1px;
    left: 0;
}

#logo {
    background: url(../img/paramount_logo.jpg) no-repeat top left;
    position: absolute;
    left: 0px;
    top: 16px;
    width: 326px;
    height: 56px;
    z-index: 10;
}

#logo a {
    display: block;
    width: 326px;
    height: 56px;
}

#navigation {
    width: 970px;
    height: 50px;
    margin: 12px 0 25px 0;
    overflow: hidden;
}

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

#navigation ul li {
    display:inline;
    float:left;
    margin: 0;
    padding: 0;   
}

* html #navigation ul li {
    height: 50px; 
    width: 78px;
}

#navigation ul li a {
    display: block;
    height: 50px;
    padding: 0 10px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 50px;
}

#navigation ul li.active,
#navigation ul li a:hover {
    background: url(../img/navigation_hover.jpg) repeat-x top left;
}


#content {
    background: #ffffff url(../img/content_bg.jpg) repeat-x bottom left;
    padding: 0 10px 20px 10px;
    line-height: 18px;
    overflow: hidden;
}

#content h2 {
    margin: 20px 0 10px 0;
    color: #a22915;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

#content h3 {
    margin: 15px 0;
    color: #a22915;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

#content h5 {
    margin: 15px 0 10px 0;
    color: #a22915;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

#content p {
    line-height: 18px;
    margin: 5px 0 10px 0;
}

#content>ul {
    margin-left: 15px;
}  

#content .homeBox {
    float: left;
    width: 296px;
    margin: 0 10px 20px 10px;
}

* html #content .homeBox {
    float: left;
    width: 280px;
    margin: 0 10px 20px 10px;
}

#content .homeBox>h3 {
    background: #dedede url(../img/h4_bg.jpg) repeat-x top left;
    background: #fbfbfb;
    margin: 15px 0 10px 0;
    padding: 10px 5px;
    border-bottom: 1px solid #D6D6D6;
    color: #a22915;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

#content .homeBox .intro .img {
    border: 1px solid #C4C4C4;
    padding: 5px;
    width: 284px;
    height: 213px;
    overflow: hidden;
    margin-bottom: 5px;
}

#content .homeBox .intro .date {
    color: #ababab;
    font-size: 11px;
    margin: -10px 0 -5px 0;
}

#content .homeBox .intro .more-link {
    color: #a22915;
    text-decoration: none;
    display: block;
    margin-top: 10px;
}

#categories {
    float: left;
    background: #e8e8e8;
    width: 238px;
    margin: 10px 10px 10px 0;
    border: 1px #c4c4c4 solid;
}

#categories h4 {
    background: #dedede url(../img/h4_bg.jpg) repeat-x top left;
    color: #a14739;
    font-size: 14px;
    padding: 6px 10px;
    text-transform: uppercase;
    border-bottom: 3px #d2d2d2 solid;
}

#productInfo h5 {
    margin: 15px 0 10px 0;
    color: #a22915;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    text-transform: none;
}

#categories ul {
    list-style: none;
    margin: 20px 10px 20px 10px;
}

#categories ul li {
    border-bottom: 1px #d6d6d6 solid;
}

#categories ul li a {
    display: block;
    padding: 7px 5px;
    color: #606060;
    text-decoration: none;
}

#categories ul li a:hover {
    color: #101010;
    background: #dedede;
}

#categories ul li.active a {
    color: #a14739;
    text-decoration: underline;
    background: #dedede;
}

#catalogue {
    float: left;
    width: 690px;
    padding-left: 10px;
    overflow: hidden;
}

#catalogue #description {
    margin: 15px 0;
}

#catalogue #description a {
    display:block;
    color: #a22915;
    text-decoration: none;
    text-align: right;
}

#breadcrump {
    font-size: 10px;
    color: #606060;
}

#breadcrump a {
    color: #909090;
    text-decoration: none;
}

#breadcrump a:hover {
    text-decoration: underline;
}

#catalogue ul {
    display: inline;
    list-style: none;
}

#catalogue ul#catalogueItems li {
    float: left;
    border: 1px #c4c4c4 solid;
    margin: 0 18px 18px 0;
    padding: 5px;
    width: 200px;
}

#catalogue ul#catalogueItems li:hover {
    border: 1px #9c9c9c solid;
}

#catalogue ul li a {
    display: block;
    text-decoration: none;
}

#catalogue ul#catalogueItems li span {
    display: block;
    background: #fefefe;
    padding: 9px 5px 9px 0;
    color: #606060;
    height: 17px;
    line-height: 12px;
    overflow: hidden;
}

#catalogue ul#catalogueItems li .img {
    background: #dedede url(../img/placeholder.jpg) no-repeat top left;
    width: 200px;
    height: 150px;
    overflow: hidden;
}

#pagination {
    text-align: center;
    margin: 20px 0;
    display: block;
    width: 100%;
    padding: 5px 0;
}

#catalogue #bigThumbnails {
    border: 1px #c4c4c4 solid;
    margin: 15px 20px 20px 0;
    padding: 5px;
    overflow: hidden;
    height: 305px;
}

#catalogue #bigThumbnails a {
    display: block;
    text-decoration: none;
}

#catalogue #bigThumbnails .img {
    background: #dedede url(../img/placeholder.jpg) repeat top left;
    float: left;
    width: 400px;
    height: 300px;
    overflow: hidden;
}

#catalogue #bigThumbnails .smallimg {
    background: #dedede url(../img/placeholder.jpg) repeat top left;
    float: left;
    width: 124px;
    height: 93px;
    margin: 0 0 5px 5px;
    overflow: hidden;
}

#pagination a {
    padding: 3px;
    color: #9c9c9c;
    text-decoration: none;
    border: 1px #bebebe solid;
}

#pagination a:hover {
    color: #8a8a8a;
    text-decoration: none;
    border: 1px #7c7c7c solid;
}

#map {
    background: #fff url(../img/paramountfBGlocation.jpg) repeat top left;
    width: 950px;
    height: 400px;
}

#galleryPics {
    margin-top: 20px;
    overflow: hidden;
}

* html #galleryPics {
    margin-top: 20px;
    width: 99%;
    overflow: hidden;
}

#galleryPics a {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}

#galleryPics img {
    border: 1px solid #C4C4C4;
    padding: 5px;
}

#contactForm {
    overflow: hidden;
}

#contactForm .row {
overflow: hidden;
padding: 4px 0;
margin-bottom: 5px;
}

#contactForm .row label,
#contactForm .row .left {
float: left;
width: 200px;
padding: 0 10px 8px 0;
border-bottom: 1px solid #656565;
text-align: right;
color: #A22915;
margin-right: 15px;
}

#contactForm .row .right {
margin: 0 0 0 225px;
font-weight: bold;
}

#contactForm .row .right input,
#contactForm .row .right textarea,
#contactForm .row .right select {
background: #2A2A2C;
border: 1px solid #656565;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 4px;
color: #fff;
}


#footer {
    padding: 10px 0 15px 0;
    color: #282828;
    cursor: default;
}

#footer:hover {
    color: #383838;
}

#footer p {
    margin: 2px 0 5px 0;
}


*, *:hover, *:focus, *:active { outline: 0px none; }
/* Products css added by Alex B. */
#catalogue #productInfo ul.featuresList li {
	border: 0px;
	float: none;
	padding: 0px;
	margin: 0;
}
