/* CSS Document ON THE ROCKS PRODUCTION*/

html, body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	background:url(../images/bkmain.jpg) repeat-x #FF6600;
	font-size:11px;
}

p {
	margin: 0 0 1em 0;
	font-size:11px;
}

a {color: #FF9900;
	font-weight:bold;}

a:hover {color: #fff;}	
	
/* ~~~~~~~~~~~~~~MAIN~~~~~~~~~~~~~~~~ */
#container {
	float:left;
	padding:0 40px;
	width:910px;
	background:url(../images/bk.jpg) repeat-x #FF6600;}
	
#containermain {
	margin:auto;
	width:990px;
	}
	
/* ~~~~~~~~~~~~~~TOP~~~~~~~~~~~~~~~~ */

#top {
	width:910px;
	float:left;
	height: 72px;
}	

#logo {
	width:343px;
	float:left;
	height: 72px;
}	
		
	
/* ~~~~~~~~~~~~~~MENU CODE~~~~~~~~~~~~~~~~ */
#menu {
	width:459px;
	float:left;
	height: 72px;
	padding:0 0 0 100px;
	background:url(../images/menubk.gif) repeat-x;
}	

#menu ul {
	display: inline;
	margin: 0;
	padding: 0;}

#menu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;}

#menu li a {
	float:left;
	height:72px;
	display:block;}
	
#menu li.home a{
	background-image: url(../images/menu/1.gif);
	background-position:top;
	width: 58px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.home a:hover{
	background-position:bottom;}
	
#menu li.clients a{
	background-image: url(../images/menu/2.gif);
	background-position:top;
	width: 166px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.clients a:hover{
	background-position:bottom;}
	
#menu li.talent a{
	background-image: url(../images/menu/3.gif);
	background-position:top;
	width: 87px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.talent a:hover{
	background-position:bottom;}
	
#menu li.contact a{
	background-image: url(../images/menu/4.gif);
	background-position:top;
	width: 107px;
	text-indent: -999999px;
	overflow: hidden;}
	
#menu li.contact a:hover{
	background-position:bottom;}

	
/* ~~~~~~~~~~~~~~END MENU CODE~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~CONTENT~~~~~~~~~~~~~~~~ */
#content {
	width:910px;
	float:left;}
	
#contentbk {
	width:910px;
	background:url(../images/cross.jpg) repeat-y;
	float:left;}	
	
#left {
	width:243px;
	background:url(../images/leftbk.jpg) no-repeat;
	height:330px;
	float:left;
	padding-top: 208px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 60px;
}	

#left p{
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:13px;
	line-height:20px;
}	

#leftip {
	width:355px;
	height:538px;
	float:left;}
	
#leftipshort {
	width:355px;
	height:502px;
	float:left;}
	
#right {
	width:567px;
	height:538px;
	float:left;}	
	
#rightip {
	width:555px;
	float:left;}
	
#slogan {
	width:555px;
	height:116px;
	float:left;}
	
#menusec {
	width:555px;
	height:57px;
	float:left;}
	
#text {
	width:475px;
	height:350px;
	float:left;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 80px;
	padding-bottom: 0;
	padding-left: 15;
	background-image: url(../images/textbk.jpg);
}

#textip {
	width:475px;
	float:left;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 0;
	padding-left: 30px;
}
	
#bottom {
	width:910px;
	height:36px;
	float:left;
}
	
#box {
	float:left;
	width:210px;
	margin-right:20px;
}


/* ~~~~~~~~~~~~~~FOOTER~~~~~~~~~~~~~~~~ */	
#footer {
	width:900px;
	height:60px;
	float:left;
	color:#000;
	font-weight:bold;
	padding: 10px 10px 0 0;
}
	
#footer a {
	color:#fff;}
	
#footer a:hover {
	color:#000;}

	
/* ~~~~~~~~~~~~~~CLASSES~~~~~~~~~~~~~~~~ */	
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:28px;
	color:#08A5B5;
	margin:0;
	padding:15px 0 25px 0;
	font-weight:normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	margin:0;
	padding:0;
}
	
h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#FF9900;
		margin: 0;
		padding: 0 0 10px 0;
}
	
.floatleft {
	float:left;}
	
.floatright {
	float:right;}
	
.orange {
	color:#FF9900;
	font-weight:bold;
	font-size: 12px;
}
	
.grey {
	color:#999999;
}
	
a.box {
	background-color:#FF6600;
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	padding: 2px 8px;
	margin: 0;
	border: 1px solid #FF9900;
}
	
a.box:hover {
	background-color: #5E5E5E;
	border: 1px solid #999;
	color: #FFFFFF;
}

.big {
font-weight:bold;
font-size:12px;}
