/*************************
	    Picazo
*************************/

/*----Universal Items----*/

* {
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration:none;
}
html, body {
	min-height: 100%;
	padding-bottom: 1px;
}
body{
	font-family:"Trebuchet MS";
	font-size:62.5%;
}
h1 {
	font-size: 2.2em;
	color: #034d8c;
	padding: 7px 0 3px 0;
	font-weight: bold;
}
h2 {
	font-size: 1.5em;
	color: #034d8c;
	padding: 3px 0 3px 0;
	font-weight: bold;
}
h3 {
	font-size: 2.2em;
	color: #034d8c;
	padding: 7px 0 10px 0;
	font-weight: bolder;
}
h4  { 
	font-size:1.4em;
	color: #034d8c;
	/*color:#323349;*/
	padding:5px 0 5px 0;
}
p {
	margin:6px 0 10px 0;
	font-size:1.2em;
	color:#444;
}
ol {
	margin-left:27px;
	list-style-position:outside;
	padding-bottom:10px;
}
ol li {
	list-style-type:decimal;
}

/*----Structure----*/


#contnr{
	position:relative;
	width:100%;
}
#page{
	background:#fff url(images/bg.jpg) no-repeat top left;
	width:77px;
	height:172px;
	position:absolute;
	top:-1px;
	left:-1px;
}
#main {
	width: 780px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	height:auto;
	border:1px solid #d0d0d0;
	background:#f3f1f2;
}
#head{
	float: left;
	width: 780px;
	height: 143px;
        /* background:url("images/header.jpg"); */
	background-color: #FFF;
	position: relative;
	border:5px solid #83c329;
	border-width:0 0 5px 0;
}
.content {
	width: 550px;
	float: left;
	height: auto;
	padding: 15px 10px 90px 10px;
	overflow: auto;
	position: relative;
}
.flash{
	padding:15px 10px 10px 15px;
	width:585px;
	background:#342c2a;
	overflow:hidden;
}
.bg1 {
	background:url(images/bg1.jpg);
}
.bg2 {
	background:url(images/bg2.jpg);
}
.bg3 {
	background:url(images/bg3.jpg);
}
.bg4 {
	background:url(images/bg4.jpg);
}
.bg5 {
	background:url(images/bg5.jpg);
}
html .bg1 {
	background:url(images/bg1.jpg) fixed;
}
html .bg2 {
	background:url(images/bg2.jpg) fixed;
}
html .bg3 {
	background:url(images/bg3.jpg) fixed;
}
html .bg4 {
	background:url(images/bg4.jpg) fixed;
}
html .bg5 {
	background:url(images/bg5.jpg) fixed;
}
.home{
	background:url(images/main.jpg);
	padding: 45px 10px 10px 40px;
	width: 560px;
	height: 357px;
	color:#fff;
}
.home p{
	color:#444;
}
#rit p{
	color:#fff;
	text-align:left;
	font-size:1.1em;
}
.content a,
.content a:link,
.content a:visited,
#fotr a,
#fotr a:link,
#fotr a:visited {
	color:#ff9e00;
}
.content a:hover,
.content a:focus,
.content a:active,
#fotr a:hover,
#fotr a:focus,
#fotr a:active {
	color:#ff9e00;
	text-decoration:underline;
}
/*.content ul{
	padding:0 0 0 5px;
	list-style:none;
	font-size: 1.1em;
	background:#480001;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.8;
}
.content li{
	padding:7px 0 7px 25px;
	background:url(images/bullet.gif) 0px 5px no-repeat;
	color:#fff;
}
*/
.content img {
	float:left;
	margin:0 10px 10px 0;
	clear: left;
}
#botm {
	height: 84px;
	width: 780px;
	background:url(images/bg-fotr.gif);
	margin:0 auto;
	
}
#botm ul{
	padding:10px 0;
	list-style:none;
	font-size: 1.1em;
	width: 570px;
	float:left;
	background:url(images/bg_navi.gif)
}
#botm ul.policies{
	padding:30px 0;
	list-style:none;
	font-size: 1.1em;
	width: 570px;
	float:left;
	background:url(images/bg_navi.gif)
}
#botm li{
	float: left;
}
#botm li a,
#botm li a:link,
#botm li a:visited{
	padding:0 7px;
	color:#fff;
	border-left:#fff solid 1px;
}
#botm li a:hover,
#botm li a:focus{
	text-decoration:underline;
	color:#000;
}
#botm li.start span,
#botm li.start a,
#botm li.start a:visited {
	border:0px;
}
#botm span.copyright {
	color:#fff;
	padding:25px 0 0 0;
	display:block;
	font-size:1.1em;
	float:left;
	width:200px;
}
#botm span {
	color:#fff;
	padding:25px 0 0 0;
	display:block;
	font-size:1.1em;
	float:right;
	width:200px;
}
/*----- Main Navi------*/
	
