﻿/* Body Styles */
* {margin:0;}

/* mac hide \*/
html,body{height:100%;width:100%;}

body
{
    background-image:url(../images/bg.png);
    background-position:top;
    background-repeat:repeat-x;
    background-color:#14427E;
    font-family: "myriad-pro";
    /*font-family: "myriad-pro-condensed";*/
}
/* end hide */

.divMain
{
    width:900px;
    position:absolute;
    top:0px;
    left:50%;
    margin-left:-450px;
    height:800px;
}

.divGoTo
{
    background-image:url(../images/go-to.png);
    background-repeat:no-repeat;
    width:138px;
    height:27px;
    cursor:pointer;
    cursor:hand;
    position:absolute;
    top:27px;
    left:0px;
}

.divMenu
{
    background-color:#2A579A;
    width:650px;
    height:56px;
    position:absolute;
    top:18px;
    left:225px;
    -webkit-border-bottom-left-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
	-khtml-border-radius-bottomleft: 40px;
	-khtml-border-radius-bottomright: 40px;
    -moz-border-radius-bottomleft: 40px;
    -moz-border-radius-bottomright: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    color:#FFFFFF;
    padding-top:30px;
    font-size:13px;
    text-align:center;
}

.divHomeBG
{
    background-image:url(../images/home-bg.png); 
    background-repeat:no-repeat; 
    background-position:right; 
    height:561px; 
    width:900px;
    text-align:right;
}

.divHomeFlash
{
    height:561px; 
    width:900px;
    text-align:right;
}

.divGrey
{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity:0.6;
    filter:alpha(opacity=60);
    z-index:20000; 
    display:none;
}

.divClose
{
    position:absolute; background-image:url(../images/close.png); top:10px; right:10px; cursor:hand; cursor:pointer; width:32px; height:31px
}

.newsLink
{
    text-decoration:none;
}

.newsLink:hover
{
    text-decoration:underline;
}

.divPopup
{
    -webkit-border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
	-khtml-border-radius-topleft: 30px;
	-khtml-border-radius-topright: 30px;
	-khtml-border-radius-bottomleft: 30px;
	-khtml-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    -moz-border-radius-bottomright: 30px; 
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px; 
    height:472px; 
    width:850px;
    background-color:#DEF1FA;
    position:absolute;
    top:125px;
    left:50%;
    margin-left:-450px;
    padding:10px;
    text-align:center;
    line-height:1.45;
    z-index:30000; 
    display:none;
}

.divNews
{
    -webkit-border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
	-khtml-border-radius-topleft: 30px;
	-khtml-border-radius-topright: 30px;
	-khtml-border-radius-bottomleft: 30px;
	-khtml-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    -moz-border-radius-bottomright: 30px; 
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px; 
    height:432px; 
    width:175px;
    background-color:#DEF1FA;
    position:absolute;
    top:165px;
    left:0px;
    padding:10px;
    text-align:center;
    line-height:1.45;
}

.divLogoLine
{
    background-image:url(../images/logo.png); 
    background-repeat:no-repeat; 
    height:140px; 
    width:837px;
    position:absolute;
    top:620px;
    left:0px;
}

.divProduct
{
    background-image:url(../images/box-bg.png); 
    background-repeat:repeat-x; 
    background-color:#EEF6FC;
    -webkit-border-top-left-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
	-khtml-border-radius-topleft: 40px;
	-khtml-border-radius-topright: 40px;
	-khtml-border-radius-bottomleft: 40px;
	-khtml-border-radius-bottomright: 40px;
    -moz-border-radius-bottomleft: 40px;
    -moz-border-radius-bottomright: 40px; 
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-topright: 40px; 
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    width:720px;
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -430px;
    z-index:110000;
    overflow:hidden;
    padding:40px;
    
    display:none;
}

