@charset "UTF-8";
/* CSS Document */

a:link {
	color: #CCCCCC;
	text-decoration: none;
	}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
	}
a:hover {
	color: #996633;
	text-decoration: underline;
	}
a:active {
	color: #996633;
	text-decoration: underline;
	}

body {
	background-color:#1A1A1A;
	}

h1 {
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	color:#CCCCCC;
	line-height:1.5em;
	padding-left:10px;
	font-size:20px;
	}

h2 {
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	color:#CCCCCC;
	font-size:16px;
	}
	
h3 {
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	color:#CCCCCC;
	font-size:16px;
	text-align:center;
	}
	
p  {
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	color:#CCCCCC;
	line-height:1.5em;
	padding-left:10px;
	font-size:14px;
    }

/*general tags*/
#wrap {
	width:1100px;
	height:920px;
	margin:0 auto;
	background-image:url(images/background.jpg);
	border-style:solid;
	border-width:3px;
	border-color:#333;
	}

#wholepage {
	width:960px;
	margin:0px auto;
	}

#topbox {
	width:960px;
	height:20px;
    }

#logo {
	background-color: #1A1A1A;
	opacity: 0.90;
	width:960px;
	height:90px;	
	}

#nav {
	background-color: #1A1A1A;
	opacity: 0.90;
	width:960px;
	height:50px;
	text-align:center;
	color: #CCC;
	font-size:20px;
	margin-bottom:10px;
	text-transform:uppercase;
}

#footer  {
	background-color: #1A1A1A;
	opacity: 0.90;
	width:960px;
	height:60px;
	float:left;
	}

#footer-text {
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	color:#996633;
	line-height:1.5em;
	text-align:center;
	font-size:12px;
	padding-top:7px;
	}

/*home tags*/
#jquery_slider  {
	background-color: #1A1A1A;
	width:960px;
	height:450px;
	margin-bottom:10px;
	}

#welcome  {
	background-color: #1A1A1A;
	opacity: 0.90;
	width:900px;
	height:180px;
	padding-left:30px;
	padding-top:2px;
	padding-right:30px;
	margin-bottom:10px;
	}

/*our work tags*/
#slogan  {
	background-color: #1A1A1A;
	opacity: 0.90;
	width:960px;
	height:60px;
	float:left;
	margin-bottom:10px;
	}

#category_left  {
	background-color: #1A1A1A;
	
	opacity: 0.90;
	width:313px;
	height:180px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
	}

#category_center  {
	background-color: #1A1A1A;
	opacity: 0.90;
	width:313px;
	height:180px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
	}

#category_right  {
	background-color: #1A1A1A;
	opacity: 0.90;
	width:313px;
	height:180px;
	float:right;
	margin-bottom:10px;
	text-align:center;
	}

#slider  {
	background-color: #1A1A1A;
	width:960;
	height:600;
	margin-bottom:10px;
	}

/*contact tags*/
#form  {
	background-color: #1A1A1A;
	opacity: 0.90;
	width:530px;
	height:660px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}

#contact  {
	background-color: #1A1A1A;
	opacity: 0.90;
	width:420px;
	height:300px;
	float:right;
	margin-bottom:10px;
	}

#picture  {
	background-color: #1A1A1A;
	width:420px;
	height:350px;
	float:right;
	margin-bottom:10px;
	}
