/*
	Name: Mainpine Inc.
	Date: January 2011
	Description: Layout for Mainpine Inc.
	Version: 1.0
*/

/* Imports */
@import url("reset.css");
@import url("menu.css");
/***** Global *****/
/* Body */
body {
	background: #fff url(../images/body_home.jpg) repeat-x left top;
	color: #6E6E6E;
	font-size: 12px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Headings */
h1 {font-size: 24px}
h2 {font-size: 24px}
h3 {font-size: 20px}
h4 {font-size: 16px}
h5 {font-size: 14px}
h6 {font-size: 12px}

h1, h2, h3 {
	font-weight: normal;
	margin-bottom:10px;
	color: #000;
}

 h4, h5, h6 {
	font-weight: normal;
	margin-bottom:10px;
	color: #000;
}

/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited, a:active {
	color: #679814;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: underline;
}

/* Paragraphs */
p {margin-bottom: 15px;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

/* Lists */
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 11px;
}

ul li {
	list-style: none;
	background: url(../images/bullet.jpg) no-repeat left 7px;
	padding-left: 15px;
	padding-bottom: 5px;
}

ol {
	list-style: decimal;
	margin: 0px;
	padding: 0px;	
	padding-left: 30px;
}

ol li {
	list-style: decimal;
	list-style-position: outside;
	padding-bottom: 5px;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

.small {
	font-weight: bold;
}

/* Quotes */
blockquote {font-family: Georgia,"Times New Roman",Times,serif;font-style: italic;}
.author {
    color: #333333;
    font-size: 11px;
    padding-top: 10px;
    text-align: left;
	 width: 100%;
}
cite {}

q {}

/* Tables */
table {margin: .5em auto 1.5em auto; width: 98%;}

	/* Thead */
	thead th {padding: .5em .4em; text-align: left;}
	thead td {}

	/* Tbody */
	tbody td {padding: .5em .4em;}
	tbody th {}

	tbody .alt td {}
	tbody .alt th {}

	/* Tfoot */
	tfoot th {}
	tfoot td {}
	
/*---------------------------*/

#menuwrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;	
	text-align: left;
	z-index: 9999;			
}

#menuwrapper #menuwrap {
	position: absolute;
	right: 0px;
	top: 70px;
	background: url(../images/menu_bg.png) no-repeat left top;
	width: 576px;
	height: 35px;
}

#menuwrapper #menuwrap #menu {
	width: 576px;
	height: 35px;
} 

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 960px;
	height: 150px;
	position: relative;
}

#header .facebook {
	position: absolute;
	top: 30px;
	right: 230px;
}

#header .facebook ul li {
        background: none !important;
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px 5px;
}

#header .logo {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 330px;
	height: 73px;
}

#header .searchwrap {
	position: absolute;
	top: 36px;
	right: 0px;	
}

#header .searchwrap .label {
	float: left;
	width: 42px;
	vertical-align: middle;
	padding-top: 3px;
	font-family: "Trebuchet MS";
}

#header .searchwrap .inputwrap {
	float: left;
	background: url(../images/inputbox.png) no-repeat left top;
	width: 190px;
	height: 26px;
	margin-right: 6px;
}

#header .searchwrap .inputwrap .inputbox {
	background-color: transparent;
   border: none;
   margin: 0px 0 0 5px;
   padding: 4px 0;
   font-size: 12px;
   width: 175px;
   font-family: "Trebuchet MS";
}

#header .searchwrap .button {
	float: left;
	background: url(../images/button.png) no-repeat left top;
	width: 25px;
	height: 24px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	margin-top: 1px;
	text-align: left;
	color: #5b5b5b;
	font-family: "Trebuchet MS";
}

#bannerwrapper {
	background: #fff url(../images/banner_bg.jpg) no-repeat left bottom;
	width: 960px;
	height: 389px;
}

#banner {
	width: 940px;
	margin: 0 auto;
	padding-top: 10px;
	height: 330px;
	overflow: hidden;
}

#container {
	width: 960px;
}

