HTML 
{
    overflow: -moz-scrollbars-vertical;
}

BODY {
	width: 100%;
	height: 100%;
	background: #f5f5f5 url(../Images/bg-main.gif) repeat-y center top;
}

/* misc */

.red 
{
    color: #F00;
}

.relative 
{
    position: relative;
}

.left {
	float: left;
}

.right {
	float: right;	
}

.clear {
	clear: both;	
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}

/* layout start */

#website
{
    width: 886px; /* 960 - 37 - 37 */
    margin: 0 auto;
    padding: 28px 37px;
}

#header 
{
    position: relative;
}

#topRight 
{
    position: absolute;
    top: 0;
    right: 0;
}

#topRight UL LI 
{
    float:left;
    margin-left: 10px;
}

#topBar 
{
    margin: 34px 0 21px 0;
    height: 32px;
    background: url(../Images/bg-topbar.gif) repeat-x;
}

#topBar UL LI
{
    float:left;
    padding-top: 11px;
    margin-right: 34px;
}

#topBar DIV 
{
    padding-top: 6px;
    float: right;
}

.input 
{
    margin-right: 7px; 
}

#content 
{
    float:left;
    width: 604px;
    margin-right: 20px;
    min-height: 460px;
}

#boxes
{
    width: 258px;
    float: left;
}

#footer 
{
    clear: both;
    border-top: 1px solid #dcdcdc;
    text-align: center;
}

#footer ul 
{
    margin-top: 10px;
}

#footer ul li 
{
    display:inline;
    margin: 0 5px;
}

.leftMenu 
{
    width: 165px;
    margin: 0 20px 20px 0;
    float:left;
}

.leftMenu LI 
{
    display: block;
    padding: 8px;
    width: 149px; /* 165 - 8 - 8 */
    height: 10px; /* 26 - 8 - 8 */
    background: url(../Images/bg-leftmenu.gif) no-repeat;
    margin-bottom: 2px;
    
}

#body 
{
    width: 419px; /* 604 - 165 - 20 */
    float:left;
    margin-bottom: 20px;
}

/* layout end */

/* start start */

#startMedia 
{
    width: 604px;
    height: 264px;
    margin-bottom: 20px;
}

#startMedia IMG 
{
    display: none;
}

.startBox 
{
    width: 188px;
    height: 130px;
    float: left;
    position: relative;
}

.startBox .inner 
{
    position: absolute;
    top: 5px;
    left: 4px;
    background-color: #edecea;
    padding: 8px;
    width: 163px; /* 179 - 8 - 8 */
    height: 37px; /* 53 - 8 - 8 */
    
    opacity: 0.85;
    -moz-opacity: 0.85;
    filter:alpha(opacity=85)
}

.startBoxSeparator 
{
    width: 20px;
    float: left;
} 

#latestNewsBox .inner
{
    height: 228px; /* 264 - 18 - 18 */
}

#newsletterBox .inner
{
    height: 94px; /* 130 - 18 - 18 */
    
}

/* start end */

DIV.greyDottedHr 
{
    height: 1px;
    background: url(../Images/bg-grey-dotted-hr.gif) repeat-x;
    width: 100%;
    margin-bottom: 20px;
    clear: both;
}

DIV.greyDottedHr HR 
{
    display:none;
} 

.input 
{
    border: 1px solid #cacaca;
    background: url(../Images/bg-input.gif) repeat-x;
    height: 14px;
    padding: 2px;
}

.textarea 
{
    border: 1px solid #cacaca;
    background: url(../Images/bg-textarea.jpg) no-repeat;
    padding: 2px;
    height: 86px; /* 90 - 2 - 2 */
    width: 219px; /* 223 - 2 - 2*/

}

.arrowButton, .arrowButtonBig 
{
    border: 0;
    cursor:pointer;
    background: url(../Images/bg-arrowbutton-right.gif) no-repeat right top;
    padding: 0 18px 0 0;
    height: 20px;  
    display: block;
    float:left;
}

.arrowButton span, .arrowButtonBig span
{
    background: url(../Images/bg-arrowbutton-left.gif) no-repeat left top;
    display:block; 
    height: 20px;   
    line-height: 20px;
    white-space: nowrap; 
    padding: 0 7px;
}

.arrowButtonBig  
{
    background: url(../Images/bg-arrowbutton-big-right.gif) no-repeat right top;
    padding: 0 21px 0 0;
    height: 25px;  
}

.arrowButtonBig span
{
    background: url(../Images/bg-arrowbutton-big-left.gif) no-repeat left top;
    height: 25px;   
    line-height: 25px;
    padding: 0 10px;
}

.box 
{
    background: url(../Images/bg-box-top.gif) no-repeat center top;
    width: 258px;
    margin-bottom: 20px;
}

.box .inner
{
    background: url(../Images/bg-box-bottom.gif) no-repeat center bottom;
    padding: 18px;
}

#latestNewsBox P 
{
    margin-bottom: 8px;
}

#downloadsBox UL LI 
{
    height: 27px;
}

#downloadsBox UL LI A 
{
    background: url(../Images/pdf.jpg) no-repeat left top;
    padding-left: 22px;
}

#findStockistsBox SELECT 
{
    width: 219px; /* 223 - 2 - 2*/
    margin-top: 5px;        
}

#contactUsDirectlyBox .input 
{
    width: 219px; /* 223 - 2 - 2*/
    margin-top: 5px;
}

#contactUsDirectlyBox .textarea 
{
    margin: 10px 0;    
} 

#productImageContainer 
{
    position: relative;
    margin-bottom: 20px;
}

#productImageContainer UL 
{
    position: absolute;
    top: 0;
    right: 0;
}

#productImageContainer UL LI 
{
    text-align: right;

}

#productImageContainer UL LI.selected IMG
{
    background: url(../Images/blue-arrow-7-right.gif) no-repeat left center;
}

#productImageContainer UL LI IMG 
{
    padding-left:14px;    
}

.contactFilter 
{
    width: 166px;
}

.contact IMG 
{
    margin-right: 10px;
}

#tellAFriend, #loginWindow
{
    background-color: #FFF;
    border: 1px solid #cacaca;
    display: none;
    position:absolute;
    bottom: 20px;
    right: 0;
    text-align: left;
    padding: 20px 20px 0 20px;
    width: 200px;
}

#tellAFriend .input, #loginWindow .input
{
    width: 186px;
}

#loginWindow 
{
    top: 20px;
    bottom: auto;
}

.modalClose 
{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#longPageNavigation UL LI
{
    margin-bottom: 5px;
}

.formCols br
{
    clear: both;
}

.formCols label
{   
    display: block;
    float:left;
    width: 100px;
    margin: 0 10px 5px 0;
}

.formCols input 
{
    margin-bottom: 5px;
    width: 175px;
}