/** Common Styles */
*
{
    margin: 0;
    padding: 0;
}

body
{
    margin: 0;
    background: #393939;
    line-height: 25px;
    text-align: justify;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

td
{
    vertical-align: top;
}
hr
{
    border: solid 1px #f0f0f0;
}

h1, h2, h3
{
    margin-top: 1.5em;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.4em;
}

h3
{
    font-size: 1em;
}

p, ul, ol
{
    margin-top: 1.5em;
}

ul, ol
{
    margin-left: 3em;
}

blockquote
{
    margin-left: 3em;
    margin-right: 3em;
}

a
{
    color: #CB347E;
}

/** Header Style Starts Here */

#header
{
    width: 800px;
    height: 100px;
    margin: 0 auto;
    padding: 0;
    background: url(images/Header.png) no-repeat left ;
}

#header h1
{
    float:left;
    margin: 0;   
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    font-size: 37px;
    font-weight: normal;
    color: #FFFFFF;
}

#header h2
{
    float:right;
    margin: 0;
    padding: 5px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: normal;
    color: #FFFFFF;
   
}

#header a
{
color: #FFFFFF;
}

#header a:hover
{
text-decoration:underline;
}

/** Menu Style Starts Here */


#menu
{
    width: 760px;
    height: 43px;
    margin: 0 auto;
    padding: 0 20px;
    background: url(images/image01.jpg) no-repeat left top;
}

#menu ul
{
    margin: 0;
    list-style: none;
    padding-top: 10px;
}

#menu li
{
    display: inline;
}

#menu a
{
    padding: 0 45px;
    background: url(images/image06.gif) no-repeat right 50%;
    text-decoration: none;
    color: #FFFFFF;
}

#menu a:hover
{
    color: #CFCFCF;
}

#menu .first a
{
    padding-left: 15px;
}

#menu .last a
{
    
    padding-right: 17px;
}

/** Page Style Starts Here */

#page
{
    width: 800px;
    margin: 0 auto;
    padding: 0;
    background: url(images/image05.jpg) repeat-y;
}

#page-top
{
    /*background: url(images/image03.jpg) no-repeat left top;*/
}

#page-bottom
{
    /*background: url(images/image04.jpg) no-repeat left bottom;*/
}

#content
{
    float: left;
    width: 760px;
    padding: 20px 20px 20px 20px;
}

#content h2
{
    margin: 0;
    padding: 20px 0 10px 0;
    border-bottom: 1px dotted #CFCFCF;
    text-transform: lowercase;
    font-size: 24px;
    font-weight: normal;
}

#sidebar
{
    float: left;
    width: 250px;
    padding: 20px 0 0 20px;
}

#sidebar h2
{
    margin: 0;
    padding: 20px 0 10px 0;
    border-bottom: 1px dotted #CFCFCF;
    text-transform: lowercase;
    font-size: 24px;
    font-weight: normal;
}

#sidebar ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li
{
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px dotted #CFCFCF;
}
/** Footer Style Starts Here */

#footer
{
    width: 800px;
    height: 43px;
    margin: 0 auto;
    padding: 0 0 20px 0;
    background: url(images/image02.jpg) no-repeat left top;
}

#footer a
{
    text-decoration: underline;
}

#footer p
{
    margin: 0;
    padding: 8px 0 0 0;
    text-align: center;
    font-size: 11px;
    color: #FFFFFF;
}

#footer a
{
    color: #FFFFFF;
}


.ProductTd
{
    width: 200px;
    vertical-align: top;
    text-align: left;
    padding-left: 10px;
}

.Title
{
    font-size: 13px;
    font-family: Tahoma;
    text-align: justify;
    color: #971f4c;
    padding-right: 5px;
    padding-top: 0px;
}

.Rahnama
{
    position: absolute;
    left: 275px;
    top: 270px;
}

.Message
{
    color: #971f4c;
}

.TableTemplate
{
    border: solid 1px #CFCFCF;
}

.TempHr
{
    border: dotted 1px #f0f0f0;
}

