﻿* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 13px;
    line-height: 22px;
    font-family: Tahoma;
    color: #ffffff;
    background: #e4e4e4;
}

* html body {
    background-color: #f0f0f0;
}

#BgPhoto {
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    height: 100%;
}

* html #BgPhoto {
    display: none;
}

#PageWrapper {
    direction: ltr;
    width: 820px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

#Head {
    height: 170px;
    background: url(images/MahrokhEnSectionTitleBg.png) no-repeat right top;
    overflow: hidden;
    margin-top: 30px;
}

#Logo {
    display:block;
    float: left;
    background: url(images/YarnLogo.png) no-repeat left top;
    width: 147px;
    height: 90px;
    margin: 30px 0 0 10px;
    outline:none;
}

#Head h1 {
    float: right;
    font-size: 0px;
    background: url(images/YarnSectionTitleTextEn.png) no-repeat;
    width: 270px;
    height: 37px;
    margin: 80px 171px 0px 0px;
    text-indent: -1000px;
}

* html #Head h1 {
    margin-right: 90px;
    background: url(images/YarnSectionTitleTextEn.gif) no-repeat;
}

#ContentAndSidebarWrapper {
    overflow: hidden;
    margin-top: -25px;
}

#Sidebar {
    width: 150px;
    float: left;
    height: 100px;
    margin-right: -42px;
    margin-top: 60px;
}

#Sidebar a {
    display: block;
    height: 50px;
    font-size: 0px;
    outline: none;
    text-indent: -1000px;
}

#Sidebar a.ContactUs {
    background: url(images/EnContactUsButton.png) no-repeat right;
}

#Sidebar a.AboutUs {
    background: url(images/EnAboutUsButton.png) no-repeat right;
}

#Sidebar a.Products {
    background: url(images/EnProductsButton.png) no-repeat right;
}

#Sidebar a.Prespect {
    background: url(images/EnPrespectButton.png) no-repeat right;
}

#ContentWrapper {
    width: 599px;
    overflow: hidden;
    float: right;
    margin-right: 73px;
    _margin-right:38px;
}

#ContentHead {
    background: url(images/EnContentHolderHeadBg.png) no-repeat;
    height: 51px;
}

#Content {
    background: url(images/EnContentHolderBg.png) repeat-y left;
    padding: 0px 70px 0px 30px;
    overflow: hidden;
}

#ContentFoot {
    background: url(images/EnContentHolderFootBg.png) no-repeat;
    height: 19px;
}

#Foot {
    height: 40px;
}

#Foot #Girl {
    background: url(images/Girl02.png) no-repeat;
    height: 319px;
    width: 349px;
    position: fixed;
    bottom: 0px;
    left: 100px;
}

#Content p {
    margin-bottom: 20px;
}


#Content h2 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

a.Photo {
    display: inline-block;
    text-decoration: none;
    padding: 3px;
    background-color: #ffffff;
    margin: 10px 3px;
}

a.Photo:hover {
    border-bottom: 0px;
}
a.Photo img {
    border: 0px;
}

#Content p a {
    text-decoration: none;
    border-bottom: 1px dotted #ffffff;
    padding-bottom: 2px;
    color: #ffffff;
}
#Content p a:hover {
    border-bottom: 1px solid #ffffff;
}

#RandomProductHolder tr{
    display:none;
}

form input[type=text], form textarea {
    border: 1px solid #8E8E8E;
    font-family: tahoma,arial;
    font-size: 12px;
    padding: 7px 4px 8px;
}

form textarea {
    height: 80px;
    overflow: auto;
    width: 300px;
}

form input[type=submit], form input[type=reset] {
    cursor: pointer;
    font-family: tahoma,arial;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 1px 6px;
    text-align: center;
}

form label.error {
    display: block;
}

form td {
    vertical-align: top;
}



