/*
Theme Name: suitstemplate
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
/* CSS Document */
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{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;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

html  /*global settings*/
{
	margin:0;
	padding:0;
	/*font-size:.75em;*/
	font-size:12px;
	font-family:arial;
        background-color:black;
      
}
body
{
    background-color:black;
      color:white;
}

a:link, a:visited
{
	color:#666666;
}

strong
{
	color:#666666;
	font-weight:bold;
}

#wrap /*contains all of the divs*/
{
	position:relative;
	width:990px;
	margin:0 auto;/*this makes the container to appear in the middle*/
	z-index:2; /*the furthest thing from the screen*/
        background-color:black;
		
}

#head/*top part of the frame*/
{
	position:relative;
	width:980px;
	height:87px;
	margin:0 auto;
}
hr
{
    color:#333333;
    
}
.logo
{
    width:418px;
    height:58px;
   margin-left:260px;
   margin-top:25px;
    
}


ul.menu, ul.menu2  
{
        list-style-type:none; 
	margin:0;
	padding:0;
	font-size:114%;
	padding-top:8px;
	font-weight:bold;
	margin-left:0px;	
}

ul.menu li, ul.menu2 li
{
	float:left;
	color:white;
}

ul.menu li a:link, ul.menu2 li a:link 
{
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	margin:6px;
margin-left:0px;	
}

ul.menu li a:visited, ul.menu2 li a:visited  
{
	color:#cccccc;
	text-decoration:none;
	text-align:center;
	margin:6px;
margin-left:0px;	

	
}

ul.menu li a:hover, ul.menu2 li a:hover
{
	margin:6px;
	color:#D92629;
margin-left:0px;
}
ul.menu li.first
{
	margin-left:0px;
}

div.phone
{
    float:right;
margin-right:5px;
    color:#D92629;
    font-weight:bold;
}

.empty
{
	clear:both;
	position:relative;
	width:800px;
	height:15px;
}


#Welcome1
{
    clear:both;
    position:relative;

}

#Welcome1 h1
{
	 margin-top:15px;
	 color:#D92629;
	 font-size:150%;
	 font-family:Arial, sans-serif;


	 
}

#bigpictures
{
    clear:both;
    position:relative;
    height:345px;
    margin-left:-8px;

}

#pic1, #pic2, #pic3, #pic4
{
    margin-top:15px;
    width:230px;
    height:319px;
    float:left;
    border:1px solid #666666;
    margin-left:15px;
    margin-bottom:5px;
}
#maincontent
{
	position:relative;
	width:985px;
}

#gallery
{
	float:left;
	width:500px;
	/*border:1px solid #666666;*/
	height:489px;/*300px;*/
margin-left:5px;
	overflow:visible;
}

#content
{
	float:left;
	width:400px;
	margin-left:30px;
}

#content p
{
	margin-top:10px;
}
#footer
{
    clear:both;
    position:relative;
    color:#666666;
  width:995px;
  margin:0 auto;

}

.foot
{
	width:980px;
	margin-top:10px;
	
}

ul.menu2  
{
        list-style-type:none; 
	margin:0;
	padding:0;
	font-size:90%;	
	margin-left:0px;	
}

ul.menu2 li
{
	float:left;
	color:white;
}

.menufoot
{
	float:left;
}

#copy
{
	float:right;
	text-align:right;
	
}

a.linkweb 
{
	color:#666666;
	
}

.post h2
{
display:none;
}
/***/

.form-success
{
color: #fff;
font-size: 23px;
}