#contentCol {
	float: left;
	width: 630px;
}

#content {
}

.componentheading {
	color: #08a9e0;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 22px;
	margin-bottom: 15px;
}

#contentCol .module {
	margin-bottom: 20px;
	width: 300px;
	float: left;
	background: url(../images/module_repeat.jpg) repeat-y left top;	
}

#contentCol .module div {
	background: url(../images/module_bottom.jpg) no-repeat left bottom;
	padding-bottom: 10px;
}

#contentCol .module div div div {
	background: url(../images/module_top.jpg) no-repeat left top;
	padding: 20px 10px 0 10px;
	min-height: 5px;
	height: auto !important;
	height: 5px;
}

#contentCol .module div div, 
#contentCol .module div div div div {
	background-image: none;
	padding: 0;
	min-height: 0;
	height: auto;
}

#contentCol .module h3 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #08a9e0;
}


/****/
#moduleList {
	width: 630px;
	border-top: 1px solid #cacaca;
	padding-top: 15px;
	margin-top: 15px;
}

#moduleList .module.none {
	margin-bottom: 10px;
	width: 100%;
	float: left;
	background: none;	
}

#moduleList .module.none div {
	background: none;	
	padding-bottom: 0px;
}

#moduleList .module.none div div div {
	background: none;	
	padding: 0px 0px 0 0px;
	min-height: 5px;
	height: auto !important;
	height: 5px;
}

#moduleList .module.none div div, 
#moduleList .module.none div div div div {
	background-image: none;
	padding: 0;
	min-height: 0;
	height: auto;
}

#moduleList .module {
	margin-bottom: 20px;
	width: 300px;
	float: left;
	background: url(../images/module_repeat.jpg) repeat-y left top;	
}

#moduleList .module.right {
	float: right;	
}

#moduleList .module div {
	background: url(../images/module_bottom.jpg) no-repeat left bottom;
	padding-bottom: 10px;
}

#moduleList .module div div div {
	background: url(../images/module_top.jpg) no-repeat left top;
	padding: 20px 10px 0 10px;
	min-height: 235px;
	height: auto !important;
	height: 235px;
}

#moduleList .module div div, 
#moduleList .module div div div div {
	background-image: none;
	padding: 0;
	min-height: 0;
	height: auto;
}

#moduleList .module h3 {
	font-size: 16px;
	margin-bottom: 13px;
	color: #08a9e0;
	text-shadow: #aadef0 1px 0px 1px;
}
 
#moduleList .module .newsitem {
	margin-bottom: 25px;
}

#moduleList .module .newsitem.last {
	margin-bottom: 0px;
}

#moduleList .module .newsitem p {
	margin-bottom: 0px;
}

#moduleList .module ul {
	padding: 0px;
	margin: 0px;	
}

#moduleList .module ul li {
	list-style: none;
	background: none;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

#moduleList .module ul li a:link,
#moduleList .module ul li a:active,
#moduleList .module ul li a:visited {
	color: #6E6E6E;
	font-size: 11px;
	line-height: normal;
}

#moduleList .module ul li a.readon:link,
#moduleList .module ul li a.readon:active,
#moduleList .module ul li a.readon:visited {
	color: #679814;
	font-size: 11px;
}

#moduleList .module .newsticker {
	height: 200px !important;
	overflow: hidden !important;
}

#moduleList .module .newsticker .news-link {
	margin-bottom: 25px;
}

#moduleList .module .newsticker .news-link .news-date {
	font-weight: bold;
	float: left;
	padding-right: 5px;
	font-size: 10px;
}

#moduleList .module .newsticker .news-link .news-external-link {
	
}


#rightCol {
	float: right;
	width: 300px;
}

#rightCol .module {
	margin-bottom: 10px;
	width: 300px;
	background: url(../images/module_repeat_right.jpg) repeat-y left top;	
}

#rightCol .module div {
	background: url(../images/module_bottom_right.jpg) no-repeat left bottom;
	padding-bottom: 15px;
}

