@charset "utf-8";

/* © Copyright: Minting Design */

/* a Blue #30A3D3*/
/* b Yellow #FFF48F */
/* c Orange #F60 */
/* d green #BAE8AC */
/* pale yellow #FFC*/

/* RESET */

* { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-weight:normal }
q:before, q:after { content:''}


/* Restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border: 0; text-decoration: none; }






/*Common Styles*/




a  {
	text-decoration: none;
	color: #020873;
}

a:hover {
	color: #020873;
	text-decoration: underline;
	
	
}

img  {border: 0; margin : 0;}

.floatLeft {
	float: left;
}

.floatRight {
		float: right;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.bigger {
	font-weight: bold;
}

.enhance {
	color: #000;
}


.blue {
	color: #30A3D3;
	
}

.orange {
	color: #F60	
}


.blueindent {
	color: #30A3D3;
	padding-left: 40px;
}




body  {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;

	
	}

#binder {
	width: 1000px;
	background-color: #000000;
	background-image: url(../images/binder.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 20px auto 20px auto;
	padding:0;
}

/*Container*/
#container  {
	
	background: #FFFFFF;
	text-align: left;
	margin: 0 0 0 auto;
	width: 935px;
	padding: 0;
	border: 0;
}

#container table {
	font-size: .9em;
	color: #223B5B;
}



/*Header*/

#header  {
	position:relative; left: 0; top: 0;	right: 0; bottom: 0;
	background-color: #FFFFFF;
	height: 210px;
	background-position: right top;
	background-image: url(../images/corner1.jpg);
	background-repeat: no-repeat;
	padding: 0 10px 0 0;
	text-decoration: none;
	border: 0;
} 
#header img {
	margin: 15px 0 5px 25px;
	padding: 0;
}

#header a {
	text-decoration: none;
	color: #000;
	
	
}

#actinic {
	width:150px;
	margin: 35px 30px 0 0;
	float: right;
}



#header ul {
	position:absolute; left: 290px; top: 38px;
	line-height: 30px;
	list-style-type: none;
	font-size: 22px;
}

#header li{
	background-image: url(../images/bullit_blue.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 31px;
	width:360px;
}


h1#headline {
	position:absolute;	right: 10px;	bottom: 0;
	width: 470px;
	height: 30px;
	background-image: url(../images/website_designers.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
}

/*Date*/
#date {
	position:absolute; top: 220px; right: 20px;
	height: 20px;
	font-size: 12px;
	color: #333;	
	
}


/*Topnav*/

#topNav  {
	padding:  10px 20px 0 20px;
	height: 26px;
	width: 895px;
	margin: 0;
	background-image:url(../images/nav-bar-bg.jpg);
	background-repeat:repeat-x;
	color: #333;
	border-bottom: 1px solid #666;
}

#topNav  p {
	font-size: 16px;
}

#toplinks {
	height: 20px;
	width: 450px;
	margin: -18px 0 0 250px;
	font-size: 12px;
	color: #333
}
#toplinks a:link, #toplinks a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #333;
}



/*Maincontent*/

#mainContent  {
	position:relative; left: 0; top: 0; right: 0; bottom: 0;
	margin: 0 220px 0 185px; 
	padding: 1px 10px 0 10px; 
	
} 

#mainContent a:link,#mainContent a:visited      {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #223B5B;
}


#mainContent  a:hover, #topNav  a:hover, #sideBar  a:hover, #footer  a:hover {
	border: none;
	
}

#mainContent  p {
	line-height: 1.5em;
	color: #333;
	font-size: 0.9em;
	text-align: left;
	padding: 5px 0 5px 10px;
}

#mainContent  h1 {
	font-size: 1em;
	font-weight: Bold;
	color: #333;
	padding: 12px 0 10px 10px;
}

#mainContent h2 {
	color: #30A3D3;
	font-size: 0.9em;
	text-align: left;
	margin: 15px 0 15px 10px;

}



#mainContent h2.question {
	width: 460px;
	background-repeat: no-repeat;
	background-image: url(../images/question.png);
	background-position: left;
	text-indent: 40px;
	padding: 10px 0 10px 0 ;
	margin:10px 0 0 0;
}