#navi {
	list-style:none;
	width: 100%;
	float: right;
	background:url(images/bg_navi.gif);
	position: absolute;
	bottom: -5px;
	left:20px;
}
#navi li {
	float:left;
}
#navi li a,
#navi li a:visited,
#navi li span{
	color:#fff;
	display:block;
	font-size:1.3em;
	padding:7px 0 8px 0;
	text-align:center;
	width:99px;
	font-weight:bold;
	background:url(images/bg-navi.gif);
	margin:0 10px 0 0;
}
#navi li.start span,
#navi li.start a,
#navi li.start a:visited {
	border:0px;
}
#navi li a:hover,
#navi li a:focus,
#navi li a:active,
#navi li span,
#navi li.active a,
#navi li.active a:link,
#navi li.active a:visited{
	color:#000;
}

/*----Form----*/

.frm {
	float: left;
	padding: 0 5px 0 0;
	margin:20px 0;
	width: 353px;
}

.frm form{
	float: left;
}
#txt_area {
	float: left;
	height: 267px;
	width: 404px;
	border: 1px solid #ccc;
	background: none;
	padding: 10px 5px 0 20px;
}

.frm input,
.frm textarea,
.frm select {
	width:205px;
	height:18px;
	border: solid 1px #999;
	font-family:Verdana;
	font-size:1em;
	margin:0 0 5px 0;
	padding:3px 2px 1px 3px;
	color:#333;
	background: transparent;
}
.frm select {
  height: 22px;
}
.frm textarea {
	height: 80px;
}

.frm label {
	width:140px;
	/*display:block;*/
	float:left;
	margin-top: 5px;
	font-size:1.2em;
}

.frm input.submit {
 float: right;
 width: 210px;
 height: 30px;
 font-size: 1.5em;
 background: #f3f1f2;
}
.frm input.missing,
#txt_area textarea.missing {
	background-color:#FFFFFF;
	border:2px solid #fcb913;
	color:#BE4919;
}
.frm p {	
	clear:both;
	margin-bottom:0px !important; /* the !important is required, otherwise IE overrides it */
	margin-top:0px !important;	
}
.frm p.fsbmt input {
	margin:10px 0 0 5px;
	width:62px;
	height:21px;
	border: 0px;
	background-color:#fff;
	padding:0px;
	float: right;
}
.err{
	color:#FF7979;
	font-size:1.2em;
	font-weight:bold;
}

/*----Right Menu----*/

#rit {
	float: right;
	width: 180px;
	height:100%;
	padding:0px 0 0 10px;
	margin:10px 0 0 0;
}
.note_1,
.note_2,
.right_bottom,
.livehelp
{
	position:absolute;
	width:147px;
	height:151px;
	padding:40px 30px;
	top:230px;
	right:38px;
	font-size:1.6em;
	z-index: 10;
}

.note_1 {
	background:url(images/note-1.jpg) no-repeat;
}
.note_2{
	top:470px;
	background:url(images/note-2.jpg) no-repeat;	
}
.note_1,
.note_2{
  text-align: center;
}

.right_bottom {
  top: 710px;
}