#rightCol .module div div div {
	background: url(../images/module_top_right.jpg) no-repeat left top;
	padding: 15px 15px 0 15px;
	min-height: 5px;
	height: auto !important;
	height: 5px;
}


#rightCol .module div div, 
#rightCol .module div div div div {
	background-image: none;
	padding: 0;
	min-height: 0;
	height: auto;
}

#rightCol .module h3 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
	font-weight: normal;
}

#rightCol .module.none {
	background-image: none;	
	margin-bottom: 38px;
}

#rightCol .module.fb {
	background-image: none;	
	margin-bottom: 10px;
}

#rightCol .module.fb div,
#rightCol .module.none div {
	background-image: none;
	padding-bottom: 0px;
}

#rightCol .module.fb div div div,
#rightCol .module.none div div div {
	background-image: none;
	padding: 0px 0px 0 0px;
}

#rightCol .module.none .label {
	float: left;
	width: 42px;
	vertical-align: middle;
	padding-top: 3px;
	font-family: "Trebuchet MS";
}

#rightCol .module.none .inputwrap {
	float: left;
	background: url(../images/inputbox.png) no-repeat left top;
	width: 190px;
	height: 26px;
	margin-right: 6px;
}

#rightCol .module.none .inputwrap .inputbox {
	background-color: transparent;
   border: none;
   margin: 0px 0 0 5px;
   padding: 4px 0;
   font-size: 12px;
   width: 175px;
   font-family: "Trebuchet MS";
}

#rightCol .module.none .button {
	float: left;
	background: url(../images/button.png) no-repeat left top;
	width: 25px;
	height: 24px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	margin-top: 1px;
	text-align: left;
	color: #5b5b5b;
	font-family: "Trebuchet MS";
}

#footerwrapper {
	background: #868686 url(../images/footer_bg.jpg) repeat-x left top;
	padding: 0px 0 0px 0;
	text-align: left;
	width: 100%;
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 46px;
	padding-bottom: 10px;
	text-align: right;
	color: #fff;
}

#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
   float: left;	
}

#footer ul li {
	float: left;
	list-style: none;
	margin: 0px;
	color: #fff;
	padding: 0px 6px 0 6px;
	background: url(../images/border.jpg) no-repeat left 6px;
}

#footer ul li.first {
	background-image: none;
}

#footer ul li a:link,
#footer ul li a:active,
#footer ul li a:visited {
	float: left;
	display: block;
	color: #fff;
}

#footer ul li.active a:link,
#footer ul li.active a:active,
#footer ul li.active a:visited,
#footer ul li a:hover {
	color: #000;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #000;
}



/*user profile*/
.user .name,
.user .user,
.user .email,
.user .pass,
.user .verify_pass,
.user .user_name  {

}

.user .name label.username,
.user .user_name label.useruser_name,
.user .email label.useremail,
.user .pass label.userpassword,
.user .verify_pass label.userverifyPass {
	float:left;
	margin-right:10px !important;
	margin-right:8px;
	width:120px;
}

.user .name input#name,
.user .user_name input#username,
.user .email input#email,
.user input.usernamemsg,
.user .pass input#password,
.user .verify_pass input#password2 {
	width: 175px;
	margin-bottom: 2px;
	font-size:11px;
	padding:4px 2px;
	vertical-align:middle;
}

.user button.button {

}

.paramlist label {
	width: 130px;
	float: left;
}

#paramsadmin_language,
#paramslanguage,
#paramseditor,
#paramshelpsite {
	margin-bottom: 2px;
}

.paramlist_key {
	width: 139px;
}

/*user profile*/

/*register login*/
.name label#namemsg,
.user label#usernamemsg,
.email label#emailmsg,
.pass label#pwmsg,
.verify_pass label#pw2msg {
	width:120px;
	float: left;
}

.name input.namemsg,
.user input.usernamemsg,
.email input.emailmsg,
.pass input.validate-password,
.verify_pass input.validate-passverify {
	float: left;
	margin-bottom: 2px;
}