#mainContent h2.tick {
	width: 460px;
	color: #F60;
	background-repeat: no-repeat;
	background-image: url(../images/tick.png);
	background-position: left;
	text-indent: 40px;
	padding: 10px 0;
	margin: 0 0 30px 0 ;
	
}

#mainContent h2.answer {
	width: 460px;
	color: #F60;
	background-repeat: no-repeat;
	background-image: url(../images/a.png);
	background-position: left;
	text-indent: 40px;
	padding: 10px 0;
	margin: 0 ;
	
}


#mainContent h3 {
	color: #F60;	
	font-size: 0.9em;
	text-align: left;
	padding: 10px 0 10px 10px;

}
#mainContent ul {
	margin: 10px 0 10px 0;
	
}

#mainContent li {
	line-height: 1.5em;
	color: #3F4C6B;
	font-size: .9em;
	margin: 5px 0 0 30px;
	list-style-type: disc;
}


#actnow {
	
	width: 410px;
	height: 40px;
	font-size: 18px;
	padding:10px 0 0 15px;
	margin: 10px 0 10px 30px;
	border: 1px solid #DDDDDD;
}




#packages {
	width: 500px;
	margin: 10px 0 10px 0;
}

#threatcon {
	position:absolute;  top: 225px; left: 210px; 
	z-index:1000
}

/*Package Tables*/

#packageTable {
	width: 490px;
	margin: 10px 0 30px 10px;
	color: #313C6C;
	border: 1px solid #30A3D3;
	text-align: left;
}

#packageTable   tr  {
	height: 30px;	
}

#packageTable   td, th  {
	font-size: .7em;
	padding-left: 10px;
}

#packageTable th {
	background-color: #FFC;
		
}
#packageTable th.title {
	background-color: #FFF;
	color: #313C6C;
	
}


#packageTable   td.yes {
	background-image: url(../health/images/y-s.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	width: 45px;
}

#packageTable   td.no {
	background-image: url(../health/images/n-s.png);
	background-repeat: no-repeat;
	background-position: center center;	
	text-indent: -9999px;
	width: 45px;
}

/*Site Map*/

#sitemap li {list-style-type: none;}

#sitemap li.top{
	margin: 15px 0 0 100px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	
}
#sitemap li.first{	margin: 3px 0 0 150px; }
#sitemap li.second{	margin: 3px 0 0 200px; }
#sitemap li.third{	margin: 3px 0 0 250px; }
#sitemap li.fourth{	margin: 3px 0 0 300px; }

/*Sidebar*/

#sideBar  {
	position:relative; left: 0; top: 0; right: 0; bottom: 0;
	float: left;
	width: 170px;
	padding: 10px 0 10px 10px;
	margin: 0;
	border: 1px solid #CCC;
}

#sideBar  a:link, #sideBar a:visited {
	color: #999999;
	text-decoration: underline;
	font-size: 0.7em;
	border: 0;
}


#sideBar p  {
	font-size: 0.7em;
	color: #999999;
	line-height: 1.5em;
}

#sideBar h1 {
	color: #000;
	font-size: 13px;
	margin: 0 0 0 10px;
	
}

#sideBar h2 {
	color: #30A3D3;
	font-size: 0.7em;
	margin: 20px 0 0 0;
	
}

#sideBar li {
	line-height: 1.5em;
	color: #3F4C6B;
	font-size: .9em;
	margin-top: 5px;
	list-style-type: none;
}

#sideBar img {
	margin: 10px 0 10px 0;
	
}

#sideBar li.securetrading  { position:absolute; left: 15px; top: 1480px; }
#sideBar li.totalweb  { position:absolute; left: 15px; top: 1350px; }
#sideBar li.sagepay  { position:absolute; left: 15px; top: 1240px; }
#sideBar li.nochex  { position:absolute; left: 15px; top: 1110px; }
#sideBar li.rbs  { position:absolute; left: 15px; top: 980px; }
#sideBar li.payoffline  { position:absolute; left: 15px; top: 800px; }
#sideBar li.paypoint  { position:absolute; left: 15px; top: 680px; }
#sideBar li.securehosting  { position:absolute; left: 15px; top: 560px; }
#sideBar li.hsbc  { position:absolute; left: 15px; top: 430px; }
#sideBar li.netbanx  { position:absolute; left: 15px; top: 290px; }
#sideBar li.paypal  { position:absolute; left: 15px; top: 160px; }