#fotr {
	width: 865px;
	margin: 0 auto 0 auto;
	position:relative;
	font-size:1.2em;
}
#fotr span{
	margin: 5px 0 0 230px;
	float:right;
	text-align: right;
}
#top_links {
	float: left;
	width: 100%;
	height: 35px;
	background: #31373f;
}
.cnt_box {
	float: left;
	margin:10px 15px 10px 0;
}
#cnt_bot {
	float: left;
	width: 100%;
	background: url(images/bg-grey.gif) repeat-x #fff 0px -20px;
}
#call {
	background-image: url(images/call-us.gif);
	height: 35px;
	width: 120px;
	font-size:1.2em;
	position:absolute;
	left:-5px;
	top:-10px;
}
#call p{
	margin:13px 0 0 20px;
	font-size:0.9em;
	font-weight:bold;
}
#ask a,
#ask a:link,
#ask a:visited{
	float:left;
	background:url(images/ask.jpg) no-repeat;
	display:block;
	width:115px;
	height:50px;
}
#ask {
	padding:30px 0 20px 30px;
	float: left;
}
.italic {
	font-style: italic;
	font-size:.9em;
}
.partnr {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 10px 0 20px 0;
}
dl{
	float:left;
	width:244px;
	height:auto;
	background:url(images/bg_grey.gif);
	color:#fff;
	padding:10px 0 10px 10px;
	font-size:1.1em;
}
dl dt,
dl dd{
	color:#ff9e00;
	float:left;
	width:135px;
	font-weight:bold;
}
dl dd{
	color:#fff;
	width:auto;
	font-weight:normal;
}
#member{
	float:left;
	width:600px;
	padding:2px 0 0 10px;
	text-align:center;
}
#member p{
	color:#dddbc4;
}
.ards{
	float:left;
	color:#fff;
}
.orange{
	color:#ff9e00;
}
#bilbord{
	float:right;
	padding:15px 20px;
	width:97px;
	height:108px;
	background:url(images/billboard.jpg);
	text-align:center;
	margin:0 10px 0 0;
}
#bilbord a,
#bilbord a:link,
#bilbord a:visited{
	color:#70382b;
	font-size:1.6em;
	font-weight: bold;
}
.cntr{
	text-align:center;
}
.hot_dish{
	position:absolute;
	bottom:0px;
	right:0px;
}
.cont_area,
.policy_area,
.welcome,
.top,
.bot,
.mainmsg_area,
.news{
	float:left;
	width:510px;
	padding:0 10px;
	height:auto;
	border:1px solid #333;
	background:#fff url(images/image.jpg) top left no-repeat;
}
.cont_area{
	padding:0 10px 10px 10px;
}
.mainmsg_area {
	padding:0 10px 10px 10px;
	background: #fff;
}
.policy_area {
  padding:0 10px 10px 10px;
  background: #fff;
}
.welcome{
	width:508px;
	border:1px solid #39698f;
	border-width:0 1px;
	background:#fff none;
	position:relative;
	margin:15px 0 0 0;
}
.top{
	border:0px;
	height:3px;
	position:absolute;
	top:-3px;
	left:-1px;
	margin:15px 0 0 0;
	background:url(images/top.gif) bottom left no-repeat;
}
html .top{
	top:-15px;
}
.bot{
	border:0px;
	height:3px;
	position:absolute;
	bottom:0px;
	left:-1px;
	background:url(images/botm.gif) bottom left no-repeat;
}
.news{
	border:0px;
	background:none;
	padding:20px 10px 0 10px;
}
.news span{
	float:left;
	font-size:3.5em;
	color:#034d8c;
	display:block;
	padding:0 10px 0 0;
}
.news strong{
	font-size:1.5em;
	padding:5px 0 0 0;
	clear:right;
}
.bordr{
	border:5px solid #81c124;
	border-width:5px 0;
	float:left;
}
.frame{
	width:1000px;
	height:auto;
	position:relative;
	margin:0px auto;
}

.first {
  margin-left: 150px;
  font-size: 1.4em;
  word-spacing: 2px;
  text-align: justify;
}

.maintext {
  clear: both;
  font-size: 1.4em;
  word-spacing: 2px;
  text-align: justify;
}

.welcome p {
  font-size: 2.0em;
  text-align: center;
}

.mark {
  font-size: 2.0em;
}

.services ul{
	padding:0 0 0 200px;
	margin-left: 10px;
	font-size: 1.8em;
	/*filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.8;*/
}
.services li{
}
.devfeatures ul{
	padding:0 0 0 100px;
	margin-left: 10px;
	font-size: 1.5em;
	/*filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.8;*/
}
.devfeatures ul li {
	padding:3px 0 0 0;
}

.sitemap {
  float: left;
}
.sitemap ul {
	padding:0 0 0 20px;
	margin-left: 10px;
	font-size: 16px;
	/*filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.8;*/
        list-style-type: disc;
}
.sitemap ul li {
	padding:5px 0 0 0;
}
.notice,
.seomsg {
  position: relative;
  left: 8px;
  top: 10px;
  width: 500px;
  height: auto;
  background-color: #dbe9f3;
  font-size: 1.5em;
  border-style: dashed;
  border-width: 1px;
}
.seomsg {
  font-size: 1.3em;
}
.frmrow {
  clear: both;
}

#separter {
  clear: both;
}
#nda {
  text-align: center;
}
.portfoliotop {
  border-style: solid;
  border-top: 1px solid;
  clear: both;
}
.portfoliotop img {
  float: left;
}
.conditions {
  font-size: 0.8em;
}

.signuptext {
  font-size: 2.0em;
  text-align: center;
}

.outlinks ul {
	padding:0 0 0 20px;
	margin-left: 10px;
	font-size: 16px;
	/*filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.8;*/
        list-style-type: none;
}
.outlinks ul li {
	padding:5px 0 0 0;
}
#price,
#seoad {
  text-align: center;
}
.policylist ul{
	padding:0 0 0 50px;
	margin-left: 10px;
	font-size: 1.2em;
}
.policylist ul li {
	padding:3px 0 0 0;
}

.prominent {
  font-weight: bold;
}

#tag {
  font-size: 2.5em;
  padding: 25px 0 0 380px;
  font-weight: bold;
  font-family: Arial;
  color: #fb3e78;
}

#logo {
  float: left;
}

.quote {
  font-size: 2.0em;
  /* color: #c5bdbd; */
  color: #fb3e78;
}

#tagheading {
  font-size: 0.8em;
  display: inline;
  font-weight: bolder;
}

#toplinks {
  float: right
}
