@charset "utf-8";
body  {
	font: 100%  Arial, Verdana, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(img/background_2.jpg);
	background-repeat: repeat-x;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px;
}
.oneColFixCtrHdr #header {
	height: 80px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #fff;
	padding: 0 10px 0 20px;
	background-repeat:no-repeat;
} 
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent h1{
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	color:#09F;
	font-size:1.5em;
}
.oneColFixCtrHdr #mainContent p{
	color:#333;
	font-size:1.2em;
}
.oneColFixCtrHdr #display {
	height: 132px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #fff;
	padding: 0 0 5px 0;
	display: block;
}
.oneColFixCtrHdr .display {
	background: #fff;
	background-image:url(img/display_1.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height: 132px;
	padding: 0;
	float:left;
	width:200px;
	margin-left: 5px;
}
.oneColFixCtrHdr .display_1 {
	background: #fff;
	padding-right:0px;
	background-image:url(img/display_1.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height: 132px;
	padding: 0 0 0 5px;
	float:left;
	width:200px;
	margin-left: 70px;
}
.oneColFixCtrHdr .box H5{
	padding:0;
	height:24px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height: 0;
	display:block;
	margin-top:15px;
}

.oneColFixCtrHdr .breadcrumb{
	padding:0;
	height:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height: 0;
	margin-top:.5em;
}
.oneColFixCtrHdr .box_1{
	padding-left:7px;
	color:#fff;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	border-top: 1px solid #999;
	text-align:center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#09F;
	font-size:1em;
}
.oneColFixCtrHdr #footer a:link, a:visited {
	color: #09F;
	padding: 2px;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer a:hover {
	color: #666;
	text-decoration: none;
	/*	background: #CCCCCC;*/
	padding: 2px;
}


/*TOP NAVIGATION*/

.oneColFixCtrHdr #top_nav {
	font-family:Arial,Verdana, Helvetica, sans-serif;
	font-style: italic;
	display:block;
	height:1.5em;
	padding:0 2em 0 0;
	text-align: right;
	font-size: 1.2em;
	border-bottom:solid 1px #999;
}
.oneColFixCtrHdr #top_nav ul{
	color:#CCCCCC;
	margin-right:0.5em;
	margin-top:0;
	float:right;
/*	text-align:right;*/
	width: 100%;
	height: 1em;
	list-style-type:none;
}
.oneColFixCtrHdr #top_nav ul li{
	display: inline;
	height: auto;
	margin:0;
	padding:0;
	padding-left:10px;
	border-right: 1px #CCCCCC;
	font-weight:bold;
}
.oneColFixCtrHdr #top_nav a:link, a:visited {
	color: #09F;
	text-decoration: none;
	padding: 2px;
	/*	border:1px solid #CCCCCC;*/
	/*	background-color:#003399;*/
	text-decoration: none;
}
.oneColFixCtrHdr #top_nav a:hover {
	color: #666;
	text-decoration: none;
	/*	background: #CCCCCC;*/
	padding: 2px;
	border-bottom:2px #666 solid;
}
/*TOP NAVIGATION END*/


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.oneColFixCtrHdr #price	{
	display:block;
	background-image:url(img/background_blue.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:220px;
	width:720px;
	font-size:1.2em;
	color:#333;
	padding:0;
	margin:0;
	font-style:italic;
	padding:5px 0 0 3px;
}
.oneColFixCtrHdr #price_1 {
	display:block;
	width:360px;
	height:220px;
	padding:0;
	margin:0;
	float:left;
}
.oneColFixCtrHdr #price_2 {
	display:block;
	width:360px;
	height:220px;
	padding:0;
	margin:0;
	float:left;
}
.oneColFixCtrHdr #price .small	{
	font-size:0.8em;
}
.oneColFixCtrHdr #price	a:link {
	color: #333;
	text-decoration: underline;
}

.oneColFixCtrHdr #price a:hover	{

	color: #09F;
	text-decoration: underline;
}

.oneColFixCtrHdr .portfolio	{
	display:block;
	padding: 5px 0 5px 0;
	border-top:1px dotted #cccccc; 
	border-bottom:1px dotted #cccccc; 
	text-align:left;
	}
	
.oneColFixCtrHdr .testimonial	{
	display:block;
	padding: 0;
	border:1px dotted #cccccc;
	text-align:left;
	clear:both;
	font-size:0.8em;
	}

.oneColFixCtrHdr .addons	{
	display:block;
	padding: 5px 0 5px 0;
	margin-bottom:10px;
	border:1px dotted #cccccc; 
	text-align:left;
	}

/*Shadow CSS Start*/
#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#shadow-container .shadow3 {
		background: #B8B6B8;
	}
 
	#shadow-container .container {
		background: #ffffff;
		border: 1px solid #848284;
		padding: 10px;
	}

/*Shadow CSS End*/


.blue	{
	color: #06F;
}

.img {padding-right: 1em; padding-bottom:0.5em; float:left;}

.img2 {padding-left: 1em; padding-bottom:0.5em; float:right; padding-top: 0.5em;}

.img3 {padding: 1em; clear:both; clear:left}

.clear {
	clear:both}

H2 { 
	font-size:125%; 
	color:#4d4f53; 
	margin:10px 0 6px 0; 
	padding:5px 0 5px 5px; 
	font-weight:normal; 
	line-height:140%; 
	border-top:1px dotted #cccccc; 
	border-bottom:1px dotted #cccccc; 
	background-color:#fbfbfb;
	clear:both;
	text-align:center;
	}
	
H3 {font-size: 1.2em;
	font-weight:normal;
	text-align:left;
	color:#4d4f53; 
	margin:0; 
	padding:0; 
	font-weight:normal; 
	line-height:120%; 
	background-color:#EFEFEF;
	clear:both;
	}
	

H4	{
	font-size:1.5em;
	margin:0;
	padding:0;
	color:#0066CC;
	}


H6 {font-size: 1.5em;
	font-weight:normal;
	text-align:left;
	color:#4d4f53; 
	margin:0; 
	padding:0; 
	font-weight:normal; 
	line-height:120%; 
	background-color:#EFEFEF;
	clear:both;
	border-top:1px dotted #cccccc; 
	border-bottom:1px dotted #cccccc; 
	}
	
.addons_box {
	margin:0 0 5px 0; 
	padding:0; 
	font-weight:normal; 
	border:1px dotted #cccccc;
	font-size:1.5em;
	}
	
.addons_box a:link	{

	color: #333;
	text-decoration: underline;

}
.addons_box a:hover	{

	color: #09F;
	text-decoration: underline;
}



a:link {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #09F;
	text-decoration: none;
}
	
.extra {font-style: italic; font-weight: normal; text-decoration:none; color:#09F; background-image:url(img/tick.gif);
background-repeat:no-repeat;
padding-left:32px;
height:35px;
}

.extra a:link {
	color: #333;
	text-decoration: underline;
}

.extra a:hover {
	color: #09F;
	text-decoration: none;
}

.tick {
	background-image:url(img/tick_small.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	height:15px;
}

.centre {
	text-align:center;
}

#Q_A { 
	color:#4d4f53; 
	margin-top: 5px;
	padding:0; 
	font-weight:normal; 
	border-top:1px dotted #cccccc; 
	border-bottom:1px dotted #cccccc; 
	background-color:#fbfbfb;
	clear:both;
	text-align:left;
	}

.Q {font-style: italic; font-weight: bold; text-decoration:underline;}
.A {font-style: normal; font-weight: normal;}