.name label.nameuser,
.pass label.passpass  {
	float:left;
	width:70px;
	margin-right: 10px;
}

.name input#user,
.pass input#pass {
	width: 150px;
	margin-bottom: 2px;
}

.remember input#rem {
	margin-left: 9px;
}

.content input.button {

}
/*register*/

/*forgot register*/
.form-validate label.hasTip {
	margin-right: 10px;
	vertical-align: middle;
}

.form-validate input.validate-email {
	margin-right: 15px;
	height: 12px;
	vertical-align: middle;
	font-size: 11px;
	width: 146px;
	padding: 2px 2px;
	font-size:11px;
	padding:4px 2px;
	vertical-align:middle;
}

.form-validate button.validate {

}
/*forgot register*/

/*System Messages*/
/* System Standard Messages */
#system-message { 
	margin-bottom: 20px; 
}

#system-message dd.message ul { 
	background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;
}

/* System Error Messages */
#system-message dd.error ul { 
	color: #c00;
	background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; 
	margin:0px; 
	padding-left: 40px; 
	text-indent:0px;
}

/* System Notice Messages */
#system-message dd.notice ul { 
	color: #c00; 
	background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; 
	border-top: 3px solid #F0DC7E; 
	border-bottom: 3px solid #F0DC7E; 
	margin:0px;
}

/* ------------- Start Joomla css -------------  */

/*  Start Pagination css   */

.content .blog_more {
	margin-bottom: 10px;
}

.content ul.pagination {
	list-style-position: inside;
	list-style-type: none;
	text-align: center;
	margin: 0 0 10px 0px;
	padding: 0;
}
.content ul.pagination li {
	padding-bottom: 0;
	padding: 0;
	display:inline;
	margin: 0pt 3px;
	background-image: none;
}

.content ul.pagination li a:link,
.content ul.pagination li a:active,
.content ul.pagination li a:visited {
	color: #5575ca;
}

.content .counter {
	text-align: right;
}

/*  End Pagination css   */

/*  Start Contact css   */
.contact p {
	margin-bottom: 5px;
}

.contact .marker_add {
	float: left;
}

.contact .contact_address p {
	margin-left: 60px;
	margin-bottom: 3px;
}

.contact .marker {
	margin-right: 10px;
}

.contact #emailForm {
	padding-top: 10px;
}

.contact #emailForm .label {
	width: 125px;
	text-align: left;
	padding-right: 10px;
	float: left;
}

.contact #emailForm div {
	margin-bottom: 3px;
}

.contact #emailForm .button {

}	

#contact_name, 
#contact_email, 
#contact_subject {
font-size:11px;
margin-bottom:2px;
padding:4px 2px;
vertical-align:middle;
width:175px;
}

#paramsadmin_language,
#paramslanguage,
#paramseditor,
#paramshelpsite {
font-size:11px;
margin-bottom:2px;
padding:4px 2px;
vertical-align:middle;
width:175px;
}

#paramstimezone {
font-size:11px;
margin-bottom:2px;
padding:4px 2px;
vertical-align:middle;
}

#contact_text {
font-size:11px;
margin-bottom:2px;
padding:4px 2px;
vertical-align:middle;
}
/*  End Contact css   */

/* ------------  Start Search CSS  ----------------------  */

#contentWrap .results ol li {
padding-bottom:10px;
}

#contentWrap .results ol li .small {
	clear: both;
	display: block;
	text-align: left;
	padding-top: 3px;
}

#contentWrap .results ol li p .small {
	clear: none;
	display: inline;
	text-align: left;
	padding-top: 0px;
 	
}

.results {
	padding-bottom: 15px;
}

.results p {
	margin-bottom: 3px;
}

.results h4 {
	margin-bottom: 5px;
}

.results .highlight {
	font-weight: bold;
	color: #333;
}

.search_result .only legend {
	padding-top: 5px;
	clear: both;
}

.search_result .only input {
	margin-top: 3px;
}

.search_result .button {
	margin-top: 5px;
}

.display {
	text-align: center;
}

