/* Start of CMSMS style sheet 'Plexus main' */
/* Plexus main stylesheet
 */


/* Font properties for body */
body {
	font-family: arial, helvetica, serif;
	font-size: 10pt;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	background-color: #263eab;
	padding: 0;
	margin: 0;
}
#offer{
background-color: #ffffff;
width: 100%;
}
/* Main container. Contains whole site */
#mainContainer {
	/*border: 1px solid #000000;*/
	margin: 2px;
	padding: 2px;
background: url("images/body.png") repeat-y;
}

/* Body container: Contains left and right columns, and main body text */
#bodyContainer {
	padding: 2px;
	/*background-color: #9ab9e7;*/
	background: url("images/body2.png") repeat-y right;
	overflow: hidden;
}

/* Top header */
#header {
	max-width: 100%;
	height: 130px;
	background-color: transparent;
	padding: 0 2px 20px 2px;
	/*border: 1px solid #000000;*/
}

#headerLeft {

	/*background-image: url("uploads/images/contactUs.jpg");*/
	background: url("uploads/images/phones-header.jpg") no-repeat;
	height: 145px;
	width: 455px;
	top: 0px;
	left: 0px;
	position: absolute;
}
#headeroffer {
	height: 150px;
	width: 100%;
	top: 0px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
}

#headerRight
{
	float: right;
	top: 0px;
	right: 0px;
	position: absolute;
}

#headerText {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	text-align: right;
	/*border: 1px solid #000000;*/
}

/* Footer */
#footer {
	/*background-color: #6287BE;*/
	/*border: 1px solid #000000;*/
	padding: 2px;
	margin-top: 7px;
	/*margin-left: 160px;*/
	text-align: center;
	font-size: small;
}

/* Left column */
#left {
	padding: 5px;
	width: 145px;
	height: 100%;
	font-size: 8pt;
	float: left;
}
#footerMenu a{
	color: #ffffff;
}

/* Main body text */
#body {
	padding: 5px 20px;
	margin-left: 160px;
	background-color: #FFFFFF;
	border-left: 1px solid #39BFFD;
	border-right: 1px solid #39BFFD;
	border-bottom: 1px solid #39BFFD;
}

a img
{
	border: none;
}
/* headers */

h1, h2, h3 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.5em;
	color: #003366;
	margin: 5px 0 0 0px; 
	letter-spacing: .5px;
}

h1 {
	font-size: 120%;
	border-left: 4px solid #FF3333;
	padding: 5px 0 0 3px;
	text-transform: uppercase;

}
h2 {
	font-size: 110%;	
	padding: 5px 0 0px 0;	
	border-bottom: 3px double #999999;

}
h3 {
	font-size: 100%;
	color: #003366;		
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #DEDEDE;
}
h4, h5, h6  {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.5em;
	color: #FF3333;
	margin: 5px 0 0 0px; 
	letter-spacing: .5px;
}

h4 {
	font-size: 120%;
	border-left: 4px solid #003366;
	padding: 5px 0 0 3px;
	text-transform: uppercase;

}
h5 {
	font-size: 110%;	
	padding: 5px 0 0px 0;	
	border-bottom: 3px double #999999;

}
h6 {
	font-size: 100%;
	color: #003366;		
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #DEDEDE;
}

dt {
	font-weight: bold;
}
dd {
	font-style: italic;
}

a {
text-decoration: none;
color: #0066FF;
}

a:hover{
text-decoration: underline;
color: #336699;
}



/* End of 'Plexus main' */

/* Start of CMSMS style sheet 'Plexus front page' */
div#home_container
{
	text-align: center;

}

div#home_headsets, div#home_systems, div#home_voicemail
{
	/*width: 200px;*/
	width: 23%;
	float: left;
	padding: 0;
	border: 1px dotted #999999;
}

div#home_conference, div#home_right
{
	width: 49%;
	float: left;
	padding: 0;
	border-top: 1px dotted #999999;
}

div#home_conference
{
	border-right: 1px dotted #999999;
}

div#home_box
{
	width: 46%;
	float: left;
	border: 1px dotted #999999;
}

div#home_boxtop
{
	/*background-color: #cccccc;*/
	border: 3px double red;
	padding: 2px;
}

div#home_boxtop .price
{
	color: orange;
}

div#home_boxtop h2
{
	border-bottom: 0;
	font-size: large;
}

.link_button
{
	color: #FF1F00;
	font-weight: bolder;

	padding: 5px;
	margin: 5px;
	border: 1px outset #000000;
	background-color: #E0FFE7;
}

.link_button:hover
{
	background-color: #ffffff;
	text-decoration: none;
	border-style: inset;
}
/* End of 'Plexus front page' */

/* Start of CMSMS style sheet 'Plexus text' */
.price
{
	font-size: x-large;
	font-weight: bold;
	color: #3366ff;
}

.offer
{
	color: #ff0000;
	font-weight: bold;
}

.details
{
	color: #FF4100;
	font-weight: bold;
}

.caption
{
	text-align: center;
}

#headsets
{

	background-image: url("uploads/images/headsets_logo.gif");
	height: 220px;
	width: 628px;
}

table.product_list
{

}

table.product_list td
{
	border-bottom: 2px solid grey;
}

.big_button
{
	background: url(http://telephone-systems.com.au/images/button.png);
	width: 140px;
	height: 140px;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

.big_button a
{
	display: block;
	height: 140px;
	text-decoration: none;
	color: white;
}
/* End of 'Plexus text' */

/* Start of CMSMS style sheet 'Replacement Left Menu' */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
	font-family: arial, sans-serif; 
	width:106px; position:relative; 
	margin:0; 
	font-size:11px; 
	margin:3px 0;
behavior:url("uploads/javascript/csshover2.htc");	
	}
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#000; 
	width:135px; 
	min-height:20px; 
	text-align:left; 
	/*border:1px solid #fff; 
	border-width:1px 1px 0 1px; */
	border-right:1px solid #fff; 
	background:#99CCFF; 
	line-height:19px; 
	font-size:11px;
	padding: 2px 2px 2px 2px;
	/*margin-bottom: 2px;*/
	}
.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none; 
	}
.menu ul li {
	float:left; 
	margin-right:1px; 
	position:relative;
	margin-bottom:2px;
	}
.menu ul li ul {
	display: none;
	}

.menu ul li ul li 
{
margin-bottom: 0px;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#fff; 
	background:#b3ab79;
	}
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:0; 
	left:140px; 
	width:105px;
	}
.menu ul li:hover ul li a.hide {
	background:#dfc184; 
	color:#000;
	}
.menu ul li:hover ul li:hover a.hide {
	width:150px;
	}
.menu ul li:hover ul li ul {
	display: none;
	}
.menu ul li:hover ul li a {
	display:block; 
	background:#b3ab79; 
	color:#000; 
	width:150px;
	}
.menu ul li:hover ul li a:hover {
	background:#dfc184; 
	color:#000;
	}
.menu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:151px; 
	top:0; 
	color:#000;
	}
.menu ul li:hover ul li:hover ul li a {
	display:block; 
	width:200px; 
	background:#dfc184; 
	color:#000;
	}
.menu ul li:hover ul li:hover ul li a:hover {
	background:#bd8d5e; 
	color:#fff;
	}




/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
.menu ul li.menuactive { 
   background-color: #C7C7C7; 
}
.menu ul li.menuparent { 
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}
/* End of 'Replacement Left Menu' */

