/* ELEMENTS */
*
{
    margin: 0px;
    padding: 0px;
}
body, input, textarea
{
    font: 12px Arial,Helveticas,Sans-Serif;
}
body
{
    background-color: #eeeeee;
    color: #2a2a2a;
}
ul
{
    margin-left: 28px;
}
ul, p, form
{
    margin-bottom: 14px;
}
a
{
    text-decoration: none;
    color: #0478b5;
    -moz-outline-style: none;
    outline: none;
}
a:hover
{
    text-decoration:underline;
}
input.submit
{
    border: none;
    background-color: #507d9c;
    color: #ffffff;
    padding: 3px 14px;
    font-weight: bold;
    text-transform: uppercase;
}
input.check
{
    border: none;
    padding: 0px;
}
/* MAIN GRID */
.wrapper
{
    margin: 0px auto;
    position: relative;
}
#header
{
    background-color: #ffffff;
}
#header .wrapper,
#title .wrapper
{
    /*width: 908px;*/
    width: 720px;
    padding: 27px 14px;
    height: 23px;
    background-color: #ffffff;
}
#subfooter .wrapper,
#footer .wrapper
{
	width: 720px;
    background-color: #eeeeee;
	color: #999999;
	padding: 14px;
}
#subheader
{
    background-color: #355e7a;
    color: #ffffff;
    height: 31px;
}
#subheader .wrapper, #main .wrapper
{
    /*width: 936px;*/
    width: 748px;
}
#main .wrapper
{
    background-color: #eeeeee;
}
#subfooter
{
    margin-top: 4px;
    clear: both;
}
#subfooter .wrapper
{
	height: 23px;
}
#footer
{
    border-top: 4px solid #bbbbbb;
}
#footer .copyright
{
	float: right;
}
#logo
{
    width: 300px;
    height: 21px;
    margin: 0px 1px;
    display: block;
    text-indent: -1000px;
    overflow: hidden;
    background-image: url(/imgs/logo/ventika.gif);
}
#oneliner
{
    position: absolute;
    top: 22px;
    left: 188px;
    padding: 7px 0px;
}
#miniMenu
{
    position: absolute;
    right: 11px;
    top: 22px;
    padding: 7px 0px;
}
#miniMenu a
{
    margin: 0px 3px;
}
#title h1
{
    font-family: Georgia,"Nimbus Roman No9 L",serif;
    font-size: 18px;
    font-weight: normal;
}
#menu
{
    margin: 0px;
    display: block;
}
#menu li
{
    margin: 4px 4px 0px 0px;
    float: left;
    display: block;
    text-align: center;
	width: auto !important;
    width: 90px;
}
#menu li a
{
    height: 15px;
    display: block;
    color: #ffffff;
    font-weight: bold;
    background-color: #507d9c;
    padding: 4px 14px;
    text-decoration: none;
    text-transform:uppercase;
    -moz-border-radius:1px;
}
#menu li a:hover
{
    background-color: #ffffff;
    color: #2a2a2a;
}
#menu li.selected a
{
    background-color: #ffffff;
    color: #355E7A;
    border-bottom: 2px solid #ffffff;
    padding-top: 6px;
    -moz-border-radius-bottomleft:0px;
    -moz-border-radius-bottomright:0px;
}
#rightMenu
{
    float: right;
    margin-top: 4px;
}
#rightMenu *
{
    margin: 0px;
}
#rightMenu input.text
{
    background: #ffffff url(/imgs/layout/icons/search.png) no-repeat scroll 163px center;
    font-size: 11px;
    font-style: italic;
    width: 159px;
    padding-right: 20px;
}
#rightMenu p
{
    float: left;
}
#rightMenu a
{
    color: #ffffff;
}
#rightMenu p a
{
    display: block;
    height: 25px;
    width: 140px;
    margin-top: -1px;
    background-image: url(/imgs/phone.gif);
    background-position: center right;
    background-repeat: none;
    text-indent: -1000px;
    overflow: hidden;
}
#actionMenu
{
    position: absolute;
    top: 27px;
    right: 14px;
}
#actionMenu ul
{
    float: left;
    margin: 0px;
}
#actionMenu ul li
{
    float: left;
    display: block;
    margin-left: 4px;
}
#actionMenu ul li a
{
    display: block;
    padding: 4px 4px;
}
#right
{
    overflow: hidden;
    float: right;
    background-color: #ffffff;
}
#content
{
    overflow: hidden;
    background-color: #ffffff;
}
.box1, .size1
{
    width: 184px;
}
.box2, .size2
{
    width: 372px;
}
.box3, .size3
{
    width: 560px;
}
.box4, .size4
{
    width: 748px;
}
.box5, .size5
{
    width: 936px;
}
.boxWrap1
{
    width: 190px;
}
.boxWrap2
{
    width: 378px;
}
.boxWrap3
{
    width: 566px;
}
.boxWrap4
{
    width: 754px;
}
.boxWrap5
{
    width: 944px;
}
.box1,
.box2,
.box3,
.box4,
.box5
{
    float: left;
    border-top: 4px solid #eeeeee;
    border-right: 4px solid #eeeeee;
}
.box1 .title,
.box2 .title,
.box3 .title,
.box4 .title,
.box5 .title
{
    color: #355e7a;
    font-size: 12px;
    border-bottom: 1px solid #eeeeee;
    padding: 7px 14px;
    margin: 0px;
    text-transform: uppercase;
}
.box1 .content,
.box2 .content,
.box3 .content,
.box4 .content,
.box5 .content
{
    padding: 14px;
}
.itemlist .item
{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 7px;
    margin-bottom: 7px;
}
.itemlist .item.last
{
    border-bottom: none;
}
.empty
{
    background-color: #eeeeee;
    width: 100%;
    height: 100%;
}
.clear
{
    clear: both;
}
form dl
{
    margin-right: 188px;
}
form dt
{
    float: left;
    clear: left;
    width: 156px;
    text-align: right;
    padding: 3px 14px 2px 14px;
}
form dd
{
    margin: 0px 0px 12px 188px;
}
fieldset
{
    border: none;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 31px;
}
fieldset.last
{
    border: none;
}
fieldset p
{
    float: right;
    width: 156px;
}
label
{
    font-weight: bold;
}
input.text, textarea
{
    width: 300px;
    border: 1px solid #CCCCCC;
    padding: 3px;
}
input.submit
{
    border: none;
    background-color: #507d9c;
    color: #ffffff;
    padding: 3px 14px;
    font-weight: bold;
    text-transform: uppercase;
}
input.check
{
    border: none;
    padding: 0px;
}

.itemlist.features .item
{
    padding: 0px;
}
.itemlist.features .item p
{
    margin-bottom: 8px;
}