.divProductImages
{
    /*border:1px solid #84BCE1;*/
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
	-khtml-border-radius-topleft: 15px;
	-khtml-border-radius-bottomleft: 15px;
	-khtml-border-radius-topright: 15px;
	-khtml-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-topleft: 15px; 
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-topright: 15px; 
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

#divGrey
{
    height:100%;
    width:100%;
    background-color:#E6E6E6;
    filter:alpha(opacity=60);
    opacity:0.6;
    z-index:10000;
    margin : 0;
    position:fixed;
    top:0;
    left:0;
    display:none;
}

.divHome
{
    background-image:url(../images/home.png); 
    background-repeat:no-repeat; 
    height:37px; 
    width:29px;   
    position:absolute;
    top:100px;
    left:0px;
    cursor:hand;
    cursor:pointer;
}


.divHomeSolutions
{
    background-image:url(../images/home.png); 
    background-repeat:no-repeat; 
    height:37px; 
    width:29px;   
    position:absolute;
    top:613px;
    left:0px;
    cursor:hand;
    cursor:pointer;
}


.divAbout
{
    height:528px; 
    width:900px;
}

.divAbout1
{
    background-image:url(../images/box-bg.png); 
    background-repeat:repeat-x; 
    -webkit-border-top-left-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
	-khtml-border-radius-topleft: 40px;
	-khtml-border-radius-topright: 40px;
	-khtml-border-radius-bottomleft: 40px;
	-khtml-border-radius-bottomright: 40px;
    -moz-border-radius-bottomleft: 40px;
    -moz-border-radius-bottomright: 40px; 
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-topright: 40px; 
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-right:69px;
    margin-top:50px;
    width:540px;
    height:340px; 
    float:right;
    padding:30px;
    line-height:1.5;
}

.divAbout2
{
    border:1px solid #FFFFFF;
    border-right:0;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
	-khtml-border-radius-topleft: 20px;
	-khtml-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-topleft: 20px; 
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top:115px;
    width:230px;
    height:275px; 
    float:left;
}

.divHistory
{
    height:528px; 
    width:900px;
}

.divHistory1
{
    background-image:url(../images/box-bg.png); 
    background-repeat:repeat-x; 
    -webkit-border-top-left-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
	-khtml-border-radius-topleft: 40px;
	-khtml-border-radius-topright: 40px;
	-khtml-border-radius-bottomleft: 40px;
	-khtml-border-radius-bottomright: 40px;
    -moz-border-radius-bottomleft: 40px;
    -moz-border-radius-bottomright: 40px; 
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-topright: 40px; 
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-right:69px;
    margin-top:50px;
    width:500px;
    height:360px; 
    float:right;
    padding:20px;
    line-height:1.4;
}

.divHistory2
{
    background-image:url(../images/history1.png);
    background-repeat:no-repeat; 
    margin-top:105px;
    width:290px;
    height:353px; 
    float:left;
}

.divAfterSales
{
    height:528px; 
    width:900px;
}

.divAfterSales1
{
    background-image:url(../images/box-bg.png); 
    background-repeat:repeat-x; 
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
	-khtml-border-radius-topright: 40px;
	-khtml-border-radius-bottomright: 40px;
    -moz-border-radius-bottomright: 40px; 
    -moz-border-radius-topright: 40px; 
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-right:69px;
    margin-top:115px;
    width:540px;
    height:167px; 
    float:right;
    padding:30px;
    padding-top:80px;
    line-height:1.5;
}

.divAfterSales2
{
    background-image:url(../images/aftersales1.png);
    background-repeat:no-repeat; 
    border:1px solid #FFFFFF;
    border-right:0;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
	-khtml-border-radius-topleft: 20px;
	-khtml-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-topleft: 20px; 
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top:115px;
    width:230px;
    height:275px; 
    float:left;
}

.divContact
{
    height:528px; 
    width:900px;
}

.divContact1
{
    margin-right:69px;
    margin-top:50px;
    width:524px;
    height:340px; 
    float:right;
    padding:30px;
    line-height:1.5;
}

.divContact2
{
    border:1px solid #009EE0;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
	-khtml-border-radius-topleft: 20px;
	-khtml-border-radius-bottomleft: 20px;
	-khtml-border-radius-topright: 20px;
	-khtml-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-topleft: 20px; 
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-topright: 20px; 
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top:165px;
    width:245px;
    height:245px; 
    float:left;
}

.divSolutions
{
    height:528px; 
    width:850px;
}

.divProductBox
{
    border:1px solid #84BCE1;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
	-khtml-border-radius-topleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px; 
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px; 
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width:60px;
    height:60px;
    cursor:pointer;
    cursor:hand; 
}

.divProductBoxOff
{
    border:1px solid #84BCE1;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
	-khtml-border-radius-topleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px; 
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px; 
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width:60px;
    height:60px;
    opacity:0.3;
    filter:alpha(opacity=30); /* For IE8 and earlier */
    cursor:pointer;
    cursor:hand; 
}

.Off
{
    opacity:0.3;
    filter:alpha(opacity=30); /* For IE8 and earlier */
}

.menuitem
{
    width:109px;
    height:16px;
    padding-top:1px;
    text-align:center;
    cursor:pointer;
    cursor:hand;
}

.menuitem:hover
{
    background-image:url(../images/button-bg.png);
    background-repeat:no-repeat;
}

.menuitemSelected
{
    background-image:url(../images/button-bg.png);
    background-repeat:no-repeat;
    width:109px;
    height:16px;
    padding-top:1px;
    text-align:center;
    cursor:pointer;
    cursor:hand;
}

.divInner
{
    width:900px;
    height:528px;
    margin-top:105px;
}

.text19
{
    font-size:19px;
}

.text17bold
{
    font-weight:bold;
    font-size:17px;
}

.text14
{
    font-size:14px;
}

.text12
{
    font-size:12px;
}

.orange
{
    color:#E7501E;
}

.white
{
    color:#FFFFFF;
}

.blue
{
    color:#10285D;
}

.lightblue
{
    color:#538CC4;
}

.lighterblue
{
    color:#84BCE1;
}

.darkgrey
{
    color:#0F1111;
}

/* Controls Styles */
input.textbox
{
    font-family:Arial;
    background-image:url(../images/small-box-bg.png); 
    background-repeat:repeat-x; 
    width:490px;
    height:16px;
    font-size:14px;
    color:#10285D;
    border:1px solid #B2E3F8;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
    margin-bottom:5px;
}

input.textboxerror
{
    font-family:Arial;
    background-image:url(../images/small-box-bg.png); 
    background-repeat:repeat-x; 
    width:490px;
    height:16px;
    font-size:14px;
    color:#10285D;
    border:1px solid #FF0000;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
    margin-bottom:5px;
}

textarea
{
    background-image:url(../images/middle-box-bg.png); 
    background-repeat:repeat-x; 
    font-family:Arial;
    background-color:#FFFFFF;
    background-repeat:repeat-x; 
    width:490px;
    border:1px solid #B2E3F8;
    font-size:14px;
    color:#10285D;
    height:50px;
    margin:0;
    padding:0; 
    outline:none;
    border-radius:0px; 
	-webkit-border-radius:0px; 
	-moz-border-radius:0px;
    resize:none;
    overflow:auto;
    padding-left:5px;
    padding-right:5px;
    padding-top:8px;
    padding-bottom:8px;
}

textarea.error
{
    background-image:url(../images/middle-box-bg.png); 
    background-repeat:repeat-x; 
    font-family:Arial;
    background-color:#FFFFFF;
    background-repeat:repeat-x; 
    width:490px;
    border:1px solid #FF0000;
    font-size:14px;
    color:#10285D;
    height:50px;
    margin:0;
    padding:0; 
    outline:none;
    border-radius:0px; 
	-webkit-border-radius:0px; 
	-moz-border-radius:0px;
    resize:none;
    overflow:auto;
    padding-left:5px;
    padding-right:5px;
    padding-top:8px;
    padding-bottom:8px;
}


input.button
{
    background-image:url(../images/small-button-bg.png);
    background-repeat:no-repeat;
    width:45px;
    height:15px;
	border:0px;
    color:#FFFFFF;
    font-size:12px;
    margin:0;
    padding:0; 
    cursor:hand;
    cursor:pointer;
    outline:none;
	-webkit-border-radius:0px; 
	-moz-border-radius:0px;
}

.hand
{
    cursor:hand;
    cursor:pointer;
}

/* Other Styles */
.paddingleft5
{
    padding-left:5px;
}

.paddingleft10
{
    padding-left:10px;
}

.paddingleft15
{
    padding-left:15px;
}

.paddingleft20
{
    padding-left:20px;
}

.paddingleft30
{
    padding-left:30px;
}

.paddingleft40
{
    padding-left:40px;
}

.paddingleft50
{
    padding-left:50px;
}

.paddingleft60
{
    padding-left:60px;
}

.paddingright5
{
    padding-right:5px;
}

.paddingright10
{
    padding-right:10px;
}

.paddingright15
{
    padding-right:15px;
}

.paddingright20
{
    padding-right:20px;
}

.paddingright30
{
    padding-right:30px;
}

.paddingright40
{
    padding-right:40px;
}

.paddingright50
{
    padding-right:50px;
}

.paddingright55
{
    padding-right:55px;
}

.paddingtop40
{
    padding-top:40px;
}

.paddingtop35
{
    padding-top:35px;
}

.paddingtop30
{
    padding-top:30px;
}

.paddingtop20
{
    padding-top:20px;
}

.paddingtop12
{
    padding-top:12px;
}

.paddingtop10
{
    padding-top:10px;
}

.paddingtop5
{
    padding-top:5px;
}

.paddingbottom5
{
    padding-bottom:5px;
}

.paddingbottom15
{
    padding-bottom:15px;
}

.paddingbottom10
{
    padding-bottom:10px;
}

.paddingbottom14
{
    padding-bottom:14px;
}

.paddingbottom20
{
    padding-bottom:20px;
}