.display p {
	margin: 5px 0;
}

.searchRow {
	width: 30%;
	float: left;
	padding: 3px 0;
}

#content .results a:link, 
#content .results a:visited, 
#content .results a:active {
    color: #679814;
	 font-size: 12px;
    text-decoration: none;
}

/* ------------  End Search CSS  ----------------------  */

/* ------------   buttonheading    ----------------------  */

.buttonheading {
	float: right;
	margin-bottom: 10px;
}

.buttonheading a:link,
.buttonheading a:active,
.buttonheading a:visited {
	margin-right: 10px;
}

/* ------------   buttonheading    ----------------------  */

/* ------------   body.contentpane    ----------------------  */

 body.contentpane {
	background: #fff;
	text-align: left;
} 


/* ------------   body.contentpane    ----------------------  */


/*chrono form*/

.contactUswrap {
	font-size: 12px;
	text-align: left;
}

.contactUswrap .inputWrap {
	margin-bottom:5px;
}

.contactUswrap .inputWrap .label {
	float:left;
	padding-right:10px;
	width:125px;
}

.contactUswrap .inputWrap .inputBox {
	width: 190px;	
	padding: 1px 5px;
}

.contactUswrap .inputWrap .checkbox {
	margin-left: 135px; 
}

.contactUswrap .submit {

}

.validation-advice {
	color: red;
	font-size: 11px;
	margin-left:135px;
}

/*chrono form*/

#contentCol .module-tab {
	background: url(../images/module_tab_repeat.jpg) repeat-y left top;
	width: 630px;
}

#contentCol .module-tab div {
	background: url(../images/module_tab_bottom.jpg) no-repeat left bottom;
	padding-bottom: 2px;
}

#contentCol .module-tab div div div {
	background: url(../images/module_tab_top.jpg) no-repeat left top;
	padding: 0 0 0 0px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
}

#contentCol .module-tab div div, #contentCol .module-tab div div div div {
	background: none;
	margin: 0px;
	padding: 0px;
}

#contentCol .module-tab ul.gk_tabmodsmenu_top li {
	list-style: none;
	background: url(../images/tab_menu_left.jpg) no-repeat left top;
	margin: 0px 2px 0px 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}

#contentCol .module-tab ul.gk_tabmodsmenu_top li span {
	list-style: none;
	background: url(../images/tab_menu_right.jpg) no-repeat right top;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
}

#contentCol .module-tab ul.gk_tabmodsmenu_top li:hover,
#contentCol .module-tab ul.gk_tabmodsmenu_top li span:hover {
	text-decoration: none;
	color: #000;	
}

#contentCol .module-tab ul.gk_tabmodsmenu_top li.active {
	background: url(../images/tab_menu_hover_left.jpg) no-repeat left top;
	color: #000;
}

#contentCol .module-tab ul.gk_tabmodsmenu_top li.active span {
	background: url(../images/tab_menu_hover_right.jpg) no-repeat right top;
	color: #000;
}
/**/
#titleWrap {
    background: url(../images/pagename-bg.jpg) no-repeat left top;
    height: 75px;
    position: relative;
	 margin-bottom: 45px;
	 padding-top: 25px;
}

#titleWrap h3 {
    background: url(../images/pagename-left.png) no-repeat left top;
    color: #FFFFFF;
 /* 	 text-shadow: #cccccc 1px 0px 1px; */
    display: block;
    float: left;
	 font-size: 26px;
	 font-weight: normal;  
    height: 51px;
	 line-height: 51px;
    padding:0px;
	 margin: 0px; 
	 font-family: Arial, Helvetica, sans-serif;
	 letter-spacing: 0.6px;
}

#titleWrap h3 span {
    background: url(../images/pagename-right.png) no-repeat right top;
    display: block;
    float: left;
	 font-weight: normal;   
    height: 51px;
	 line-height: 48px; 
    padding: 0px 26px 0 19px;
	 margin-right: -19px;
}

