@font-face {
    font-family: 'Trebuchet MS';
    src: url('fonts/miso-regular-webfont.eot');
    src: local('☺'), url('fonts/miso-regular-webfont.woff') format('woff'), url('fonts/trebuc_0.ttf') format('truetype'), url('fonts/miso-regular-webfont.svg#webfonthfEbJPsj') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trebuchet MS Bold';
    src: url('fonts/miso-light-webfont.eot');
    src: local('☺'), url('fonts/miso-light-webfont.woff') format('woff'), url('fonts/trebucbd_0.ttf') format('truetype'), url('fonts/miso-light-webfont.svg#webfontSBd1INCA') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trebuchet MS Italic';
    src: url('fonts/miso-bold-webfont.eot');
    src: local('☺'), url('fonts/miso-bold-webfont.woff') format('woff'), url('fonts/trebucit_0.ttf') format('truetype'), url('fonts/miso-bold-webfont.svg#webfont06CpqnoG') format('svg');
    font-weight: bold;
    font-style: normal;
}

article,
aside,
canvas,
datalist,
details,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
time,
video {
    margin: 0;
    padding: 0;
    display: block;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
/*sup,*/

tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead {
    margin: 0;
    /*padding:0;*/
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
/*a,*/

abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
/*b,*/

u,
i,
center,
dl,
/*dt,*/

dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead {
    padding: 0px;
}

body {
    line-height: 1;
    background: #BBC951 url(../images/body-bg.gif) repeat-x;
    cursor: url(../images/spider.png), url(myBall.cur), auto;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body,
p {
    font: 13px/1.5 "Trebuchet MS", sans-serif;
    color: #404040;
}

a:link,
a:visited {
    color: #0090C5;
}

a:hover,
a:active {
    text-decoration: none;
}

hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 13px;
}

h6 {
    font-size: 11px;
}

h1,
h2,
h3 {
    font-family: Trebuchet MS, sans-serif;
    color: #7B7B7B;
    line-height: 100%;
    font-weight: normal;
}

h4,
h5,
h6 {
    font-family: Trebuchet MS, sans-serif;
    font-style: normal;
    color: #464646;
    line-height: 100%;
    font-weight: normal;
}

ol {
    list-style: decimal outside;
}

ol ul,
ol ol {
    margin-left: 20px;
}

ul {
    list-style: disc outside;
}

dt {
    background: transparent url('../images/arrow-right.png') no-repeat 2px 6px;
    padding-left: 15px;
    padding-bottom: 3px;
    text-align: justify;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
    margin-bottom: 10px;
}

p {
    text-align: justify;
}

ol,
ul {
    list-style: none;
}

.R {
    -moz-border-radius: 12px;
    /*For Firefox*/
    -webkit-border-radius: 12px;
    /*For Safari & Chrome*/
    -khtml-border-radius: 12px;
    /*For Linux based browsers*/
    -border-radius: 12px;
    /*CSS3*/
}

.none {
    display: none;
}

.Mt {
    margin-top: 10px;
}

.Mo {
    margin: -5px
}

.B {
    border: solid 1px #D0D1CF;
}

.clear {
    clear: both
}

.img_left {
    float: left;
}

.img_right {
    float: right;
}

.arrow {
    background: transparent url('../images/bullet-tick.gif') no-repeat 2px 6px;
    padding-left: 20px;
    padding-bottom: 3px;
    text-align: justify;
}

a.readmore {
    background: #B73030;
    border: 1px solid #777;
    padding: 2px 0;
    text-align: center;
    color: #fff;
    clear: both;
    display: block;
    width: 70px;
    margin: 16px 5px 0 5px;
    text-decoration: none;
    font-size: 12px;
    line-height: 17px;
    -moz-border-radius: 5px;
    /*For Firefox*/
    -webkit-border-radius: 5px;
    /*For Safari & Chrome*/
    -khtml-border-radius: 5px;
    /*For Linux based browsers*/
    -border-radius: 5px;
    /*CSS3*/
}

a:hover.readmore {
    background: #931212;
    border: 1px solid #999;
    text-decoration: none;
    -moz-border-radius: 5px;
    /*For Firefox*/
    -webkit-border-radius: 5px;
    /*For Safari & Chrome*/
    -khtml-border-radius: 5px;
    /*For Linux based browsers*/
    -border-radius: 5px;
    /*CSS3*/
    color: #6B6B6B;
}

.Lgray {
    color: #C8C8C8;
}

.Dgray {
    color: #7B7B7B;
}

.violet {
    color: #7A142E
}

.blue {
    color: #0E5775
}

.banner-Yel {
    width: 500px;
    height: 60px;
    float: left;
    background: url('../images/banner_bg-Yel.png') no-repeat 0 0;
    margin: 0 0 0 -10px;
    position: absolute;
    z-index: -999px;
}

.banner-Gre {
    width: 500px;
    height: 60px;
    float: left;
    background: url('../images/banner_bg-Gre.png') no-repeat 0 0;
    margin: 0 0 0 -10px;
    position: absolute;
    z-index: -999px;
}

.banner-Brown {
    width: 500px;
    height: 60px;
    float: left;
    background: url('../images/banner_bg-Brown.png') no-repeat 0 0;
    margin: 0 0 0 -10px;
    position: absolute;
    z-index: -999px;
}

.banner-Meg {
    width: 500px;
    height: 60px;
    float: left;
    background: url('../images/banner_bg-Meg.png') no-repeat 0 0;
    margin: 0 0 0 -10px;
    position: absolute;
    z-index: -999px;
}

.banner-Yel h2,
.banner-Vio h2,
.banner-Meg h2,
.banner-Gre h2,
.banner-Brown h2 {
    margin: 10px 0 0 10px;
    color: #f1f1f1
}

/* Common code */

#container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

#content {
    width: 975px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background: #FDFDFD;
}

.top_nav {
    width: 975px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 3px;
    position: relative;
    cursor: default
}

.cssmenu {
    position: absolute;
    z-index: 10;
}

.call_us {
    width: 325px;
    height: 35px;
    float: right;
    text-align: right;
    padding: 5px;
}

.menu {
    width: 800px;
    height: auto;
    float: right;
}

.top_pos {
    width: 975px;
    height: 70px;
    float: left;
    position: absolute;
    z-index: 1
}

.logo {
    width: 345px;
    height: 70px;
    float: left;
    background: url('../images/webologist-logo.png') no-repeat 0 0;
    position: absolute;
    z-index: 1
}

.S_phone {
    width: 275px;
    height: 70px;
    float: right;
    margin: 10px;
    z-index: 1
}

.ani_body {
    width: 975px;
    height: 265px;
    float: left;
    margin-top: 0px
}

.banner-bg {
    width: 500px;
    height: 60px;
    float: left;
    background: url('../images/banner_bg.png') no-repeat 0 0;
    margin: 0 0 0 -10px;
    position: absolute;
    z-index: -999px;
}

.banner-bg h2 {
    margin: 10px 0 0 10px;
}

.main_body {
    width: 975px;
    height: auto;
    padding: 0;
    overflow: hidden;
    background: #FDFDFD;
    margin-top: 60px;
}

.main_body p {
    padding: 5px;
}

.def_ser_body,
.cont_web_body {
    width: 975px;
    height: auto;
    float: left;
}

.def_ser_icon {
    width: 190px;
    height: 215px;
    float: left;
    padding: 40px 20px 40px 20px;
}

.def_ser_icon p {
    text-align: right;
    font-size: 38px;
    font-weight: bold;
    color: #888888;
}

.box-1 {
    overflow: hidden;
    width: 210px;
    height: 260px;
    background: url('../images/box-1.gif') left top repeat-x #f9f9f5;
    border: 1px solid #fdfdfc;
    box-shadow: 0 0 2px 2px #e6e6e6;
    margin: 7px;
    float: left;
}

.box-1 {
    padding: 10px
}

.box-2 {
    overflow: hidden;
    width: 210px;
    height: 260px;
    background: url('../images/box-2.gif') left top repeat-x #ECF3EC;
    border: 1px solid #fdfdfc;
    box-shadow: 0 0 2px 2px #e6e6e6;
    margin: 7px;
    float: left;
}

.box-2 {
    padding: 10px 12px 10px 12px;
}

.border-1 {
    background: url(../images/border-1.gif) left bottom repeat-x;
    padding: 0 0 18px;
    margin-bottom: 20px;
}

.button-1 {
    display: inline-block;
    padding: 8px 21px 9px 17px;
    background: #e9e9e5;
    border-radius: 16px;
    font-size: 12px;
    line-height: 15px;
    color: #1e1e1e;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

.button-1:hover {
    background: #d4d4d0;
    color: #f8f8f3;
}

.dcont_B {
    width: 220px;
    float: left;
    margin: 5px;
}

.def_cont {
    width: 220px;
    height: 250px;
    background: #F3F3F3;
    border: solid 2px #F0F0F0;
}

.def_web_body {
    width: 730px;
    height: 250px;
    background: #F9F9F9;
    border: solid 2px #F6F6F6;
    margin: 5px;
    float: left;
}

.web_3com {
    width: 230px;
    height: 240px;
    margin: 5px;
    float: left;
}

.web_3com h2 {
    font-size: 18px;
    color: #fff;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.web_1img {
    width: 70px;
    height: 230px;
    float: left;
    background: url('../images/letter1.png') no-repeat 0 0;
}

.web_2img {
    width: 70px;
    height: 230px;
    float: left;
    background: url('../images/letter2.png') no-repeat 0 0;
}

.web_3img {
    width: 70px;
    height: 230px;
    float: left;
    background: url('../images/letter3.png') no-repeat 0 0;
}

.bott_ul {
    width: 220px;
    height: 100px;
    float: left;
}

.col-3 {
    width: 146px;
    float: left;
}

.ul-2 li {
    padding: 6px 0 5px 20px;
    background: url(../images/ul-2.png) left 12px no-repeat;
}

.ul-2 li a {
    color: #767676;
    text-decoration: none;
}

.ul-2 li a:hover {
    text-decoration: underline;
}

.button-2 {
    display: inline-block;
    background: url(../images/button-1.png) right 7px no-repeat;
    padding: 0 18px 0 0;
    font-size: 14px;
    text-decoration: none;
}

.button-2:hover {
    color: #464646;
}

.s_c_under2 {
    width: 710px;
    height: auto;
    float: right;
    padding: 5px;
    margin: 0 5px 0 5px;
    background-color: #F9F9F9;
    margin-bottom: 5px;
}

/*.s_c_under{width:190px; height:165px; float:left; padding:5px; margin:0 5px 0 5px; background-color:#F5F5F3}
.s_c_under h4{ width:185px; float:left; border-bottom:solid 1px #D0D1CF}
.s_c_under img{width:185px; height:75px; float:left;}
.s_c_under input{ margin-top:2px;}
.s_c_under2{width:405px; height:165px; float:left; padding:5px; margin:0 5px 0 5px; background-color:#F5F5F3}*/

/* Bottom Nav code */

.full_b_nav {
    width: 100%;
    height: 75px;
    margin: 0 auto;
    background: url('../images/bottom_nav.jpg');
}

.bottom_nav {
    width: 965px;
    height: 87px;
    margin: 0 auto;
    background: url('../images/bottom_nav.jpg');
    margin-bottom: 3px;
    padding: 5px;
}

.bottom_nav img,
.bottom_nav p {
    float: left;
}

.av_logo {
    width: 174px;
    height: 45px;
    margin-top: 5px;
    float: right;
    color: #333333;
    background: transparent url(../images/AV-Solutions-Logo.png) no-repeat 0 0;
    position: relative;
}

.av_logo a {
    color: #333333;
    padding-left: 50px;
}

.av_logo span {
    position: absolute;
    top: 10px;
}

.av_logo img {
    float: left;
    padding: 2px;
}

.bottom_links {
    width: auto;
    float: left;
    margin-top: -27px;
    cursor: pointer;
}

.bottom_links a {
    text-decoration: none;
    color: #000000
}

.bottom_links a:hover {
    text-decoration: none;
    color: #0E5775;
}

/* com code all*/

.ani_body_all {
    width: 975px;
    height: 200px;
    float: left;
}

.about_body {
    width: 735px;
    height: auto;
    float: left;
    margin: 5px 0px 3px 3px;
    border: solid 1px #e0e0e0;
}

/*...Tips...*/

.com_tips {
    width: 735px;
    height: auto;
    float: left;
    border-bottom: solid 1px #DDDDDD;
}

.tips_icon {
    width: 70px;
    height: auto;
    float: left;
}

.tips_matter {
    width: 665px;
    height: auto;
    float: left;
    margin-top: 20px;
}

.completed_projects {
    width: 975px;
    height: 218px;
    float: left;
    margin-bottom: 3px;
    background: #ffffff url(../images/completedP-bg.jpg);
}

/*...Contact...*/

.con_text {
    font-size: 17px;
    margin-left: 5px;
}

/*...Tips...*/

.Testi_body {
    width: 965px;
    height: auto;
    float: left;
    margin: 5px 0px 3px 3px;
    border: solid 1px #e0e0e0;
}

.testi_com {
    width: 965px;
    height: auto;
    float: right;
    border-bottom: dotted 1px #DDDDDD;
}

.testi_com img {
    margin: 3px;
}

.testi_com_pic {
    width: 100px;
    height: 120px;
    float: left;
}

.testi_text {
    width: 858px;
    height: auto;
    float: right;
}

.testi_text h4 {
    color: #FF8B02;
}

.testi_text p {
    font-size: 11px;
}

.web_top {
    width: 950px;
    background: #F6FEDC;
    float: left;
    margin-left: 5px;
}

/*NEW*/

/*.top_package_left_tab_sec {
	margin:0;
	padding:0;
	width:662px;
	background:url(../images/black_bg_top.jpg) repeat-x;
}
.banner {
	padding:19px 20px 0 18px;
	margin:0;
	width:624px;
	background::normal;
}

ul.tabs{margin:0; padding:0; list-style-type:none;}

ul.tabs li{margin:0; padding:0; font-family:Tahoma, Verdana; font-size:13px; color:#FFFFFF; text-decoration:none; line-height:33px;

	float:left; display:block; background:#000000;}

ul.tabs li a{margin:0; padding:0 15px; font-family:Tahoma, Verdana; font-size:13px; color:#FFFFFF; text-decoration:none; 

	line-height:33px; float:left; display:block;}

ul.tabs li a:hover{margin:0; padding:0 15px; font-family:Tahoma, Verdana; font-size:13px; color:#FFFFFF; text-decoration:none; 

	line-height:33px; float:left; background:#004166;}

ul.tabs li a.active{margin:0; padding:0 15px; font-family:Tahoma, Verdana; font-size:13px; color:#FFFFFF; text-decoration:none; 

	line-height:33px; float:left; background:#004166;}



ul.tabs li a.tab_ne_pad{padding:0 30px;}

.content {

	padding:0; margin:0;

	width:624px;	

}



.content p{

	padding:0 0 8px 0; margin:0; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#FFFFFF;

}

.content ul{

	padding:0; margin:0; list-style-type:none;

}

.content ul li{

	padding:0 0 5px 12px; margin:0; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF;

	background:url(../images/aro_aa.png) no-repeat; background-position:0 3px;}*/