﻿/* control styles */
.rotatingImg
{
    margin: 5px;
    float: left;
}
.heading
{
    display: block;
    font-weight: bold;
    font-size: 175%;
    font-style: italic;
    line-height: 200%;
}
.year
{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 80%;
    margin: 25px 0px 5px 0px;
}
.contactinfo
{
    float: right;
    position: relative;
    top: 20px;
    right: 60px;
    
    font-size: 90%;
}

/* news styles */
.NewsBlock
{
    float: right;
    clear: right;
    width: 383px;
    margin: 10px;
    background: url(../../gui/news-block-background.jpg) repeat-y;
}
.NewsControl
{
    min-height: 170px;
    margin: 0px 10px;
}
.NewsControl .newsdate, .NewsPage .block .date
{
    font-weight: bold;
    float: right;
}
.NewsControl .newsheadline, .NewsPage .block .headline
{
    font-style: italic;
    font-weight: bold;
    font-size: 105%;
    float: left;
}
.NewsControl p, .NewsPage .block p, .NewsPage .block br
{
    clear: both;
}
.NewsPage
{

}
.NewsPage .block
{
    margin: 10px;
    width: 75%;
}


/* menu and links styles */
a
{
    color: #000099;
    text-decoration: none;
}
a:hover
{
    color: #0000CC;
}
.RadMenu div .rmGroup
{
    background: Black;
    border: solid 1px #330000;
}
.MenuItem {
    color: White;
    font-weight: bold;
    height: 30px;
}
.MenuItem .rmText {
    position: relative;
    top: 7px;
}
.MenuItem:hover, .MenuItemExpanded {
    color: White;
    background: url(../../gui/menu-item-over.jpg) repeat-x;
}
.MenuItemDisabled, .MenuItemDisabled:hover {
    color: #999999;
}
.permanentmenu
{
    float: right;   
}

/* form styles */
.Boxes
{
    margin-bottom: 3px;
}
.FormLabels
{
    width: 150px;
    display: block;
    float: left;
    margin-right: 3px;
    text-align: left;
}
.ContactForm
{
    width: 500px;
    margin: 5px auto;
}
.ContactForm .FormLabels
{
    width: 100px;
}

/* Product Styles */
.Product
{
    clear: left;
    margin: 15px;
}
.Product .ListImg
{
    float: left;
    margin: 5px 5px 5px 0px;
}
.Product a.Title
{
    display: block;
    font-weight: bold;
    font-size: 125%;
}
.Product .Images
{
    float: right;
    width: 230px;
}
.Product .FormLabels
{
    width: 100px;
}
.Product .Attributes
{
    width: auto;
    float: inherit;    
}
.Product .Description
{
    clear: left;
    margin: 0px 5px 5px 0px;
    position: relative;
    top: 5px;
}