#titleWrap .taglineWrap {
	color: #000000;
   float: left;
   font-size: 17px;
   margin-left: 50px;
   text-shadow: 1px -1px 2px #8B8B8B;
	padding-top: 13px;
}
 
#contentCol .formWrap {
	width: 460px;
}

#contentCol .formWrap .inputWrap {
	background: url(../images/con_inputbox_bg.jpg) no-repeat right top;
	width: 460px;
	padding-bottom: 10px;
}

#contentCol .formWrap .inputWrap label,
#contentCol .formWrap .inputWrap-text label {
	width: 79px;
	float: left;
}

#contentCol .formWrap .inputWrap .inputbox {
	width: 372px;
	border: none;
	float: left;
	padding: 5px 4px;
	font-size: 12px;
	color: #6E6E6E;
	background: none;
	margin-bottom: 5px;
}

#contentCol .formWrap .inputWrap-text {
	background: url(../images/con_textbox_bg.jpg) no-repeat right top;
	width: 460px;
	margin-bottom: 20px;
}

#contentCol .formWrap .inputWrap-text textarea {
	width: 370px;
	height: 97px;
	padding: 5px;
	float: left;
	border: none;
	background: none;
	font-size: 12px;
	color: #6E6E6E;
}

#contentCol .formWrap .con_submit {
	background: url(../images/button_send.jpg) no-repeat left top;
	width: 49px;
	height: 30px;
	border: none;
	color: #fff;
	cursor: pointer;
	float: right;
}

.chronoform {
	display: none;
}

#content .button {
	background: url(../images/button_bg.jpg) no-repeat left top;
	width: 76px;
	height: 26px;
	line-height: 26px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	text-align: center;
}

.LV_validation_message {
	margin-left: 90px;
}

/*
#content .button {
    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #333333;
    border: medium none;
    color: #FFFFFF;
    font-size: 10px;
    margin-bottom: 8px;
    padding: 6px;
    text-decoration: none;
    text-transform: uppercase;
}

*/

#rightCol .module .imgwrapper img {
    border: 2px solid #DFDFDF;
    margin-bottom: 5px;
}

.xmap ul {
    list-style:none;
    margin: 0;
    padding: 0 0 0 11px;
}

.xmap ul li {
    background: url(../images/bullet.jpg) no-repeat left 7px;
    list-style: none outside none;
    padding-bottom: 5px;
    padding-left: 15px;
}

/*wireframe*/

#contentCol .wireframe {
	
}

#contentCol .wireframe .inputwrap {
	width: 100%;	
	margin-bottom: 15px !important; 
}

#contentCol .wireframe .inputwrap label {
	width: 100%;	
   float: left;	
	margin-bottom: 5px !important; 
}

#contentCol .wireframe .inputwrap select {
}

#contentCol .wireframe .textBox {

}

#contentCol .wireframe .textBox .imgWrap {
	float: left;
	width: 140px; 
	text-align: center;  	
}

#contentCol .wireframe .textBox .textWrap {
	float: left;
	width: 200px;
}

#contentCol .wireframe .textBox .textWrap h6 {
	margin: 0px;
	padding: 0px;
}

#contentCol .wireframe .textBox .textWrap a.clickorder:link, 
#contentCol .wireframe .textBox .textWrap a.clickorder:visited, 
#contentCol .wireframe .textBox .textWrap a.clickorder:active {
   color: #fff;
   font-size: 12px;
   text-decoration: none;
	background: url(../images/clickorder.jpg) no-repeat left top;
	width: 158px;
	height: 20px;	 
	display: block;
	text-align: center;
}

/**/


/*wireframe*/

#rightCol .wireframe {
	
}

#rightCol .wireframe .inputwrap {
	width: 100%;	
	margin-bottom: 15px !important; 
}

#rightCol .wireframe .inputwrap label {
	width: 100%;	
   float: left;	
	margin-bottom: 5px !important; 
}

#rightCol .wireframe .inputwrap select {
}

#rightCol .wireframe .textBox {

}