#sideBar ul.domain {
	width: 75px;
	margin: 20px 0 0 50px;
	background-color: #FFF48F ;
}



#logoBlack {
	margin: 10px 0 10px 0;
	background-color: #000;
	text-align: center;
}

#logoWhite {
	margin: 10px 0 10px 0;
	background-color: #FFF;
	text-align: center;
}




#socialMedia {
	width: 170px;
	margin: 0 0 20px 0;
	
}

#socialMedia img {
	margin: 10px 35px;
	
}
#socialMedia h2 {
	text-align: center;
	font-size: 12px;
}


#port {
	width: 160px;
	height: 600px;
	margin: 20px 0 20px 10px;
}

/*Blog*/

#login {
	height:30px;
	width: 30px;
	float: right;
	margin: 0 0 5px 0;
	
}

#login a:link, #login a:visited{
	border: 0;
	
}

.blogmeta {
	margin: 20px 0 20px 0 ;
	height: 24px;
	font-size: 11px;
	background-color: #FF9;
	color: #333;
	padding: 10px 0 0 0;
	background-repeat: no-repeat;
	background-image: url(../images/quill.png);
	background-position: 10px ;
	text-indent: 50px;
}

#blogTitles {
	
	margin: 30px 0 0 20px;
	
}

#blogTitles li{
	color: #f60;	
	
}
#blogTitles a:link, #blogTitles a:visited{
	color: #30A3D3;	
}


/* Blog Comments*/
#submit {
	margin: 20px 0 0 0;
	
}

ol.commentlist {
	border-top: 1px solid #30A3D3;
	border-bottom: 1px solid #30A3D3;
	padding: 10px 0;
	margin-top: 5px;
	text-indent: 50px;
	list-style: none;
	background-color: #D9ECF4;
}


/*Blog Search*/

#sideBar label{
	margin: 10px 0 10px 5px;
	color: #30A3D3;
	font-size: 0.9em;
}

#searchsubmit {
	margin: 10px 0 10px 5px;
	
}


/*Navbar*/

#navBar   {
	float: right;
	width: 212px;
	margin: 0;  border: 0; padding: 0;
	

}


#mainNav {
	
	
}

#mainNav ul {
	font-size: 12px;
	list-style-type: none;	
}

#mainNav li{
	display: block;
	color: #666;
	height: 24px;
	width: 202px;
	padding: 10px 0 0 10px;
	
}

#mainNav li a:link,  #mainNav li a:visited {
	display: block;
	color: #666;
	margin: 0;
}

#mainNav li a:hover {
	text-decoration: none;
	color: #000;
}

#mainNav li.r {
	
	background-image: url(../images/tab_images/bg_r.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#mainNav li.b {
	
	background-image: url(../images/tab_images/bg_b.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#mainNav li.g {
	
	background-image: url(../images/tab_images/bg_g.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


#mainNav li.o {
	
	background-image: url(../images/tab_images/bg_o.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}

#mainNav li.y {
	
	background-image: url(../images/tab_images/bg_y.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 192px;
	padding: 10px 0 0 20px;
}

#quality {
	height: 90px;
	width: 180px;
	margin: 20px auto;
	
}

/*Footer*/

#footer  {
	font-size: .7em;
	
	height: 110px;
	padding: 0;
	width: 935px;
	margin: 0;
	background-color: #7AC3E3;
	background-image: url(../images/corner2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
} 

#footer   p{
	margin: 0;
	color: #333;
	padding: 10px 20px;
	
}

#footerlinks {
	width:300px;
	margin: 0 auto;
	
}

#footerlinks  a:link, #footerlinks  a:visited     {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #333;
	
}

#copyright {
	height: 30px;
	width: 500px;
	margin: -10px auto 0 auto ;
	
}


#sound {
	padding-left: 45px;
	
}

#photoinfo {
	Height: 100px;
	width: 600px;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
	margin:  50px auto 50px auto;
	padding: 20px;
	background-color: #CCC;
	text-align: left;
}


#photoinfo a{
	font-size: 12px;
	text-decoration: underline;	
	
}
