/*

Theme Name:		SSI

Theme URI: 		http://goagency.com/

Description: 	For SSI

Author: 		ajw

Author URI:		http://goagency.com/

*/


@import "menu.css";

/* GLOBAL LAYOUT */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff url(images/bg_body.gif) repeat-x;
	color: #555555;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
}

#page {
	width: 840px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;

}


/* TEXT */
a:link,a:visited,a:hover,a:active { color: #007236; }
a:hover { text-decoration: none; }

/* GLOBAL HEADER */
#container { margin: 0 10px 0 10px }

#nav { background: #000 url(images/bg_nav.gif) repeat-x; height: 25px; width: 820px; }
	#nav li a { height: 25px; background: transparent url(images/bg_navli.gif) no-repeat }
		#navAbout { width: 118px }
		#navSecurity { width: 114px }
		#navEntertainment { width: 154px }
		#navServices { width: 110px }
		#navFaq { width: 77px }
		#navNews { width: 92px }
		#navContact { width: 131px }
		
/* FOOTER */
#footer {
	width: 100%;
    height: 90px;	
	color: #fff;
	padding-bottom: 1.5em;
	padding-top: 45px;
	background: #fff url(images/bg_footer.gif) repeat-x;	
	text-align: center;
	font-size: 11px;
	line-height: 1.5em;

}

/* FRONT PAGE */
 

#flash { position: relative; height: 276px; list-style-type: none;}
#features  { margin-top: 5px}
	#vid { width: 313px; height: 187px; float: left }
	#homeText { background: #fff url(images/bg_hometext.gif) repeat-x; width: 100%; height: 191px; float: right }
	  #homeText h1, #homeText p { margin: 5px 15px 5px 15px; line-height:15px }
	  #homeText h1 {font-weight: bold; font-size: 12px; color: #b50102 }	
	#buttons { clear: both; width: 100% }
  

/* SUB PAGES */
  #content { width: 100%; }
  #subpage { margin-top: 5px }
  
  #copy { color: #000; padding: 15px 0 0 15px; width: 580px; float: left }


  #copy  h1 { font-size: 18px; color: #007236; padding-bottom: 10px }
   #copy p, #copy h2, #copy ul { padding-bottom: 10px }
   #copy  h2 { font-size: 12px; font-weight: bold;  color: #b50102  }
   #copy ul { margin-left: 20px }
	#copy li { padding-bottom: 5px }
    
	#sidebar  { height: 200px; width: 170px; float: left; background: #454545 url(images/bg_sidebar.gif) repeat-x; }
		#sidebar ul { list-style-type: none; margin: 10px 0 0 20px }
		#sidebar ul a { text-decoration: none; color: #fff }

       #sidebar.newsSide { background: none; color: #000; padding-top: 10px }
            #sidebar.newsSide a { color: #A60103 }
            #sidebar.newsSide ul { list-style-type: none; margin: 0px 0 10px 0}
		
#social { width: 400px; margin: 10px auto 0px auto; height: 40px; line-height: 30px; }
#social strong { font-size: 18px; display: block; width: 120px; float: left; }
#social img { margin-left: 3px; float: left }

#goTag { font-size:8px; font-family:Verdana, Arial, Helvetica, sans-serif; text-align: center }

#goTag a { text-decoration: none }

#goTag img { border: 0; height:11px; width:12px; }

img[style]{ display: inline !important }