#rightCol .wireframe .textBox .imgWrap {
 float: left;
 font-size: 10px;
 text-align: left;
 width: 112px; 	
}

#rightCol .wireframe .textBox .textWrap {
	float: left;
	width: 158px;
}

#rightCol .wireframe .textBox .textWrap h6 {
	margin: 0px;
	padding: 0px;
}

#rightCol .wireframe .textBox .textWrap a.clickorder:link, 
#rightCol .wireframe .textBox .textWrap a.clickorder:visited, 
#rightCol .wireframe .textBox .textWrap a.clickorder:active {
   color: #fff;
   font-size: 12px;
   text-decoration: none;
	background: url(../images/clickorder.jpg) no-repeat left top;
	width: 158px;
	height: 20px;	 
	display: block;
	text-align: center;
}

#rightCol .wireframe .fax-box a.subscrib_link:link, 
#rightCol .wireframe .fax-box a.subscrib_link:visited, 
#rightCol .wireframe .fax-box a.subscrib_link:active {
   color: #fff;
   font-size: 12px;
   text-decoration: none;
	background: url(../images/clickorder.jpg) no-repeat left top;
	width: 158px;
	height: 20px;	 
	display: block;
	text-align: center;
	float: right;
	margin-bottom: 10px;
}

/* ---------FAQ---------- */

.vizibul {
	padding-top: 10px;
	padding-bottom: 30px;
}

.vizibul h3 {
  margin-bottom: 15px;
	padding-bottom: 0px;
	cursor: pointer;
	font-size: 12px;
	line-height: 20px;
	color: #6E6E6E;
}

.vizibul .question {
	padding-left: 40px;
	line-height: 15px;
	background: url(../images/plus.jpg) no-repeat left top;
}


.vizibul .question.plus {
	background: url(../images/minus.jpg) no-repeat left top;
}

.vizibul .answer {
	margin-bottom: 8px;
	padding: 0 6px 4px 6px;
	padding-left: 40px;
	line-height: normal;	
	background: url(../images/ans.jpg) no-repeat left top;
	margin:10px 0px 10px 0px;
	width: 442px;
	line-height: 20px;
	color: #6E6E6E;		
}


/*------------FAQ end----------------*/



#formWrap {
	width: 630px;
	margin: 0 auto;
	text-align: left;
}

#formWrap .inputWrap {
    background: url(../images/con_inputbox_bg.jpg) no-repeat right top;
	 margin-bottom: 15px;
	 width: 540px;
}

#formWrap .inputWrap .label {
	width: 160px;
	float: left;
   color: #6E6E6E;
   font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
   font-size: 12px;
   line-height: 26px;		
}

#formWrap .inputWrap .inputBox {
	float: left;
	width: 360px;	
	padding: 5px 5px;
	border: none;
	background: transparent;
	margin-left: 5px;
}

#formWrap .inputWrap select {
	margin: 4px 0 0 4px;
	width: 370px;
	border: none;
}

#formWrap .inputWrap-text {
    background: url(../images/con_textbox_bg.jpg) no-repeat right top;
    margin-bottom: 15px;
	 width: 540px;
}

#formWrap .inputWrap-text .label {
	width: 160px;
	float: left;
   color: #6E6E6E;
   font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
   font-size: 12px;
}

#formWrap .inputWrap-text .inputBox {
	float: left;
	width: 360px;	
	padding: 5px 5px;
	border: none;
	background: transparent;
	margin-left: 5px;
}

#formWrap .submit {
	font-size: 12px;
	font-weight: bold;	
	cursor: pointer;
   background: url(../images/btn_submit.jpg) no-repeat left top;
   border:none;
   color: #FFFFFF;
   height: 30px;
	line-height: 30px;
   width: 85px;
	margin-left: 160px;
	text-transform: uppercase;
}

#formWrap .form_required {
	color:#FF0000
}


.contact_form {
	width: 520px;
}

.contact_form h3 {
	font-size: 18px;
	color: #000;
	margin-bottom: 15px;
}

.contact_form .inputWrap {
	width: 520px;
	margin-bottom: 4px;
}

