@charset "UTF-8";


/* A very simple CSS reset */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, strike, strong, b, u, i,  ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* Basic CSS Styles */
body {
    font-family: Helvetica, Arial, sans-serif;
    background: #05365f url(img8/background.jpg) 0px 0px repeat-x;
    color: #FFF;
    line-height: 21px;
}

/* Page Structure */
div#header {
    width: 980px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
}
div#main {
    width: 980px;
    height: 800px;
    margin: 0 auto;
    background: url(img8/back_voice.jpg) top right no-repeat;
}
div#main-translation {
    width: 980px;
    height: 600px;
    margin: 0 auto;
    background: url(img8/back_trans.jpg) top right no-repeat;
}
div#main-contactus {
    width: 980px;
    height: 500px;
    margin: 0 auto;
    background: url(img8/back_contact.jpg) top left no-repeat;
}

/* Header Area */
a#logo {
    background: url(img8/cpvanguard_logo.jpg) 0px 0px no-repeat;
    width: 380px/*223px*/;
    height: 66px;
    overflow: hidden;
    float: left;
    text-indent: -900em;
    position: relative;
    top: 20px;
    left: 19px;
}

div#header ul {
    width: 418px/*690px*/;
    float: right;
    list-style-type: none;
    position: relative;
    top: 42px;
    right: 10px;
    font-family: georgia;
}
div#header ul li {
    float: left;
    margin: 0 0 0 10px;
    font-size: 16px;
}
div#header ul li a {
    color: #757679;
    text-decoration: none;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    display: block;
    font-size: 16px;
    float: left;
}
div#header ul li a:hover {
    color: #000;
    font-size: 16px;
}

/* Main Area */
div#copy_area {
    width: 460px;
    float: left;
    position: relative;
    left: 19px;
    margin: 34px 0 0 0;
}

div#copy_area h1 {
    color: #dff0ff;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 21px;
    opacity: 0.9999999;
    font-family: georgia;
    font-weight: normal;
}
div#copy_area h1#contactus {
    color: #a9ef64;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 21px;
    opacity: 0.9999999;
    font-family: arial;
    font-weight: bold;
}
div#copy_area p {
    font-size: 14px;
    margin-bottom: 21px;
    opacity: 0.9999999;
}
div#copy_area ul {
    list-style-type: none;
    margin-bottom: 35px/*82px*/;
}
div#copy_area ul li {
    padding: 1px 0 1px 35px;
    background: url(img8/check.jpg) 0 0 no-repeat;
    font-size: 14px;
    opacity: 0.9999999;
    margin-bottom: 7px;
}
div#copy_area ul#checkpoint li {
    padding: 1px 0 1px 30px;
    background: url(img8/plus.jpg) 0 0 no-repeat;
    font-size: 14px;
    opacity: 0.9999999;
    margin-bottom: 7px;
}
a#enquiry_button {
    background: url(img8/enquiry_button.jpg) 0 0 no-repeat;
    width: 300px;
    height: 55px;
    text-indent: -900em;
    overflow: hidden;
    display: block;
}
a#enquiry_button2 {
    background: url(img8/enquiry_button2.jpg) 0 0 no-repeat;
    width: 300px;
    height: 55px;
    text-indent: -900em;
    overflow: hidden;
    display: block;
}
div#product_shot {
    width: 282px;
    height: 516px;
    overflow: hidden;
    position: relative;
    float: right;
    top: 83px;
    right: 71px;
}
div#clients_voice {
   width: 500px;
   height: 516px;
   position: relative;
   float: right;
   top: 0px;
   right: 71px;
   font-size: 12px;
   font-family: verdana;
}
div#enquiry_form {
   width: 520px;
   height: 516px;
   position: relative;
   float: right;
   top: 0px;
   right: 71px;
   font-size: 12px;
   font-family: verdana;
   font-weight: normal;
   margin-top: 42px;
}
/*cpVanguard*/
strong { font-weight: normal; }
.visibility { display: none; }