.contact_form .inputWrap label {
	width: 240px;
	float: left;
	text-align: right;
   font-size: 12px;
   color: #000;
   
}

.contact_form .inputWrap label span {
   background: url(../images/star.jpg) no-repeat left 2px;
   padding-left: 10px;
}

.contact_form .inputWrap .inputbox {
	width: 260px;
	float: left;
	background: none;
	margin-left: 5px;
	padding: 0px 5px;
}

.contact_form .inputWrap select {
   width: 275px;
   float: left;
   margin-left: 5px;
}

.contact_form .inputWrap textarea {
   width: 260px;
   float: left;
   margin-left: 5px;
   padding: 5px;
}

.contact_form .submit {


}

.contact_form .button {
		float: left;
   margin-left: 243px;
}

.contact_form .LV_validation_message {
   margin-left: 0px !important;
}

/* Reseller Contact Form */

#content .resellerContact {
	width: 630px;
	color: #000;
	font-size: 12px;
}

#content .resellerContact h3 {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
}

#content .resellerContact .inputWrap {
	width: 450px;
	margin-bottom: 10px;
}

#content .resellerContact .inputWrap label {
	width: 220px;
	padding: 2px 0px;
	float: left;
	color: #000;
	font-size: 12px;
}

#content .resellerContact .inputWrap .inputbox {
	width: 200px;
	height: 18px;
	line-height: 18px;
	float: right;
	color: #000;
	font-size: 12px;
	border: 1px solid #ccc;
	background: none;
	padding: 0px 5px;
}

#content .resellerContact .inputWrap textarea {
	width: 200px;
	height: 64px;
	padding: 5px;
	float: right;
	color: #000;
	font-size: 12px;
	border: 1px solid #ccc;
	background: none;
}

#content .resellerContact .inputWrap .LV_validation_message {
       margin-left: 80px;
}

#jForm .button {
    margin-left: 35px;
    margin-top: 20px;
}

#twitter_div ul {
   padding: 0px !important;
   margin: 0px !important;
}

#twitter_div ul li {
background: none;
padding: 0px 0 10px 0px;
margin: 0px;
}


/**/

.onlinefaxserviceform {
	width : 630px;
   font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-weight : normal;
	font-size : 12px;
	color : #000000;	
}

.onlinefaxserviceform .inputWrap {
	margin-bottom: 10px;
}

.onlinefaxserviceform .inputWrap h3 {
	font-weight : normal;
	font-size : 14px;
	color : #000000;
	float : left;
	width : 150px;		
}

.onlinefaxserviceform .inputWrap .nameboxWrap {
	float : left;

}

.onlinefaxserviceform .inputWrap .nameboxWrap .namebox {
	margin-bottom: 10px;	
}

.onlinefaxserviceform .inputWrap .nameboxWrap .namebox label {
	font-weight : bold;
	font-size : 14px;
	color : #000000;
	text-transform : capitalize;
	float: left;
	width: 50px;
} 

.onlinefaxserviceform .inputWrap .nameboxWrap .namebox .inputbox {
	
}

.onlinefaxserviceform .inputWrap label {
	width : 200px;	
	font-weight : normal;
	font-size : 14px;
	color : #000000;
	text-transform : capitalize;
	float : left;
}

.onlinefaxserviceform .inputWrap .inputbox {
	background : none;
	border : 1px solid #afafaf;
	width : 200px;	
	height : 20px;
	padding : 0 5px;
	line-height : 20px;
}

.onlinefaxserviceform .inputWrap textarea {
	background : none;
	border : 1px solid #afafaf;
	width : 200px;	
	padding : 5px;
}

.onlinefaxserviceform .submit {
	width : 100px;
	height : 32px;
	margin-left: 200px;
	color : #000000;
	font-weight : bold;
	text-align : center;
	text-transform : capitalize;
	line-height : 32px;
	cursor: pointer;
}

.onlinefaxserviceform .LV_validation_message {
	margin-left: 0px !important;
}